complexType "ClassificationLevelType"
Namespace:
Content:
complex, 7 attributes, 19 elements
Defined:
Includes:
definitions of 4 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 (5); 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="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; 4/19)
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). Supports the use of multiple languages and structured content.
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. Supports the use of an external controlled vocabulary.
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. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="LevelCodeType"/>

r:DefiningConceptReference
Type:
r:ReferenceType, complex content
A concept which describes the level. TypeOfObject should be set to Concept.
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