<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>
|