<xsd:complexType name="RowFilter">
<xsd:annotation>
<xsd:documentation>Definition of a row filter.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Annotation" minOccurs="0" type="Annotation">
<xsd:annotation>
<xsd:documentation>User annotation for the row filter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Source" type="InputCodeList">
<xsd:annotation>
<xsd:documentation>Source code list for the row filter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Control" type="InputCodeList">
<xsd:annotation>
<xsd:documentation>Control code list for the row filter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |