complexType "GeographicBoundaryType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
AreaCoverage, BoundingBox, BoundingPolygon, ExcludingPolygon, GeographicTime
All Direct / Indirect Based Elements (1):
GeographicBoundary
Known Usage Locations
Annotation
A choice of a BoundingBox and/or a set of BoundingPolygons and ExcludingPolygons that describe an area for a specific time period.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GeographicBoundaryType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AreaCoverage"/>
<xs:element minOccurs="0" ref="BoundingBox"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BoundingPolygon"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludingPolygon"/>
<xs:element minOccurs="0" ref="GeographicTime"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
AreaCoverage
Type:
AreaCoverageType, complex content
Use to specify the area of land, water, total or other area coverage in terms of square miles/kilometers or other measures.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AreaCoverage"/>

BoundingBox
Type:
BoundingBoxType, complex content
A BoundingBox (North, South Latitude and East, West Longitude) of the LocationValue for the time period specified with the GeographicBoundary.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="BoundingBox"/>

BoundingPolygon
Type:
PolygonType, complex content
A description of the boundaries of the polygon either in-line or by a reference to an external file containing the boundaries. Repeatable to describe non-contiguous areas such as islands or Native American Reservations in some parts of the United States.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BoundingPolygon"/>

ExcludingPolygon
Type:
PolygonType, complex content
A description of a the boundaries of a polygon internal to the bounding polygon which should be excluded. For example, for the bounding polygon describing the State of Brandenburg in Germany, the Excluding Polygon would describe the boundary of Berlin, creating hole within Brandenburg which is occupied by Berlin.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludingPolygon"/>

GeographicTime
Type:
DateType, complex content
A time for which the polygon is an accurate description of the area. This may be a range (without an end date if currently still valid) or a single date when the shape was know to be valid if a range is not available.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicTime"/>

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