<xsd:element name="AutoFilterAnd" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Contains an autofilter condition that can be combined with other conditions using the AND operator.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AutoFilterCondition" type="AutoFilterConditionType" minOccurs="2" maxOccurs="2">
<xsd:annotation>
<xsd:documentation>Specifies the criteria for the autofilter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|