Definition Type: SimpleType
Name: IncrementOrder
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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 gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<simpleType name="IncrementOrder">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
        <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