gmd:EX_TemporalExtent
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/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> <gmd:extent> <gml:TimeInstant gml:id="ID"> <gml:metaDataProperty>... </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:relatedTime>... </gml:relatedTime> <gml:timePosition>12:00:00</gml:timePosition> </gml:TimeInstant> </gmd:extent> </gmd:EX_TemporalExtent>