Documentation for fieldgml

Complex Type: TemporalDatumBaseType

[Table of contents]

Super-types: gml:DefinitionType < AbstractDatumBaseType (by restriction) < AbstractDatumType (by extension) < TemporalDatumBaseType (by restriction)
Sub-types:
Name TemporalDatumBaseType
Abstract yes
Documentation Partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorPoint" and "realizationEpoch" elements.
XML Instance Representation
<...
gml:id="[1]">
<gml:datumName> ... </gml:datumName> [1]
<gml:datumID> ... </gml:datumID> [0..*]
<gml:validArea> ... </gml:validArea> [0..1]
<gml:scope> ... </gml:scope> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="TemporalDatumBaseType" abstract="true">
<complexContent>
<restriction base=" gml:AbstractDatumType ">
<sequence>
<element ref=" gml:metaDataProperty " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:datumName "/>
<element ref=" gml:datumID " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:validArea " minOccurs="0"/>
<element ref=" gml:scope " minOccurs="0"/>
</sequence>
<attribute ref=" gml:id " use="required"/>
</restriction>
</complexContent>
</complexType>