<complexType name="CoordinateSystemAxisType">
<annotation>
<documentation>Definition of a coordinate system axis. </documentation>
</annotation>
<complexContent>
<extension base="gml:CoordinateSystemAxisBaseType">
<sequence>
<element ref="gml:axisID" minOccurs="0" maxOccurs="unbounded">
<annotation>
<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. </documentation>
</annotation>
</element>
<element ref="gml:remarks" minOccurs="0">
<annotation>
<documentation>Comments on or information about this coordinate system axis, including data source information. </documentation>
</annotation>
</element>
<element ref="gml:axisAbbrev" />
<element ref="gml:axisDirection" />
</sequence>
<attribute ref="gml:uom" use="required" />
</extension>
</complexContent>
</complexType>
|