gmd:EX_TemporalExtent
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/extent.xsd
Type: gmd:EX_TemporalExtent_Type
Properties: Global, Qualified
Content
- gmd:extent [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:EX_TemporalExtent_PropertyType (Element gmd:temporalElement)
Substitution hierarchy
- gmd:EX_TemporalExtent
- can be substituted with gmd:EX_SpatialTemporalExtent
Sample instance
<gmd:EX_TemporalExtent id="ID"> <gmd:extent> <gml:TimeInstant> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:relatedTime>... </gml:relatedTime> <gml:timePosition>12:00:00</gml:timePosition> </gml:TimeInstant> </gmd:extent> </gmd:EX_TemporalExtent>