tcElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

tcElt complexType [Word 2003 XML Reference]

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 XML Document 2003

Elements and Attributes

Child Elements

Element Description
tcPr Represents the table cell properties.

Attributes

None.

Definition

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

©2004 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/odcXMLRefLegalNotice.asp