Definition Type: Group
Name: EG_CellMarkupElements
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Collapse XSD Schema Diagram:
Drilldown into cellMerge in schema wml_xsd Drilldown into cellDel in schema wml_xsd Drilldown into cellIns in schema wml_xsdXSD Diagram of EG_CellMarkupElements in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_CellMarkupElements">
    <xsd:choice>
        <xsd:element name="cellIns" type="CT_TrackChange" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Table Cell Insertion</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cellDel" type="CT_TrackChange" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Table Cell Deletion</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cellMerge" type="CT_CellMergeTrackChange" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Vertically Merged/Split Table Cells</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cellIns w:cellIns 0 (1)
cellDel w:cellDel 0 (1)
cellMerge w:cellMerge 0 (1)