gmx:ML_TemporalDatum
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/crsItem.xsd
Type: gmx:ML_TemporalDatum_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:datumName [1..1] The name by which this datum is identified.
- gml:datumID [0..*] An identification of a datum.
- gml:validArea [0..1] Area or region in which this CRS object is valid.
- gml:scope [0..1] Description of domain of usage, or limitations of usage, for which this CRS object is valid.
- gml:origin [1..1] The date and time origin of this temporal datum.
- gmx:alternativeExpression [1..*]
from type gml:TemporalDatumBaseTypefrom type gml:TemporalDatumType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:TemporalDatumBaseType |
Used in
- Group gml:Value
- Type gmx:ML_TemporalDatum_PropertyType
- Type gml:DatumRefType (Element gml:datumRef)
- Type gmx:CT_Datum_PropertyType (Element gmx:datum)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:TemporalDatumRefType (Elements gml:usesTemporalDatum, gml:temporalDatumRef)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:Definition
- can be substituted with gml:_Datum
- can be substituted with gml:TemporalDatum
- can be substituted with gmx:ML_TemporalDatum
- can be substituted with gml:TemporalDatum
- can be substituted with gml:_Datum
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gmx:ML_TemporalDatum gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:datumName>string</gml:datumName> <gml:datumID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:datumID> <gml:validArea> <gml:description>string</gml:description> <gml:boundingBox> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:boundingBox> <gml:verticalExtent> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:verticalExtent> <gml:temporalExtent> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:relatedTime>... </gml:relatedTime> <gml:beginPosition>12:00:00</gml:beginPosition> <gml:endPosition>12:00:00</gml:endPosition> <gml:duration>P1Y2M3DT10H</gml:duration> </gml:temporalExtent> </gml:validArea> <gml:scope>string</gml:scope> <gml:origin>2000-01-01T12:00:00</gml:origin> <gmx:alternativeExpression> <gmx:DatumAlt gml:id="ID" codeSpace="http://www.example.com/"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:datumName>string</gml:datumName> <gml:datumID>... </gml:datumID> <gml:remarks>string</gml:remarks> <gml:anchorPoint>string</gml:anchorPoint> <gml:realizationEpoch>2000-01-01</gml:realizationEpoch> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gmx:locale>... </gmx:locale> </gmx:DatumAlt> </gmx:alternativeExpression> </gmx:ML_TemporalDatum>