complexType "LevelContextType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
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:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="LevelNumber" type="xs:nonNegativeInteger"/>
<xs:choice maxOccurs="1" minOccurs="0">
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
</xs:choice>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 5/5)
-
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)
-
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)
-
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)
-
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)
-
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"/>
|