<xsd:element name="RuleType" default="DataLabel" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains an enumeration that describes the type of PivotTable area to which the PTRule refers.</xsd:documentation>
</xsd:annotation>
<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>
|