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: 
</...>
Content Model Elements (2):
GeographicLevelReference, LevelName
All Direct / Indirect Based Elements (2):
LowestLevelReference, TopLevelReference
Known Usage Locations
Annotation
Contains a Reference to a GeographicLevel if available and a name for the level. Only one reference can be provided but multiple name provided.
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="GeographicLevelReference"/>
<xs:element name="LevelName" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
GeographicLevelReference
Type:
ReferenceType, complex content
Reference to the Geographic Level as described in the GeographicStructure. TypeOfObject should be set to GeographicLevel.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicLevelReference"/>

LevelName
Type:
xs:string, predefined, simple content
Name of a geographic level. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="LevelName" type="xs:string"/>

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