Documentation for fieldgml

Complex Type: VerticalCSType

[Table of contents]

Super-types: gml:DefinitionType < AbstractCoordinateSystemBaseType (by restriction) < AbstractCoordinateSystemType (by extension) < VerticalCSType (by extension)
Sub-types: None
Name VerticalCSType
Abstract no
Documentation A one-dimensional coordinate system used to record the heights (or depths) of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one usesAxis association.
XML Instance Representation
<...
gml:id="[1]">
<gml:csName> ... </gml:csName> [1]
<gml:csID> ... </gml:csID> [0..*]

'Set of alternative identifications of this coordinate system. The first csID, 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, including data source information.'

<gml:usesAxis> ... </gml:usesAxis> [1..*]

'Ordered sequence of associations to the coordinate system axes included in this coordinate system.'

</...>
Diagram
h876082152
Schema Component Representation
<complexType name="VerticalCSType">
<complexContent>
<extension base=" gml:AbstractCoordinateSystemType "/>
</complexContent>
</complexType>