Documentation for fieldgml

Complex Type: EngineeringDatumType

[Table of contents]

Super-types: gml:DefinitionType < AbstractDatumBaseType (by restriction) < AbstractDatumType (by extension) < EngineeringDatumType (by extension)
Sub-types: None
Name EngineeringDatumType
Abstract no
Documentation An engineering datum defines the origin of an engineering coordinate reference system, and is used in a region around that origin. This origin can be fixed with respect to the earth (such as a defined point at a construction site), or be a defined point on a moving vehicle (such as on a ship or satellite).
XML Instance Representation
<...
gml:id="[1]">
<gml:datumName> ... </gml:datumName> [1]
<gml:datumID> ... </gml:datumID> [0..*]

'Set of alternative identifications of this datum. The first datumID, if any, is normally the primary identification code, and any others are aliases.'

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

'Comments on this reference system, including source information.'

<gml:anchorPoint> ... </gml:anchorPoint> [0..1]
<gml:validArea> ... </gml:validArea> [0..1]
<gml:scope> ... </gml:scope> [0..1]
</...>
Diagram
h-870805406
Schema Component Representation
<complexType name="EngineeringDatumType">
<complexContent>
<extension base=" gml:AbstractDatumType "/>
</complexContent>
</complexType>