<xsd:complexType name="CodeListRef">
<xsd:annotation>
<xsd:documentation>Reference to a code list defined in an external document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Annotation" minOccurs="0" type="Annotation">
<xsd:annotation>
<xsd:documentation>User annotation about the referenced code list.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="IdentificationUriSet">
<xsd:annotation>
<xsd:documentation>Identification of the external document which contains the code list definition.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType> |