<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>
|