complexType "ClassificationLevelType"
Namespace:
Content:
complex, 7 attributes, 20 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A Statistical Classification has a structure which is composed of one or several Levels. A Level often is associated with a concept, which defines it. In a hierarchical Statistical Classification the Classification Items of each Level but the highest are aggregated to the nearest higher Level. A linear Statistical Classification has only one Level.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          r:DescribableType (extension)
              ClassificationLevelType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ClassificationLevelType">
<xs:complexContent mixed="false">
<xs:extension base="r:DescribableType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="LevelNumber"/>
<xs:element maxOccurs="1" minOccurs="0" ref="LevelCodeType"/>
<xs:element maxOccurs="1" minOccurs="0" ref="LevelCodeStructure"/>
<xs:element maxOccurs="1" minOccurs="0" ref="DummyCode"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:DefiningConceptReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/20)
DummyCode
Type:
r:StructuredStringType, complex content
Rule for the construction of dummy codes from the codes of the next higher Level (used when one or several categories are the same in two consecutive Levels).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="DummyCode"/>

LevelCodeStructure
Type:
r:CodeValueType, simple content
Indicates how the code at the Level is constructed of numbers, letters and separators.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="LevelCodeStructure"/>

LevelCodeType
Type:
r:CodeValueType, simple content
Indicates whether the code at the Level is alphabetical, numerical or alphanumerical.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="LevelCodeType"/>

LevelNumber
Type:
xs:nonNegativeInteger, predefined, simple content
The number associated with the Level. 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" ref="LevelNumber"/>

r:DefiningConceptReference
Type:
r:ReferenceType, complex content
A concept which describes the level.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:DefiningConceptReference"/>

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