Definition Type: ComplexType
Name: CT_TablePartStyle
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-tableStyle.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tcStyle in schema dml-tablestyle_xsd Drilldown into tcTxStyle in schema dml-tablestyle_xsdXSD Diagram of CT_TablePartStyle in schema dml-tablestyle_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TablePartStyle">
    <xsd:sequence>
        <xsd:element name="tcTxStyle" type="CT_TableStyleTextStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Text Style</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tcStyle" type="CT_TableStyleCellStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Style</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tcTxStyle a:tcTxStyle 0 1
tcStyle a:tcStyle 0 1
Collapse Derivation Tree:
Collapse References:
a:band1H, a:band1V, a:band2H, a:band2V, a:firstCol, a:firstRow, a:lastCol, a:lastRow, a:neCell, a:nwCell, a:seCell, a:swCell, a:wholeTbl