<xsd:complexType name="TemporalDatumType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type. </xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="gml:TemporalDatumRestrictionType">
<xsd:sequence>
<xsd:element name="origin" type="dateTime">
<xsd:annotation>
<xsd:documentation>The date and time origin of this temporal datum. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|