This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Name | Contains the user-defined name of an object, range, or reference to another workbook, the location and name of a text file, or the built-in name of a range. | 
| SourceName | Contains the name of a field or item as it appears in a PivotTable cache. | 
| BoundField | Specifies whether the PivotTable field is the bound field of an automatic date field set. | 
| DataType | Specifies either the data type of a column in a PivotTable cache, or the data type of a PivotTable field for non-OLAP data sources. | 
| FilterCaption | Contains the caption of a field set when the field set is the current filter. | 
| PLDataOrientation | Specifies whether a field is on the detail grid. | 
| PLPosition | Specifies the position of a field in the detail grid. | 
| Orientation | Specifies whether the field is to be used for row headers, column headers, page area, as data, or is hidden. | 
| Position | Specifies the position of a PivotField when multiple fields are used. | 
| ShowAllItems | Contains a Boolean value indicating whether all PivotItems should be shown even if they have no data. | 
| NumberFormat | Specifies the display formatting to use when displaying the PivotItem or aggregate value. | 
| CurrentPage | Specifies the name of the PivotItem selected for a PivotField when the PivotField is in the page area. | 
| Caption | Contains the displayed name of a PivotTable field, the title of a chart, or the caption of a data label, series, Spreadsheet component, or trendline. For a PivotList component, contains the axis label, displayed name of a total, or the current filter value or page name. | 
| NewItemsHidden | Contains a Boolean indicating whether new items from a refresh operation will be hidden by default in the PivotTable report or displayed. | 
| Subtotal | Contains an enumeration indicating a type of subtotal to show for the PivotField. This element can appear multiple times specifying different subtotal types. | 
| PLSubtotal | Contains the subtotal to display when a PivotTable field is not on the column or row axis. | 
| DetailFormat | Specifies the text formatting that is applied to a field when it is on the detail grid. | 
| SubtotalFormat | Specifies the text formatting that is applied to a subtotal. | 
| DetailWidth | Specifies the width of a field (in pixels) when it appears on the detail axis. | 
| GroupedWidth | Specifies the width of a field (in pixels) when on the grouping axis, and whether the column width of a field is set automatically when the field is used on the row or column axis. | 
| Expanded | Specifies whether the field members are expanded by default, or whether a leaf member was expanded. | 
| TotalWidth | Specifies the width of a total and whether the width is automatically set. | 
| PivotItem | Contains information on an item (PivotItem) in the PivotField. | 
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| Style | xsd:string | required | Specifies a text string containing attributes that describe the font weight, style, and effects that are applied to a field. | See external namespace. | 
| Style | xsd:string | required | Specifies a text string containing attributes that describe the font weight, style, and effects that are applied to a subtotal. | See external namespace. | 
      
<xsd:complexType name="PLPivotFieldType" >
  <xsd:sequence>
    <xsd:element name="Name" type="xsd:string">
    </xsd:element>
    <xsd:element name="SourceName" type="xsd:string" minOccurs="0">
    </xsd:element>
    <xsd:element name="BoundField" minOccurs="0">
    </xsd:element>
    <xsd:element name="DataType" type="DataTypeType" default="String" minOccurs="0">
    </xsd:element>
    <xsd:element name="FilterCaption" type="xsd:string" minOccurs="0">
    </xsd:element>
    <xsd:element name="PLDataOrientation" type="xsd:int" minOccurs="0">
    </xsd:element>
    <xsd:element name="PLPosition" type="xsd:string" minOccurs="0">
    </xsd:element>
    <xsd:element name="Orientation" type="OrientationType" default="Hidden" minOccurs="0">
    </xsd:element>
    <xsd:element name="Position" minOccurs="0">
    </xsd:element>
    <xsd:element name="ShowAllItems" minOccurs="0">
    </xsd:element>
    <xsd:element name="NumberFormat" type="NumberFormatType" minOccurs="0">
    </xsd:element>
    <xsd:element name="CurrentPage" type="xsd:string" default="All" minOccurs="0">
    </xsd:element>
    <xsd:element name="Caption" type="xsd:string" minOccurs="0">
    </xsd:element>
    <xsd:element name="NewItemsHidden" minOccurs="0">
    </xsd:element>
    <xsd:element name="Subtotal" minOccurs="0">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="Sum" />
          <xsd:enumeration value="None" />
          <xsd:enumeration value="Default" />
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:element>
    <xsd:element name="PLSubtotal" type="xsd:double" minOccurs="0">
    </xsd:element>
    <xsd:element name="DetailFormat" minOccurs="0">
      <xsd:complexType>
        <xsd:attribute name="Style" type="xsd:string" use="required">
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="SubtotalFormat" minOccurs="0">
      <xsd:complexType>
        <xsd:attribute name="Style" type="xsd:string" use="required">
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
    <xsd:element name="DetailWidth" type="xsd:int" minOccurs="0">
    </xsd:element>
    <xsd:element name="GroupedWidth" type="xsd:int" default="50" minOccurs="0">
    </xsd:element>
    <xsd:element name="Expanded" minOccurs="0">
    </xsd:element>
    <xsd:element name="TotalWidth" type="xsd:int" minOccurs="0">
    </xsd:element>
    <xsd:element name="PivotItem" type="PivotItemType" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>