Definition Type: Element
Name: PTLineItem
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:PTLineItemType
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Describes the layout of one row or column line in the PivotTable view.
Collapse XSD Schema Diagram:
Drilldown into Item in schema excel_xsd Drilldown into CountOfSameItems in schema excel_xsd Drilldown into BlockTotal in schema excel_xsd Drilldown into DataField in schema excel_xsd Drilldown into ItemType in schema excel_xsd Drilldown into PTLineItemType in schema excel_xsdXSD Diagram of PTLineItem in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="PTLineItem" type="PTLineItemType" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Describes the layout of one row or column line in the PivotTable view.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemType x:ItemType 0 (1)
DataField x:DataField 0 (1)
BlockTotal x:BlockTotal 0 (1)
CountOfSameItems x:CountOfSameItems 0 (1)
Item x:Item 0 unbounded
Collapse Derivation Tree: