Documentation for fieldgml

Simple Type: SequenceRuleNames

[Table of contents]

Super-types: string < SequenceRuleNames (by restriction)
Sub-types:
Name SequenceRuleNames
Content
  • Base XSD Type: string
  • value comes from list: {'Linear'|'Boustrophedonic'|'Cantor-diagonal'|'Spiral'|'Morton'|'Hilbert'}
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.
Diagram
Schema Component Representation
<simpleType name="SequenceRuleNames">
<restriction base=" string ">
<enumeration value="Linear"/>
<enumeration value="Boustrophedonic"/>
<enumeration value="Cantor-diagonal"/>
<enumeration value="Spiral"/>
<enumeration value="Morton"/>
<enumeration value="Hilbert"/>
</restriction>
</simpleType>