diagram | ![]() |
||||||||||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||||||||||
type | extension of gml:CoordinateSystemAxisBaseType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | gml:metaDataProperty gml:name gml:axisID gml:remarks gml:axisAbbrev gml:axisDirection | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="CoordinateSystemAxisType"> <xs:annotation> <xs:documentation>Definition of a coordinate system axis. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:CoordinateSystemAxisBaseType"> <xs:sequence> <xs:element ref="gml:axisID" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Set of alternative identifications of this coordinate system axis. The first axisID, if any, is normally the primary identification code, and any others are aliases. </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:remarks" minOccurs="0"> <xs:annotation> <xs:documentation>Comments on or information about this coordinate system axis, including data source information. </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:axisAbbrev"/> <xs:element ref="gml:axisDirection"/> </xs:sequence> <xs:attribute ref="gml:uom" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |