4.6.3 Insertion
The <text:insertion> element
contains the information that is required to identify any insertion of content.
This content can be a piece of text within a paragraph, a whole paragraph, or a
whole table. The inserted content is part of the text document itself and is
marked by a change start and a change end element.
<define name="text-changed-region-content"
combine="choice">
<element
name="text:insertion">
<ref
name="office-change-info"/>
</element>
</define>
Example: Insertion of text
<text:tracked-changes>
<text:changed-region
text:id="c001">
<text:insertion>
<office:change-info>
<dc:creator>Michael
Brauer</dc:creator>
<dc:date>1999-05-18T12:56:04</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
</text:tracked-changes>
<text:p>
This is
the original text<text:change-start text:change-id="c001"/>,
but
this has been added<text:change-end text:change-id="c001"/>.
</text:p>