<xsd:group name="InnerCodeListChoice">
<xsd:annotation>
<xsd:documentation>A choice between a simple code list definition, a derived code list definition, or a reference to a code list defined in an external document.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="SimpleCodeList" type="SimpleCodeList">
<xsd:annotation>
<xsd:documentation>Definition of a simple code list.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DerivedCodeList" type="DerivedCodeList">
<xsd:annotation>
<xsd:documentation>Definition of a derived code list.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CodeListRef" type="CodeListRef">
<xsd:annotation>
<xsd:documentation>Reference to a code list defined in an external document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group> |