gml:SequenceRuleType

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".

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
axisOrder gml:AxisDirectionList optional
order gml:IncrementOrder optional

Used By

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>