Defines a table cell. Note that all table cells must terminate with a paragraph. That paragraph will get collapsed into the cell mark and will not be displayed unless there is content in that paragraph.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| tcPr | Represents the table cell properties. | 
None.
      
<xsd:complexType name="tcElt" >
  <xsd:sequence>
    <xsd:element name="tcPr" type="tcPrElt" minOccurs="0" maxOccurs="1">
    </xsd:element>
    <xsd:group ref="blockLevelElts" minOccurs="1" maxOccurs="unbounded"></xsd:group>
  </xsd:sequence>
</xsd:complexType>