<simpleType name="SequenceRuleNames">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
<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.</documentation>
</annotation>
<restriction base="string">
<enumeration value="Linear" />
<enumeration value="Boustrophedonic" />
<enumeration value="Cantor-diagonal" />
<enumeration value="Spiral" />
<enumeration value="Morton" />
<enumeration value="Hilbert" />
</restriction>
</simpleType>
|