Definition Type: ComplexType
Name: SequenceRuleType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:SequenceRuleEnumeration
Containing Schema: coverage.xsd
Abstract
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".
Collapse XSD Schema Diagram:
Drilldown into axisOrder in schema coverage_xsd Drilldown into order in schema coverage_xsdXSD Diagram of SequenceRuleType in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
order gml:order (Optional)
axisOrder gml:axisOrder (Optional)
Collapse Derivation Tree:
Collapse References:
gml:sequenceRule, gmlrgrid:sequenceRule, gmlrgrid:sequenceRule