complexType "LevelType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Used to describe the levels of the code list hierarchy. The level describes the nesting structure of a hierarchical coding structure. A level could have data attached to it (summary of its children) or no data attached to it (the equivalent of creating a category group in 2.0 and earlier versions Note that the attribute levelNumber is used for referencing specific codes to their level identifier. Although Code Lists can be physically nested, the use of a Level description and the level number on a specific code is needed to specify subsets of the CodeList for use in CodeRepresentations by level specification. Provides a name, description and level number. Specifies the relationship between the categories at that level and interval value if the relationship has the value of Interval.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="LevelType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LevelName"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="CategoryRelationship"/>
<xs:element minOccurs="0" ref="IntervalIncrement"/>
</xs:sequence>
<xs:attribute name="levelNumber" type="xs:nonNegativeInteger" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
levelNumber
Type:
xs:nonNegativeInteger, predefined
Use:
required
Designated identifier for the level; generally increases as the level of indention for nesting increases.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="levelNumber" type="xs:nonNegativeInteger" use="required"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
CategoryRelationship
Type:
Describes the relationships among categories at that respective level. Possible values are either Nominal, Ordinal, or Interval. Note that different levels may have different types of relationships within the same hierarchy. For example, Level 1 items may be ordinal and Level 2 (the children of Level 1 items) may be nominal.
Simple Content
enumeration of xs:NMTOKEN
Enumeration:
"Nominal"
 - 
A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete.
"Ordinal"
 - 
The categories in the domain have a rank order.
"Interval"
 - 
The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared.
"Ratio"
 - 
The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers.
"Continuous"
 - 
May be used to identify both interval and ratio classification levels, when more precise information is not available.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CategoryRelationship"/>

IntervalIncrement
Type:
r:BasicIncrementType, empty content
Identifies the interval between each value of the codes at this level. Used only for codes with interval relationship.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="IntervalIncrement"/>

LevelName
Type:
r:NameType, complex content
Name of a level in a code scheme. This should be short and explicit, such as Major Industrial Groups (2 digit SIC Codes) or NUTS 1. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LevelName"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the code Level. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

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