gmd:EX_Extent
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/extent.xsd
Type: gmd:EX_Extent_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:description [0..1]
- gmd:geographicElement [0..*]
- gmd:temporalElement [0..*]
- gmd:verticalElement [0..*]
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
- Anonymous type of element gml:domainOfValidity
- Type gmd:EX_Extent_PropertyType (Elements gmd:sourceExtent, gmd:extent, gmd:domainOfValidity)
Sample instance
<gmd:EX_Extent> <gmd:description> <gco:CharacterString>string</gco:CharacterString> </gmd:description> <gmd:geographicElement> <gmd:EX_BoundingPolygon> <gmd:extentTypeCode>... </gmd:extentTypeCode> <gmd:polygon>... </gmd:polygon> </gmd:EX_BoundingPolygon> </gmd:geographicElement> <gmd:temporalElement> <gmd:EX_TemporalExtent> <gmd:extent>... </gmd:extent> </gmd:EX_TemporalExtent> </gmd:temporalElement> <gmd:verticalElement> <gmd:EX_VerticalExtent> <gmd:minimumValue>... </gmd:minimumValue> <gmd:maximumValue>... </gmd:maximumValue> <gmd:verticalCRS>... </gmd:verticalCRS> </gmd:EX_VerticalExtent> </gmd:verticalElement> </gmd:EX_Extent>