DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographyValueType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
GeographyCode, GeographyName*, GeographicTime, BoundingPolygon*, ExcludingPolygon*
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Used to specify a geographic value.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GeographyValueType">
<xs:sequence>
<xs:element ref="GeographyCode"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographyName"/>
<xs:element ref="GeographicTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BoundingPolygon"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludingPolygon"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 5/5)
BoundingPolygon
Type:
PolygonType, complex content
A closed plane figure bounded by three or more line segments representing the described geographic area.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BoundingPolygon"/>

ExcludingPolygon
Type:
PolygonType, complex content
A closed plane figure bounded by three or more line segments representing an area excluded from the described geographical area.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludingPolygon"/>

GeographicTime
Type:
DateType, complex content
The date (and, optionally, time) of a specific geographic value (code). This is necessary because geographic boundaries change over time.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographicTime"/>

GeographyCode
Type:
GeographyCodeType, complex content
Container for a standard geography code
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="GeographyCode"/>

GeographyName
Type:
InternationalStringType, simple content
Textual description of the particular geographic entity/code.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographyName"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set