Definition Type: Element
Name: Item
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Contains the name of a child item in a PivotTable field, or the index number of an item described by the PTLineItem element.
Collapse XSD Schema Diagram:
XSD Diagram of Item in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Item" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>Contains the name of a child item in a PivotTable field, or the index number of an item described by the PTLineItem element.</xsd:documentation>
    </xsd:annotation>
</xsd:element>