element <boundPoly> (global)
Namespace:
Type:
Content:
complex, 8 attributes, 1 element
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<boundPoly
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
   
>
   
Content: 
</boundPoly>
Included in content model of elements (1):
Known Usage Locations
Annotation

Geographic Bounding Polygon

Description

This field allows the creation of multiple polygons to describe in a more detailed manner the geographic area covered by the dataset. It should only be used to define the outer boundaries of a covered area. For example, in the United States, such polygons can be created to define boundaries for Hawaii, Alaska, and the continental United States, but not interior boundaries for the contiguous states. This field is used to refine a coordinate-based search, not to actually map an area. It is also useful in identifying the boundaries of non-contiguous countries or data collection areas within a larger bounding box. Note that in this case each combined geogCover and boundPoly should appear in a separate sumDscr to clearly associate the name of the geographic area and it's polygon description.

If the boundPoly element is used, then geoBndBox MUST be present, and all points enclosed by the boundPoly MUST be contained within the geoBndBox. Elements westBL, eastBL, southBL, and northBL of the geoBndBox should each be represented in at least one point of the boundPoly description.

Example

<sumDscr> <geogCover>Nevada State</geogCover> <boundPoly> <polygon> <point> <gringLat>42.002207</gringLat> <gringLon>-120.005729004</gringLon> </point> <point> <gringLat>42.002207</gringLat> <gringLon>-114.039663</gringLon> </point> <point> <gringLat>35.9</gringLat> <gringLon>-114.039663</gringLon> </point> <point> <gringLat>36.080</gringLat> <gringLon>-114.544</gringLon> </point> <point> <gringLat>35.133</gringLat> <gringLon>-114.542</gringLon> </point> <point> <gringLat>35.00208499998</gringLat> <gringLon>-114.63288</gringLon> </point> <point> <gringLat>35.00208499998</gringLat> <gringLon>-114.63323</gringLon> </point> <point> <gringLat>38.999</gringLat> <gringLon>-120.005729004</gringLon> </point> <point> <gringLat>42.002207</gringLat> <gringLon>-120.005729004</gringLon> </point> </polygon> </boundPoly> </sumDscr> <sumDscr> <geogCover>Norway</geogCover> <boundPoly> <polygon> <point> <gringLat>80.76416</gringLat> <gringLon>33.637497</gringLon> </point> <point> <gringLat>80.76416</gringLat> <gringLon>10.2</gringLon> </point> <point> <gringLat>62.48395</gringLat> <gringLon>4.789583</gringLon> </point> <point> <gringLat>57.987915</gringLat> <gringLon>4.789583</gringLon> </point> <point> <gringLat>57.987915</gringLat> <gringLon>11.8</gringLon> </point> <point> <gringLat>61.27794</gringLat> <gringLon>13.2336</gringLon> </point> <point> <gringLat>63.19012</gringLat> <gringLon>13.2336</gringLon> </point> <point> <gringLat>67.28615</gringLat> <gringLon>17.24580</gringLon> </point> <point> <gringLat>68.14297</gringLat> <gringLon>21.38362</gringLon> </point> <point> <gringLat>68.14297</gringLat> <gringLon>25.50054</gringLon> </point> <point> <gringLat>69.39685</gringLat> <gringLon>27.38137</gringLon> </point> <point> <gringLat>68.76991</gringLat> <gringLon>28.84424</gringLon> </point> <point> <gringLat>68.76991</gringLat> <gringLon>31.31021</gringLon> </point> <point> <gringLat>71.42</gringLat> <gringLon>31.31021</gringLon> </point> <point> <gringLat>71.42</gringLat> <gringLon>33.637497</gringLon> </point> <point> <gringLat>80.76416</gringLat> <gringLon>33.637497</gringLon> </point> </polygon> </boundPoly> </sumDscr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="boundPoly" type="boundPolyType"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set