<xsd:complexType name="CodeListUnion">
<xsd:annotation>
<xsd:documentation>Union of one or more code lists.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Annotation" minOccurs="0" type="Annotation">
<xsd:annotation>
<xsd:documentation>User annotation about the union.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Source" maxOccurs="unbounded" type="InputCodeList">
<xsd:annotation>
<xsd:documentation>Source code list for the union.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |