Contains information describing the detailed layout of a PivotTable view.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Orientation | Indicates whether the PTLineItem elements apply to row or column headers. | 
| PTLineItem | Describes the layout of one row or column line in the PivotTable view. | 
None.
      
<xsd:complexType name="PTLineItemsType" >
  <xsd:sequence>
    <xsd:element name="Orientation" type="OrientationType" default="Hidden" minOccurs="0">
    </xsd:element>
    <xsd:element name="PTLineItem" type="PTLineItemType" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>