complexType "IncludedCodeType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
IncludedCode
Known Usage Locations
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:complexType name="IncludedCodeType">
<xs:choice>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="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)
CodeReference
Type:
xs:anyType, any content
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" name="CodeReference"/>

Range
Type:
RangeType, complex content
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"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set