17.3.1.30 rPr
This element specifies a set of run properties applied to the glyph used to represent the physical location of the paragraph mark for this paragraph which shall be attributed to a revision by a particular author and at a particular time. This element contains the set of properties which have been tracked as a specific set of revisions by one author.
[Example: Consider a run which has a set of run formatting properties that were added with revision tracking turned on. This set of revised properties is specified in the run properties as follows:
<w:p>
<w:pPr>
<w:rPr>
<w:b />
<w:imprint />
<w:lang w:val="en-CA" />
<w:rPrChange w:id="1" w:author="user1">
<w:rPr>
<w:i />
<w:dstrike w:val="false" />
</w:rPr>
</w:rPrChange>
</w:rPr>
</w:pPr>
</w:p>
The rPr element under rPrChange specifies the properties which are applied to the run representing the paragraph mark before the revision tracking was turned on - in this case, italics using the i element (17.3.2.16), and that any double strikethrough which was applied based on the style hierarchy must be turned off using the dstrike element (17.3.2.9). end example]
The W3C XML Schema definition of this element’s content model (CT_ParaRPrOriginal) is located in A.1. Each child element from the above table shall not occur more than once. [Note: This restriction is not reflected in the element’s content model due to limitations of W3C XML Schema language. end note]