<xsd:complexType name="CT_TblStylePr">
<xsd:sequence>
<xsd:element name="pPr" type="CT_PPr" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Style Conditional Formatting Paragraph Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rPr" type="CT_RPr" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Style Conditional Formatting Run Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tblPr" type="CT_TblPrBase" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Table Style Conditional Formatting Table Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trPr" type="CT_TrPr" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Style Conditional Formatting Table Row Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcPr" type="CT_TcPr" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Style Conditional Formatting Table Cell Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="ST_TblStyleOverrideType" use="required">
<xsd:annotation>
<xsd:documentation>Table Style Conditional Formatting Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|