complexType "LevelContextType"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Level Context provides the depth of a Level within a Statistical Classification together with its membership. Both depth and membership can be specified per Statistical Classification.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="LevelContextType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="LevelNumber" type="xs:nonNegativeInteger"/>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:element ref="ClassificationLevel"/>
<xs:element ref="ClassificationLevelReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ClassificationItem"/>
<xs:element ref="ClassificationItemReference"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
ClassificationItem
Type:
ClassificationItemType, complex content
A Statistical Classification is composed of categories structured in one or more Levels. Each category is represented by a Classification Item, which defines the content and the borders of the category. Allows for in-line entry of a Classification Item.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ClassificationItem"/>

ClassificationItemReference
Type:
r:ReferenceType, complex content
A Statistical Classification is composed of categories structured in one or more Levels. Each category is represented by a Classification Item, which defines the content and the borders of the category. TypeOfObject should be set to ClassificationItem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ClassificationItemReference"/>

ClassificationLevel
Type:
ClassificationLevelType, complex content
The structure of a Statistical Classification is defined by its Levels (classification level). Include here links to the relevant Level. Allows for in-line entry of a Classification Level.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ClassificationLevel"/>

ClassificationLevelReference
Type:
r:ReferenceType, complex content
The structure of a Statistical Classification is defined by its Levels (classification level). Include here links to the relevant Level. TypeOfObject should be ClassificationLevel.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ClassificationLevelReference"/>

LevelNumber
Type:
xs:nonNegativeInteger, predefined, simple content
The number associated with the Level Context. Levels are numbered consecutively starting with Level 1 at the highest (most aggregated) Level.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="LevelNumber" type="xs:nonNegativeInteger"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set