Definition Type: Element
Name: PTLineItems
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:PTLineItemsType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains information describing the detailed layout of a PivotTable view.
Collapse XSD Schema Diagram:
Drilldown into PTLineItem in schema excel_xsd Drilldown into Orientation in schema excel_xsd Drilldown into PTLineItemsType in schema excel_xsdXSD Diagram of PTLineItems in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="PTLineItems" type="PTLineItemsType" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains information describing the detailed layout of a PivotTable view.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Orientation x:Orientation 0 (1)
PTLineItem x:PTLineItem (1) unbounded
Collapse Derivation Tree: