<xsd:complexType name="DerivedCodeList">
<xsd:annotation>
<xsd:documentation>Definition of a derived code list.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Annotation" minOccurs="0" type="Annotation">
<xsd:annotation>
<xsd:documentation>User annotation for the code list.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="DerivedCodeListChoice">
<xsd:annotation>
<xsd:documentation>A choice of one of the different types of derived code list definition.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType> |