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