<xsd:complexType name="CT_TableStyle"> <xsd:sequence> <xsd:element name="tblBg" type="CT_TableBackgroundStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="wholeTbl" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="band1H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="band2H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="band1V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="band2V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="lastCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="firstCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="lastRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="seCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="swCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="firstRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="neCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="nwCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/> <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="styleId" type="s:ST_Guid" use="required"/> <xsd:attribute name="styleName" type="xsd:string" use="required"/> </xsd:complexType> |