Definition Type: ComplexType
Name: CT_TblStylePr
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tcPr in schema wml_xsd Drilldown into trPr in schema wml_xsd Drilldown into tblPr in schema wml_xsd Drilldown into rPr in schema wml_xsd Drilldown into pPr in schema wml_xsd Drilldown into type in schema wml_xsdXSD Diagram of CT_TblStylePr in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pPr w:pPr 0 (1)
rPr w:rPr 0 (1)
tblPr w:tblPr 0 (1)
trPr w:trPr 0 1
tcPr w:tcPr 0 1
Collapse Child Attributes:
Name Type Default Value Use
type w:type Required
Collapse Derivation Tree:
Collapse References:
w:tblStylePr