[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

customFilters (Custom Filters)

When there is more than one custom filter criteria to apply (an 'and' or 'or' joining two criteria), then this element groups the customFilter elements together.

Parent Elements

filterColumn3.3.2.7)

 

Child Elements

Subclause

customFilter (Custom Filter Criteria)

§3.3.2.2

 

Attributes

Description

and (And)

Flag indicating whether the two criterias have an "and" relationship. '1' indicates "and", '0' indicates "or".

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CustomFilters">

   <sequence>

   <element name="customFilter" type="CT_CustomFilter" minOccurs="1" maxOccurs="2"/>

   </sequence>

   <attribute name="and" type="xsd:boolean" use="optional" default="false"/>

</complexType>