<xsd:complexType name="PivotItemType">
<xsd:annotation>
<xsd:documentation>Contains information on an item (PivotItem) in a PivotField.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="xsd:string">
<xsd:annotation>
<xsd:documentation>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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Formula" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies a formula used to set the value of the PivotItem.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FormulaV10" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the string of the Formula element with English locale. This string is generated only generated when the English version of the Formula string is different from the string in the Formula element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ParseFormulaAsV10" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that the string in the Formula element is to be processed as if it is an English string (a V10 formula).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FormulaIndex" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the order in which formulas are to be calculated for PivotItems that use multiple formulas.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Hidden" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that the item is to be hidden.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="HideDetail" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean indicating if detail data should not be shown for this PivotItem.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Missing" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean indicating whether or not the PivotItem is currently used in the data source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CachePosition" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates what data source item this PivotItem maps to in a PivotField that has been grouped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Member" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether the PivotItem element contains the name of a member instead of another string or value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SourceName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the name of the item in the data source that data is to be drawn from. Required only when the value of the Name element is different from the name of the item in the data source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DrilledMember" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a boolean value that indicated that the user has drilled down on an OLAP based PivotTable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|