Definition Type: ComplexType
Name: CT_TableStyleCellStyle
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-tableStyle.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cell3D in schema dml-tablestyle_xsd Drilldown into fillRef in schema dml-tablestyle_xsd Drilldown into fill in schema dml-tablestyle_xsd Drilldown into EG_ThemeableFillStyle in schema dml-tablestyle_xsd Drilldown into tcBdr in schema dml-tablestyle_xsdXSD Diagram of CT_TableStyleCellStyle in schema dml-tablestyle_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TableStyleCellStyle">
    <xsd:sequence>
        <xsd:element name="tcBdr" type="CT_TableCellBorderStyle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Table Cell Borders</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="EG_ThemeableFillStyle" minOccurs="0" maxOccurs="1" />
        <xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tcBdr a:tcBdr 0 1
fill a:fill 1 1
fillRef a:fillRef 1 1
cell3D a:cell3D 0 1
<xs:group> a:EG_ThemeableFillStyle 0 1
Collapse Derivation Tree:
Collapse References:
a:tcStyle