complexType "IncludedCodeType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
Specifies the codes to include in the representation by providing the references to the included Codes or a range of Values from the Code.
XML Source (w/o annotations (3); see within schema source)
<xs:choice>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeReference"/>
</xs:sequence>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Range"/>
</xs:sequence>
</xs:choice>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 2/2)
-
Reference to the Code within the CodeList used by the representation. Repeat for including multiple values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeReference"/>
|
-
Use when multiple values are included. This uses the unique Value provided for the Code as a means of identification. Provides the range of Values used by the representation. Repeat for non-contiguous values.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Range"/>
|