2.6.38 CT_PivotEdit

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

Referenced by: CT_PivotEdits

A complex type 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.

Child Elements:

userEdit: A CT_PivotUserEdit element that specifies the user input value or formula that replaces the original cell value, in a single cell of the PivotTable ([ISO/IEC29500-1:2016] section 18.10) data area.

tupleItems: A CT_TupleItems element that specifies the MDX unique names that identify the value in the OLAP data source that was changed using PivotTable what-if analysis.

pivotArea: A CT_PivotArea ([ISO/IEC29500-4:2016] section A.2) element that 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.

extLst: A CT_ExtensionList ([ISO/IEC29500-4:2016] section A.2) that specifies future extensibility for this element.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PivotEdit">
   <xsd:sequence>
     <xsd:element name="userEdit" type="CT_PivotUserEdit" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="tupleItems" type="CT_TupleItems" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="pivotArea" type="x:CT_PivotArea" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).