complexType "CodeSubsetInformationType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Allows further specification of the codes to use from the CodeList by defining the level or only the most discrete codes of a hierarchical CodeList, the range of codes to use, or an itemized sub-set.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="CodeSubsetInformationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IncludedLevel" type="xs:nonNegativeInteger"/>
<xs:element minOccurs="0" ref="IncludedCode"/>
<xs:element minOccurs="0" ref="DataExistence"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
DataExistence
Type:
DataExistenceType, complex content
Use when only the lowest, most discrete codes in the CodeList will be expressed as valid values. Identifies those levels of a CodeList with a regular hierarchy or those indicates discrete codes within an irregular hierarchy. All other codes will be used as labels within the hierarchy to clearly express content, but will not be valid as a response or representation value.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DataExistence"/>

IncludedCode
Type:
IncludedCodeType, complex content
Specifies the codes to include in the representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="IncludedCode"/>

IncludedLevel
Type:
xs:nonNegativeInteger, predefined, simple content
Identifies the specific level to include using the levelNumber. Repeat if more than one level is included.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="IncludedLevel" type="xs:nonNegativeInteger"/>

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