CodeListDocument

Document type for the definition of a simple or derived code list.

Complex Type Information

Model

Used By

Element CodeList

Source

<xsd:complexType name="CodeListDocument">
  <xsd:annotation>
    <xsd:documentation>Document type for the definition of a simple or derived code list.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:group ref="DocumentHeader">
      <xsd:annotation>
        <xsd:documentation>General document information for the code list.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:group ref="ColumnSetChoice">
      <xsd:annotation>
        <xsd:documentation>A choice between a column set definition and a column set reference.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:group ref="OuterCodeListChoice">
      <xsd:annotation>
        <xsd:documentation>A choice between a simple code list definition and a derived code list definition.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
  </xsd:sequence>
</xsd:complexType>