complexType GridFunctionType
diagram index_p644.png
namespace http://www.opengis.net/gml
children gml:sequenceRule gml:startPoint
used by
element GridFunction
complexType IndexMapType
annotation
documentation
Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.
source <xs:complexType name="GridFunctionType">
 
<xs:annotation>
   
<xs:documentation>Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="sequenceRule" type="gml:SequenceRuleType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>If absent, the implied value is "Linear".</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="startPoint" type="gml:integerList" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Index position of the first grid post, which must lie somwhere in the GridEnvelope.  If absent, the startPoint is equal to the value of gridEnvelope::low from the grid definition.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GridFunctionType/sequenceRule
diagram index_p645.png
namespace http://www.opengis.net/gml
type gml:SequenceRuleType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
facets
Kind Value annotation 
enumeration Linear 
enumeration Boustrophedonic 
enumeration Cantor-diagonal 
enumeration Spiral 
enumeration Morton 
enumeration Hilbert 
attributes
Name  Type  Use  Default  Fixed  annotation
ordergml:IncrementOrderoptional      
annotation
documentation
If absent, the implied value is "Linear".
source <xs:element name="sequenceRule" type="gml:SequenceRuleType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>If absent, the implied value is "Linear".</xs:documentation>
 
</xs:annotation>
</xs:element>

element GridFunctionType/startPoint
diagram index_p646.png
namespace http://www.opengis.net/gml
type gml:integerList
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Index position of the first grid post, which must lie somwhere in the GridEnvelope.  If absent, the startPoint is equal to the value of gridEnvelope::low from the grid definition.
source <xs:element name="startPoint" type="gml:integerList" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Index position of the first grid post, which must lie somwhere in the GridEnvelope.  If absent, the startPoint is equal to the value of gridEnvelope::low from the grid definition.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy