Documentation for fieldgml

Complex Type: CoordinateSystemAxisBaseType

[Table of contents]

Super-types: gml:DefinitionType < CoordinateSystemAxisBaseType (by restriction)
Sub-types:
Name CoordinateSystemAxisBaseType
Abstract yes
Documentation Basic encoding for coordinate system axis objects, simplifying and restricting the DefinitionType as needed.
XML Instance Representation
<...
gml:id="[1]">
<gml:name> ... </gml:name> [1]

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

</...>
Diagram
Schema Component Representation
<complexType name="CoordinateSystemAxisBaseType" abstract="true">
<complexContent>
<restriction base=" gml:DefinitionType ">
<sequence>
<element ref=" gml:metaDataProperty " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:name "/>
</sequence>
<attribute ref=" gml:id " use="required"/>
</restriction>
</complexContent>
</complexType>