Definition Type: ComplexType
Name: tcElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into cfChunk in schema wordnet_xsd Drilldown into tbl in schema wordnet_xsd Drilldown into p in schema wordnet_xsd Drilldown into permEnd in schema wordnet_xsd Drilldown into permStart in schema wordnet_xsd Drilldown into proofErr in schema wordnet_xsd Drilldown into runLevelElts in schema wordnet_xsd Drilldown into blockLevelChunkElts in schema wordnet_xsd Drilldown into blockLevelElts in schema wordnet_xsd Drilldown into tcPr in schema wordnet_xsdXSD Diagram of tcElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tcPr W:tcPr 0 1
proofErr W:proofErr 0 (1)
permStart W:permStart 0 (1)
permEnd W:permEnd 0 (1)
p W:p 0 unbounded
tbl W:tbl 0 unbounded
cfChunk W:cfChunk 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:group> W:blockLevelElts 1 unbounded
<xs:group> W:blockLevelChunkElts (1) (1)
<xs:group> W:runLevelElts (1) (1)
Collapse Derivation Tree:
Collapse References:
W:tc