stat:LevelType

complexType LevelType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a level. 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 classification the classification items of each level but the highest are aggregated to the nearest higher level. A linear classification has only one level.

Diagram

XML Schema

<xs:complexType name="LevelType">
<xs:annotation>
<xs:documentation>
A data type for a level. 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 classification the classification items of each level but the highest are aggregated to the nearest higher level. A linear classification has only one level.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:LevelCodeCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LevelCodeStructureText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LevelDummyCodeRuleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LevelItemsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LevelNode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LevelNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LevelAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>