<xsd:complexType name="CT_TableCell">
<xsd:sequence>
<xsd:element name="txBody" type="CT_TextBody" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Text Body</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tcPr" type="CT_TableCellProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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:annotation>
<xsd:documentation>Row Span</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gridSpan" type="xsd:int" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Grid Span</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hMerge" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Horizontal Merge</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vMerge" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Vertical Merge</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|