DerivedCodeListChoice

A choice of one of the different types of derived code list definition.

Element Group Information

Model

Used By

Complex Type DerivedCodeList

Source

<xsd:group name="DerivedCodeListChoice">
  <xsd:annotation>
    <xsd:documentation>A choice of one of the different types of derived code list definition.</xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:element name="ColumnSetExclusion" type="ColumnSetFilter">
      <xsd:annotation>
        <xsd:documentation>Definition of a column set exclusion filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ColumnSetInclusion" type="ColumnSetFilter">
      <xsd:annotation>
        <xsd:documentation>Definition of a column set inclusion filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ColumnSetMatch" type="ColumnSetFilter">
      <xsd:annotation>
        <xsd:documentation>Definition of a column set match filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ColumnSetUnion" type="CodeListUnion">
      <xsd:annotation>
        <xsd:documentation>Definition of a column set union filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RowExclusion" type="RowFilter">
      <xsd:annotation>
        <xsd:documentation>Definition of a row exclusion filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RowInclusion" type="RowFilter">
      <xsd:annotation>
        <xsd:documentation>Definition of a row inclusion filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RowMatch" type="RowFilter">
      <xsd:annotation>
        <xsd:documentation>Definition of a row match filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="RowUnion" type="CodeListUnion">
      <xsd:annotation>
        <xsd:documentation>Definition of a row union filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:choice>
</xsd:group>