gmd:EX_BoundingPolygon
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/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> <gmd:extentTypeCode> <gco:Boolean>true</gco:Boolean> </gmd:extentTypeCode> <gmd:polygon> <gml:MultiGeometry 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:geometryMember>... </gml:geometryMember> <gml:geometryMembers>... </gml:geometryMembers> </gml:MultiGeometry> </gmd:polygon> </gmd:EX_BoundingPolygon>