simpleType SequenceRuleNames
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
complexType SequenceRuleType
facets
Kind Value annotation 
enumeration Linear 
enumeration Boustrophedonic 
enumeration Cantor-diagonal 
enumeration Spiral 
enumeration Morton 
enumeration Hilbert 
annotation
documentation
List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.
source <xs:simpleType name="SequenceRuleNames">
 
<xs:annotation>
   
<xs:documentation>List of codes (adopted from ISO 19123 Annex C) that identifies the rule for traversing a grid to correspond with the sequence of members of the rangeSet.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="Linear"/>
   
<xs:enumeration value="Boustrophedonic"/>
   
<xs:enumeration value="Cantor-diagonal"/>
   
<xs:enumeration value="Spiral"/>
   
<xs:enumeration value="Morton"/>
   
<xs:enumeration value="Hilbert"/>
 
</xs:restriction>
</xs:simpleType>


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