Definition Type: ComplexType
Name: TemporalDatumRestrictionType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractDatumType
Containing Schema: datums.xsd
Abstract True
Documentation:
Partially defines the origin of a temporal coordinate reference system. This type restricts the AbstractDatumType to remove the "anchorPoint" and "realizationEpoch" elements.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of TemporalDatumRestrictionType in schema datums_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
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)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:TemporalDatumType