<xsd:complexType name="TemporalDatumRestrictionType" abstract="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorPoint" and "realizationEpoch" elements. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="gml:AbstractDatumType">
<xsd:sequence>
<xsd:element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="datumID" type="gml:ExtendedIdentifierType" />
</xsd:sequence>
<xsd:attribute ref="gml:id" use="optional" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|