OuterCodeListChoice

A choice between a simple code list definition and a derived code list definition.

Element Group Information

Model

Used By

Complex Type CodeListDocument

Source

<xsd:group name="OuterCodeListChoice">
  <xsd:annotation>
    <xsd:documentation>A choice between a simple code list definition and a derived code list definition.</xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:group ref="SimpleCodeListSequence">
      <xsd:annotation>
        <xsd:documentation>Details of a simple code list definition.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:element name="DerivedCodeList" type="DerivedCodeList">
      <xsd:annotation>
        <xsd:documentation>Definition of a derived code list.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:choice>
</xsd:group>