simpleType IncrementOrder
namespace http://www.opengis.net/gml
type restriction of xs:string
used by
attribute SequenceRuleType/@order
facets
Kind Value annotation 
enumeration +x+y 
enumeration +y+x 
enumeration +x-y 
enumeration -x-y 
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.
source <xs:simpleType name="IncrementOrder">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="string">
   
<xs:enumeration value="+x+y"/>
   
<xs:enumeration value="+y+x"/>
   
<xs:enumeration value="+x-y"/>
   
<xs:enumeration value="-x-y"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy