Definition Type: ComplexType
Name: PTLineItemsType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
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_xsdXSD Diagram of PTLineItemsType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="PTLineItemsType">
    <xsd:annotation>
        <xsd:documentation>Contains information describing the detailed layout of a PivotTable view.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Orientation" type="OrientationType" default="Hidden" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Indicates whether the PTLineItem elements apply to row or column headers.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Orientation x:Orientation 0 (1)
PTLineItem x:PTLineItem (1) unbounded
Collapse Derivation Tree:
Collapse References:
x:PTLineItems