Specifies how items appear in a PivotTable report.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
      
<xsd:simpleType name="LayoutSubtotalLocationType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Top" />
    <xsd:enumeration value="Bottom" />
  </xsd:restriction>
</xsd:simpleType>