Schema Central > NIEM 3.2 > extent.xsd > gmd:EX_BoundingPolygon
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gmd:EX_BoundingPolygon

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group gco:ObjectIdentification
uuid [0..1]xsd:stringfrom group gco:ObjectIdentification

Used in

Substitution hierarchy

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>