3.1.4.47.2.1 ApplyPivot

The ApplyPivot element specifies the input data for the ApplyPivot WSDL operation.

 <xs:element name="ApplyPivot" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="parameter" type="tns:CommandParameter"/>
       <xs:element minOccurs="0" maxOccurs="1" name="pivotOperationOptions" type="tns:PivotOperationOptions"/>
       <xs:element minOccurs="0" maxOccurs="1" name="pivotFieldApplyData" type="tns:PivotFieldApplyData"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

parameter: A CommandParameter as specified in section 2.2.4.20. MUST be present.

pivotOperationOptions: The PivotTable or PivotChart identification as specified in the PivotOperationOptions (section 2.2.4.28) complex type. MUST be present.

pivotFieldApplyData: The PivotTable field information (including how it is changing) as specified in the PivotFieldApplyData (section 3.1.4.47.3.1) complex type. MUST be present.