<fmtId> (Format ID)

This element represents a pivot format ID. It serves as a link back to the correct pivotTable which in turn specifies a link that then defines which set of chart format rules apply to this chart.

This ID shall match the <chartFormat> element, chart attribute, described in §3.10.1.12 of the SpreadsheetML reference material. The <chartFormat> element also contains a format attribute which is used to index into the <pivotFmts >collection (§5.7.2.144).

Parent Elements

<pivotSource>5.7.2.145)

Attributes

Description

<val> (Integer Value)

Specifies that the contents of this attribute will contain an integer number.

The contents of this number are interpreted based on the context of the parent XML element.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_UnsignedInt">
	<attribute name="val" type="xsd:unsignedInt" use="required"/>
</complexType>