SimpleCodeList

Definition of a simple code list.

Complex Type Information

Model

Children: Annotation, Row

Used By

Source

<xsd:complexType name="SimpleCodeList">
  <xsd:annotation>
    <xsd:documentation>Definition of a simple 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:element name="Row" minOccurs="0" maxOccurs="unbounded" type="Row">
      <xsd:annotation>
        <xsd:documentation>Row which represents one of the conceptual codes in the code list.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>