gmd:EX_SpatialTemporalExtent
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/extent.xsd
Type: gmd:EX_SpatialTemporalExtent_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:extent [1..1]
- gmd:spatialExtent [1..*]
from type gmd:EX_TemporalExtent_Type
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_SpatialTemporalExtent_PropertyType
- Type gmd:EX_TemporalExtent_PropertyType (Element gmd:temporalElement)
Substitution hierarchy
- gmd:EX_TemporalExtent
- can be substituted with gmd:EX_SpatialTemporalExtent
Sample instance
<gmd:EX_SpatialTemporalExtent> <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:spatialExtent> <gmd:EX_BoundingPolygon> <gmd:extentTypeCode>... </gmd:extentTypeCode> <gmd:polygon>... </gmd:polygon> </gmd:EX_BoundingPolygon> </gmd:spatialExtent> </gmd:EX_SpatialTemporalExtent>