DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "LevelReferenceType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
(LevelReference?, LevelName)*
</...>
Content Model Elements (2):
LevelName (type xs:string),
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Provides a reference to a described geographic level and a human-readable name for the level.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="LevelReferenceType">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element minOccurs="0" ref="LevelReference"/>
<xs:element name="LevelName" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
LevelName
Type:
xs:string, predefined, simple content
Human-readable name of the Geographic Level. This field may be used by outside systems to identify the highest or lowest geographic level in a consistent manner regardless of whether the DDI instance contains a detailed Geographic Structure section.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="LevelName" type="xs:string"/>

LevelReference
Type:
ReferenceType, complex content
Reference to the Geographic Level as described in the GeographicStructure.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="LevelReference"/>

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