2.6.37 CT_PivotEdits
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_PivotTableDefinition
A complex type that specifies user inputs related to PivotTable what-if analysis in single cells of the PivotTable ([ISO/IEC29500-1:2016] section 18.10) data area. It also specifies the collections of MDX unique names that identify the values in the OLAP data source, and specifies the PivotTable ([ISO/IEC29500-1:2016] section 18.10) rules that can be used to identify the cells in the PivotTable ([ISO/IEC29500-1:2016] section 18.10) data area.
Child Elements:
pivotEdit: A CT_PivotEdit element that specifies user input, related to PivotTable what-if analysis, in a single cell of the PivotTable ([ISO/IEC29500-1:2016] section 18.10) data area, and specifies the collection of MDX unique names that identifies the value in the OLAP data source, and specifies a PivotTable ([ISO/IEC29500-1:2016] section 18.10) rule that can be used to identify the cell in the PivotTable ([ISO/IEC29500-1:2016] section 18.10) data area.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_PivotEdits"> <xsd:sequence> <xsd:element name="pivotEdit" minOccurs="1" maxOccurs="unbounded" type="CT_PivotEdit"/> </xsd:sequence> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).