gml:usesTemporalDatum
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/deprecatedTypes.xsd
Type: gml:TemporalDatumPropertyType
Properties: Global, Qualified
Content
- Choice [0..1]
- gml:TemporalDatumA gml:TemporalDatum defines the origin of a Temporal Reference System. This type omits the "anchorDefinition" and "realizationEpoch" elements and adds the "origin" element with the dateTime type.
- gmx:ML_TemporalDatum
from subst. group gml:TemporalDatum
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
nilReason | [0..1] | gml:NilReasonType | from group gml:AssociationAttributeGroup | |
gml:remoteSchema | [0..1] | xsd:anyURI | from group gml:AssociationAttributeGroup |
Used in
- Type gml:TemporalCRSType (Element gml:TemporalCRS)
- Type gmx:ML_TemporalCRS_Type via extension of gml:TemporalCRSType (Element gmx:ML_TemporalCRS)
Substitution hierarchy
- gml:temporalDatum
- can be substituted with gml:usesTemporalDatum
Sample instance
<gml:usesTemporalDatum> <gml:TemporalDatum gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:remarks>string</gml:remarks> <gml:domainOfValidity> <gmd:EX_Extent>............ </gmd:EX_Extent> </gml:domainOfValidity> <gml:scope>string</gml:scope> <gml:origin>2000-01-01T12:00:00</gml:origin> </gml:TemporalDatum> </gml:usesTemporalDatum>