complexType "PolygonType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
ExternalURI, Point, PolygonLinkCode, ShapeFileFormat
All Direct / Indirect Based Elements (2):
BoundingPolygon, ExcludingPolygon
Known Usage Locations
Annotation
A closed plane figure bounded by three or more line segments, representing a geographic area. Contains either the URI of the file containing the polygon, a specific link code for the shape within the file, and a file format, or a minimum of 4 points to describe the polygon in-line. Note that the first and last point must be identical in order to close the polygon. A triangle has 4 points. A geographic time designating the time period that the shape is valid should be included. If the date range is unknown use a SingleDate indicating a date that the shape was known to be valid.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="PolygonType">
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element name="ExternalURI" type="xs:anyURI"/>
<xs:element minOccurs="0" name="PolygonLinkCode" type="xs:string"/>
<xs:element minOccurs="0" name="ShapeFileFormat" type="CodeValueType"/>
</xs:sequence>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="4" ref="Point"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
ExternalURI
Type:
xs:anyURI, predefined, simple content
Note that ExternalURI points to the boundary file location.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ExternalURI" type="xs:anyURI"/>

Point
Type:
PointType, complex content
A geographic point defined by a latitude and longitude. A minimum of 4 points is required as the first and last point should be identical in order to close the polygon. Note that a triangle has three sides and requires 3 unique points plus a fourth point replicating the first point in order to close the polygon.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="4" ref="Point"/>

PolygonLinkCode
Type:
xs:string, predefined, simple content
The PolygonLinkCode is the identifier of the specific polygon within the file. For example in an NHGIS file the LinkCodeForPolygon for Tract 101.01 in Hennepin County in Minnesota is 2700530010101.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PolygonLinkCode" type="xs:string"/>

ShapeFileFormat
Type:
CodeValueType, simple content
The format of the shape file existing at the location indicated by the sibling ExternalURI element.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ShapeFileFormat" type="CodeValueType"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set