17.3.2.27 rPr
This element specifies a set of run properties 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:r>
<w:rPr>
<w:b />
<w:imprint />
<w:lang w:val="en-CA" />
<w:rPrChange … w:author="user1">
<w:rPr>
<w:i />
<w:dstrike w:val="false" />
</w:rPr>
</w:rPrChange>
</w:rPr>
</w:r>
The rPr element under rPrChange specifies the properties which were applied to the current run before 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_RPrOriginal) 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]