<complexType name="TemporalDatumBaseType" abstract="true">
<annotation>
<documentation>Partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorPoint" and "realizationEpoch" elements. </documentation>
</annotation>
<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>
|