ColumnSetFilter

Definition of a column set filter.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="ColumnSetFilter">
  <xsd:annotation>
    <xsd:documentation>Definition of a column set filter.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Annotation" minOccurs="0" type="Annotation">
      <xsd:annotation>
        <xsd:documentation>User annotation about the column set filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Source" type="InputCodeList">
      <xsd:annotation>
        <xsd:documentation>Source code list for the column set filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Control" type="InputColumnSet">
      <xsd:annotation>
        <xsd:documentation>Control column set for the column set filter.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>