complexType "CodeSubsetInformationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
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:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IncludedLevel" type="xs:nonNegativeInteger"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 3/3)
-
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)
-
Specifies the codes to include in the representation.
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|