RuleType element

Contains an enumeration that describes the type of PivotTable area to which the PTRule refers.

Usage

      
<RuleType />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

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.

Child Elements

None.

Attributes

None.

Definition

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


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp