complexType SequenceRuleType
diagram sensorML_p296.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:SequenceRuleEnumeration
properties
base gml:SequenceRuleEnumeration
used by
element GridFunctionType/sequenceRule
facets
Kind Value annotation 
enumeration Linear 
enumeration Boustrophedonic 
enumeration Cantor-diagonal 
enumeration Spiral 
enumeration Morton 
enumeration Hilbert 
attributes
Name  Type  Use  Default  Fixed  annotation
ordergml:IncrementOrder      
appinfo
deprecated
axisOrdergml:AxisDirectionList      
annotation
documentation
The gml:SequenceRuleType is derived from the gml:SequenceRuleEnumeration through the addition of an axisOrder attribute.  The gml:SequenceRuleEnumeration is an enumerated type. The rule names are defined in ISO 19123. If no rule name is specified the default is "Linear".
source <complexType name="SequenceRuleType">
 
<annotation>
   
<documentation>The gml:SequenceRuleType is derived from the gml:SequenceRuleEnumeration through the addition of an axisOrder attribute.  The gml:SequenceRuleEnumeration is an enumerated type. The rule names are defined in ISO 19123. If no rule name is specified the default is "Linear".</documentation>
 
</annotation>
 
<simpleContent>
   
<extension base="gml:SequenceRuleEnumeration">
     
<attribute name="order" type="gml:IncrementOrder">
       
<annotation>
         
<appinfo>deprecated</appinfo>
       
</annotation>
     
</attribute>
     
<attribute name="axisOrder" type="gml:AxisDirectionList"/>
   
</extension>
 
</simpleContent>
</complexType>

attribute SequenceRuleType/@order
type gml:IncrementOrder
properties
isRef 0
facets
Kind Value annotation 
enumeration +x+y 
enumeration +y+x 
enumeration +x-y 
enumeration -x-y 
annotation
appinfo
deprecated
source <attribute name="order" type="gml:IncrementOrder">
 
<annotation>
   
<appinfo>deprecated</appinfo>
 
</annotation>
</attribute>

attribute SequenceRuleType/@axisOrder
type gml:AxisDirectionList
properties
isRef 0
source <attribute name="axisOrder" type="gml:AxisDirectionList"/>


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