<rPr>
(Previous Run Properties for the Paragraph Mark)
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.
<w:p> <w:pPr> <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: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 (§2.3.2.14), and that any double strikethrough which was applied based on the style hierarchy shall be turned off using the <dstrike>
element (§2.3.2.7). ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ParaRPrOriginal">
<sequence>
<group ref="EG_ParaRPrTrackChanges" minOccurs="0"/>
<group ref="EG_RPrBase" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>