17.6.19 sectPr
When specified as a child element of sectPrChange, the sectPr element specifies a set of section properties that were modified when the document was set to track all revisions.
[Example: If the page orientation was changed with revision tracking enabled, the following WordprocessingML defines the contents of that change:
<w:sectPr>
…
<w:sectPrChange …>
<w:sectPr>
<w:pgSz w:w="15840" w:h="12240"/>
</w:sectPr>
</w:sectPrChange>
</w:sectPr>
The properties that were changed as part of this revision are stored in this sectPr element. end example]
Attributes
rsidDel (Section Deletion Revision ID)
Specifies a unique identifier used to track the editing session when the section mark for this section was deleted from the document.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer can choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves
performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (17.18.50).
rsidSect (Section Properties Revision ID)
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer can choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (17.18.50).
rsidRPr (Physical Section Mark Character Revision ID)
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer can choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (17.18.50).
rsidR (Section Addition Revision ID)
Specifies a unique identifier used to track the editing session when the section mark for this section was added to the document.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer can choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (17.18.50).
[Note: The W3C XML Schema definition of this element’s content model (CT_SectPrBase) is located in A.1. end note]