gmd:EX_VerticalExtent
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/extent.xsd
Type: gmd:EX_VerticalExtent_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:minimumValue [1..1]
- gmd:maximumValue [1..1]
- gmd:verticalCRS [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_VerticalExtent_PropertyType (Element gmd:verticalElement)
Sample instance
<gmd:EX_VerticalExtent> <gmd:minimumValue> <gco:Real>1.0</gco:Real> </gmd:minimumValue> <gmd:maximumValue> <gco:Real>1.0</gco:Real> </gmd:maximumValue> <gmd:verticalCRS> <gml:ProjectedCRS 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:remarks>string</gml:remarks> <gml:domainOfValidity>... </gml:domainOfValidity> <gml:scope>string</gml:scope> <gml:conversion>... </gml:conversion> <gml:baseGeodeticCRS>... </gml:baseGeodeticCRS> <gml:cartesianCS>... </gml:cartesianCS> </gml:ProjectedCRS> </gmd:verticalCRS> </gmd:EX_VerticalExtent>