gmd:EX_GeographicBoundingBox
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_GeographicBoundingBox_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:extentTypeCode [0..1]
- gmd:westBoundLongitude [1..1]
- gmd:eastBoundLongitude [1..1]
- gmd:southBoundLatitude [1..1]
- gmd:northBoundLatitude [1..1]
from type gmd:AbstractEX_GeographicExtent_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_GeographicBoundingBox_PropertyType
- Type gmd:EX_GeographicExtent_PropertyType (Elements gmd:geographicElement, gmd:spatialExtent)
Substitution hierarchy
- gmd:AbstractEX_GeographicExtent
- can be substituted with gmd:EX_GeographicBoundingBox
Sample instance
<gmd:EX_GeographicBoundingBox id="ID"> <gmd:extentTypeCode> <gco:Boolean>true</gco:Boolean> </gmd:extentTypeCode> <gmd:westBoundLongitude> <gco:Decimal>1.0</gco:Decimal> </gmd:westBoundLongitude> <gmd:eastBoundLongitude> <gco:Decimal>1.0</gco:Decimal> </gmd:eastBoundLongitude> <gmd:southBoundLatitude> <gco:Decimal>1.0</gco:Decimal> </gmd:southBoundLatitude> <gmd:northBoundLatitude> <gco:Decimal>1.0</gco:Decimal> </gmd:northBoundLatitude> </gmd:EX_GeographicBoundingBox>