gmd:EX_VerticalExtent
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_VerticalExtent_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:minimumValue [1..1]
- gmd:maximumValue [1..1]
- gmd:CRS [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 id="ID"> <gmd:minimumValue> <gco:Real>1.0</gco:Real> </gmd:minimumValue> <gmd:maximumValue> <gco:Real>1.0</gco:Real> </gmd:maximumValue> <gmd:CRS> <gml:GeographicCRS gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:srsName>string</gml:srsName> <gml:srsID>... </gml:srsID> <gml:remarks>string</gml:remarks> <gml:validArea>... </gml:validArea> <gml:scope>string</gml:scope> <gml:usesEllipsoidalCS>... </gml:usesEllipsoidalCS> <gml:usesGeodeticDatum>... </gml:usesGeodeticDatum> </gml:GeographicCRS> </gmd:CRS> </gmd:EX_VerticalExtent>