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