Definition Type: ComplexType
Name: CT_TableProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-table.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-table_xsd Drilldown into tableStyleId in schema dml-table_xsd Drilldown into tableStyle in schema dml-table_xsd Drilldown into effectDag in schema dml-shapeeffects_xsd Drilldown into effectLst in schema dml-shapeeffects_xsd Drilldown into EG_EffectProperties in schema dml-shapeeffects_xsd Drilldown into grpFill in schema dml-shapeeffects_xsd Drilldown into pattFill in schema dml-shapeeffects_xsd Drilldown into blipFill in schema dml-shapeeffects_xsd Drilldown into gradFill in schema dml-shapeeffects_xsd Drilldown into solidFill in schema dml-shapeeffects_xsd Drilldown into noFill in schema dml-shapeeffects_xsd Drilldown into EG_FillProperties in schema dml-shapeeffects_xsd Drilldown into bandCol in schema dml-table_xsd Drilldown into bandRow in schema dml-table_xsd Drilldown into lastCol in schema dml-table_xsd Drilldown into lastRow in schema dml-table_xsd Drilldown into firstCol in schema dml-table_xsd Drilldown into firstRow in schema dml-table_xsd Drilldown into rtl in schema dml-table_xsdXSD Diagram of CT_TableProperties in schema dml-table_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TableProperties">
    <xsd:sequence>
        <xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1">
        </xsd:group>
        <xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1" />
        <xsd:choice minOccurs="0" maxOccurs="1">
            <xsd:element name="tableStyle" type="CT_TableStyle">
                <xsd:annotation>
                    <xsd:documentation>Table Style</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="tableStyleId" type="ST_Guid">
                <xsd:annotation>
                    <xsd:documentation>Table Style ID</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Extension List</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="rtl" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Right-to-Left</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstRow" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>First Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstCol" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>First Column</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lastRow" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Last Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="lastCol" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Last Column</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="bandRow" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Banded Rows</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="bandCol" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Banded Columns</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
noFill a:noFill 1 1
solidFill a:solidFill 1 1
gradFill a:gradFill 1 1
blipFill a:blipFill 1 1
pattFill a:pattFill 1 1
grpFill a:grpFill 1 1
effectLst a:effectLst 1 1
effectDag a:effectDag 1 1
tableStyle a:tableStyle (1) (1)
tableStyleId a:tableStyleId (1) (1)
extLst a:extLst 0 1
<xs:group> a:EG_FillProperties 0 1
<xs:group> a:EG_EffectProperties 0 1
Collapse Child Attributes:
Name Type Default Value Use
rtl a:rtl false Optional
firstRow a:firstRow false Optional
firstCol a:firstCol false Optional
lastRow a:lastRow false Optional
lastCol a:lastCol false Optional
bandRow a:bandRow false Optional
bandCol a:bandCol false Optional
Collapse Derivation Tree:
Collapse References:
a:tblPr