Definition Type: SimpleType
Name: IncrementOrder
Namespace: http://www.opengis.net/gml
Containing Schema: coverage.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of IncrementOrder in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="IncrementOrder">
    <annotation>
        <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.</documentation>
    </annotation>
    <restriction base="string">
        <enumeration value="+x+y" />
        <enumeration value="+y+x" />
        <enumeration value="+x-y" />
        <enumeration value="-x-y" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration +x+y
Enumeration +y+x
Enumeration +x-y
Enumeration -x-y
Collapse Derivation Tree:
Collapse References:
gml:order