Documentation for fieldgml

Complex Type: PrimeMeridianType

[Table of contents]

Super-types: gml:DefinitionType < PrimeMeridianBaseType (by restriction) < PrimeMeridianType (by extension)
Sub-types: None
Name PrimeMeridianType
Abstract no
Documentation A prime meridian defines the origin from which longitude values are determined.
XML Instance Representation
<...
gml:id="[1]">
<gml:meridianID> ... </gml:meridianID> [0..*]

'Set of alternative identifications of this prime meridian. The first meridianID, 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 prime meridian, including source information.'

</...>
Diagram
Schema Component Representation
<complexType name="PrimeMeridianType">
<complexContent>
<extension base=" gml:PrimeMeridianBaseType ">
<sequence>
<element ref=" gml:meridianID " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:remarks " minOccurs="0"/>
<element ref=" gml:greenwichLongitude "/>
</sequence>
</extension>
</complexContent>
</complexType>