Documentation for fieldgml

Simple Type: IncrementOrder

[Table of contents]

Super-types: string < IncrementOrder (by restriction)
Sub-types: None
Name IncrementOrder
Content
  • Base XSD Type: string
  • value comes from list: {'+x+y'|'+y+x'|'+x-y'|'-x-y'}
Documentation The enumeration value here indicates the incrementation order to be used on the first 2 axes, i.e. "+x-y" means that the points on the first axis are to be traversed from lowest to highest and the points on the second axis are to be traversed from highest to lowest. The points on all other axes (if any) beyond the first 2 are assumed to increment from lowest to highest.
Diagram
Schema Component Representation
<simpleType name="IncrementOrder">
<restriction base=" string ">
<enumeration value="+x+y"/>
<enumeration value="+y+x"/>
<enumeration value="+x-y"/>
<enumeration value="-x-y"/>
</restriction>
</simpleType>