gml:TemporalCRS
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:TemporalCRSType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:srsName [1..1] The name by which this reference system is identified.
- gml:srsID [0..*] Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.
- gml:remarks [0..1] Comments on or information about this reference system, including source information.
- 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:usesTemporalCS [1..1] Association to the temporal coordinate system used by this CRS.
- gml:usesTemporalDatum [1..1] Association to the temporal datum used by this CRS.
from type gml:AbstractReferenceSystemBaseTypefrom type gml:AbstractReferenceSystemType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [1..1] | xsd:ID | from type gml:AbstractReferenceSystemBaseType |
Used in
- Group gml:Value
- Type gml:ReferenceSystemRefType (Element gml:referenceSystemRef)
- Type gml:TemporalCRSRefType (Element gml:temporalCRSRef)
- Type gmx:CT_CRS_PropertyType (Element gmx:crs)
- Type gsr:SC_CRS_PropertyType (Element gmd:CRS)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:DictionaryEntryType (Elements gml:dictionaryEntry, gml:definitionMember)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:CRSRefType (Elements gml:sourceCRS, gml:targetCRS, gml:crsRef)
- Type gml:CoordinateReferenceSystemRefType (Elements gml:coordinateReferenceSystemRef, gml:includesCRS, gml:baseCRS)
- 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:_ReferenceSystem
- can be substituted with gml:_CRS
- can be substituted with gml:_CoordinateReferenceSystem
- can be substituted with gml:TemporalCRS
- can be substituted with gmx:ML_TemporalCRS
- can be substituted with gml:TemporalCRS
- can be substituted with gml:_CoordinateReferenceSystem
- can be substituted with gml:_CRS
- can be substituted with gml:_ReferenceSystem
- can be substituted with gml:Definition
- can be substituted with gml:_GML
Sample instance
<gml:TemporalCRS gml:id="ID"> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:srsName>string</gml:srsName> <gml:srsID> <gml:name>string</gml:name> <gml:version>string</gml:version> <gml:remarks>string</gml:remarks> </gml:srsID> <gml:remarks>string</gml:remarks> <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:usesTemporalCS> <gml:TemporalCS gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:csName>string</gml:csName> <gml:csID>... </gml:csID> <gml:remarks>string</gml:remarks> <gml:usesAxis>... </gml:usesAxis> </gml:TemporalCS> </gml:usesTemporalCS> <gml:usesTemporalDatum> <gml:TemporalDatum gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:datumName>string</gml:datumName> <gml:datumID>... </gml:datumID> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:origin>2000-01-01T12:00:00</gml:origin> </gml:TemporalDatum> </gml:usesTemporalDatum> </gml:TemporalCRS>