CodeListSetDocument

Document type for the definition of a set of code lists.

Complex Type Information

Model

Used By

Element CodeListSet

Source

<xsd:complexType name="CodeListSetDocument">
  <xsd:annotation>
    <xsd:documentation>Document type for the definition of a set of code lists.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:group ref="DocumentHeader">
      <xsd:annotation>
        <xsd:documentation>General document information for the code list set.</xsd:documentation>
      </xsd:annotation>
    </xsd:group>
    <xsd:element name="CodeListRef" minOccurs="0" maxOccurs="unbounded" type="CodeListRef"/>
  </xsd:sequence>
</xsd:complexType>