<xsd:complexType name="CT_TableProperties">
<xsd:sequence>
<xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:element name="tableStyle" type="CT_TableStyle"/>
<xsd:element name="tableStyleId" type="s:ST_Guid"/>
</xsd:choice>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="rtl" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="firstRow" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="firstCol" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="lastRow" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="lastCol" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="bandRow" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="bandCol" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType> |