<xsd:complexType name="tcElt">
<xsd:annotation>
<xsd:documentation>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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tcPr" type="tcPrElt" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Represents the table cell properties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="blockLevelElts" minOccurs="1" maxOccurs="unbounded">
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|