<xsd:complexType name="CT_TableCell">
<xsd:sequence>
<xsd:element name="txBody" type="CT_TextBody" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tcPr" type="CT_TableCellProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="rowSpan" type="xsd:int" use="optional" default="1"/>
<xsd:attribute name="gridSpan" type="xsd:int" use="optional" default="1"/>
<xsd:attribute name="hMerge" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="vMerge" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="id" type="xsd:string" use="optional"/>
</xsd:complexType> |