Documentation for fieldgml

Complex Type: CoordinateSystemAxisType

[Table of contents]

Super-types: gml:DefinitionType < CoordinateSystemAxisBaseType (by restriction) < CoordinateSystemAxisType (by extension)
Sub-types: None
Name CoordinateSystemAxisType
Abstract no
Documentation Definition of a coordinate system axis.
XML Instance Representation
<...
gml:id="[1]"
gml:uom="[1]">
<gml:name> ... </gml:name> [1]

'The name by which this coordinate system axis is identified.'

<gml:axisID> ... </gml:axisID> [0..*]

'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.'

<gml:remarks> ... </gml:remarks> [0..1]

'Comments on or information about this coordinate system axis, including data source information.'

</...>
Diagram
Schema Component Representation
<complexType name="CoordinateSystemAxisType">
<complexContent>
<extension base=" gml:CoordinateSystemAxisBaseType ">
<sequence>
<element ref=" gml:axisID " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:remarks " minOccurs="0"/>
<element ref=" gml:axisAbbrev "/>
<element ref=" gml:axisDirection "/>
</sequence>
<attribute ref=" gml:uom " use="required"/>
</extension>
</complexContent>
</complexType>