<xsd:complexType name="PTRuleType">
<xsd:annotation>
<xsd:documentation>Contains information describing an area of the PivotTable.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
<xsd:element name="Rule" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a text string describing the area to which the PTRule refers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RuleV10" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a text string describing the area to which the PTRule refers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ParseRuleAsV10" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies that a rule is to be processed as if it is an English string (V10).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Area" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Describes a sub-section of a PivotTable area.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Outline" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains a Boolean value indicating that a rule describes a PivotTable area that includes one or more fields set to display in outline mode.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|