Contains an enumeration that describes the type of PivotTable area to which the PTRule refers.
      
<RuleType />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| PTRule | Contains information describing an area of the PivotTable view. | 
| PTRule | Contains information describing an area of the PivotTable. | 
| PTRule | Contains the properties of structured selection rules within a PivotTable report, report format, or report formula. | 
None.
None.
      
<xsd:element name="RuleType" default="DataLabel" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Blanks" />
      <xsd:enumeration value="Button" />
      <xsd:enumeration value="DataLabel" />
      <xsd:enumeration value="DataOnly" />
      <xsd:enumeration value="LabelOnly" />
      <xsd:enumeration value="Origin" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>