Definition Type: ComplexType
Name: TemporalDatumType
Namespace: http://www.opengis.net/gml
Type: gml:TemporalDatumRestrictionType
Containing Schema: datums.xsd
Abstract
Documentation:
Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type.
Collapse XSD Schema Diagram:
Drilldown into origin in schema datums_xsd Drilldown into realizationEpoch in schema datums_xsd Drilldown into anchorPoint in schema datums_xsd Drilldown into datumID in schema datums_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into TemporalDatumRestrictionType in schema datums_xsdXSD Diagram of TemporalDatumType in schema datums_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
datumID gml:datumID (1) (1)
anchorPoint gml:anchorPoint 0 (1)
realizationEpoch gml:realizationEpoch 0 (1)
metaDataProperty gml:metaDataProperty 0 unbounded
datumID gml:datumID (1) (1)
origin gml:origin (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:TemporalDatum