diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | restriction of gml:DefinitionType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:name | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="CoordinateSystemAxisBaseType" abstract="true"> <xs:annotation> <xs:documentation>Basic encoding for coordinate system axis objects, simplifying and restricting the DefinitionType as needed. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:DefinitionType"> <xs:sequence> <xs:element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="gml:name"> <xs:annotation> <xs:documentation>The name by which this coordinate system axis is identified. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute ref="gml:id" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |