2.6.160 CT_CustomRichFilter

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2

Referenced by: CT_CustomRichFilters

A complex type that specifies a custom filter criterion that is associated with a rich value.

Attributes:

key: An ST_RichFilterKey (section 2.7.38) attribute that specifies the rich value key for which the filters is defined.

operator: An ST_FilterOperator ([ISO/IEC29500-1:2016] section 18.18.31) attribute that specifies the operator of the custom filter criterion.

val: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies the value to be used as a custom filter criterion. The length of this value MUST be less than 65536 characters.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_CustomRichFilter">
   <xsd:complexContent>
     <xsd:extension base="x:CT_CustomFilter">
       <xsd:attribute name="key" type="ST_RichFilterKey" use="optional"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>

See section 5.20 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).