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

Polygon

Description

The minimum polygon that covers a geographical area, and is delimited by at least 4 points (3 sides), in which the last point coincides with the first point.

Example

<polygon> <point> <gridLat>-15.8</gridLat> <gridLon>24.0</gridLon> </point> <point> <gridLat>-41.0</gridLat> <gridLon>10.8</gridLon> </point> <point> <gridLat>-15.8</gridLat> <gridLon>10.8</gridLon> </point> <point> <gridLat>-15.8</gridLat> <gridLon>24.0</gridLon> </point> </polygon>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="polygon" type="polygonType"/>

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