DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GeographyValuesType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
VariableReference?, ExternalAuthorityReference?, GeographyValue*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides the values of a geographic area.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GeographyValuesType">
<xs:sequence>
<xs:element minOccurs="0" ref="VariableReference"/>
<xs:element minOccurs="0" name="ExternalAuthorityReference" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographyValue"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 3/3)
ExternalAuthorityReference
Type:
xs:anyURI, predefined, simple content
Link to an external resource that includes a list of codes for the described geography.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExternalAuthorityReference" type="xs:anyURI"/>

GeographyValue
Type:
GeographyValueType, complex content
Used to specify a geographical value.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="GeographyValue"/>

VariableReference
Type:
ReferenceType, complex content
References the single code (as in the case of a single level hierarchy like a Metroplitan Area within a single country where there is one unique code, or a Variable describing the concatenation order being used in the codes provided in the GeographicValues. This may require creating a concatenated Varible to meet this specificiation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="VariableReference"/>

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