2.6.137 CT_PivotTableServerFormats

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

A complex type that specifies a list of CT_ServerFormat ([ISO/IEC29500-1:2016] section 18.10.1.86) elements in a PivotTable ([ISO/IEC29500-1:2016] section 18.10) that is specified by a pivotTableReference element in the extension of a workbook. MUST contain fewer than 231 elements.

Child Elements:

serverFormat: A CT_ServerFormat ([ISO/IEC29500-1:2016] section 18.10.1.86) element that specifies the numeric format for one or more PivotValueCells.

Attributes:

count: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the number of serverFormat child elements in the collection.

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

 <xsd:complexType name="CT_PivotTableServerFormats">
   <xsd:sequence>
     <xsd:element name="serverFormat" type="x:CT_ServerFormat" minOccurs="1" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="count" use="required" type="xsd:unsignedInt"/>
 </xsd:complexType>

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