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.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

Child Elements

Element Type Description
tcPr tcPrElt Represents the table cell properties.

Attributes

None.

Definition

XML

<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>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp