2.2.4.6 ArrayOfPivotFilterItem

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The ArrayOfPivotFilterItem type is an array of PivotFilterItem elements (section 2.2.4.26).

 <xs:complexType name="ArrayOfPivotFilterItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="PivotFilterItem" nillable="true" type="tns:PivotFilterItem"/>
   </xs:sequence>
 </xs:complexType>

PivotFilterItem: A PivotFilterItem element as specified in section 2.2.4.26.