gmd:EX_BoundingPolygon
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_BoundingPolygon_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:extentTypeCode [0..1]
- gmd:polygon [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_BoundingPolygon_PropertyType
- Type gmd:EX_GeographicExtent_PropertyType (Elements gmd:geographicElement, gmd:spatialExtent)
Substitution hierarchy
- gmd:AbstractEX_GeographicExtent
- can be substituted with gmd:EX_BoundingPolygon
Sample instance
<gmd:EX_BoundingPolygon id="ID"> <gmd:extentTypeCode> <gco:Boolean>true</gco:Boolean> </gmd:extentTypeCode> <gmd:polygon> <gml:Point> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </gmd:polygon> </gmd:EX_BoundingPolygon>