diagram | ||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | |||||||||||||||||||||
type | extension of gml:SequenceRuleEnumeration | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
attributes |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
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> |
type | gml:IncrementOrder | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <attribute name="order" type="gml:IncrementOrder"> <annotation> <appinfo>deprecated</appinfo> </annotation> </attribute> |
type | gml:AxisDirectionList | ||
properties |
|
||
source | <attribute name="axisOrder" type="gml:AxisDirectionList"/> |