17.6.18 sectPr
This element defines the section properties for the a section of the document. [Note: For the last section in the document, the section properties are stored as a child element of the body element. end note]
[Example: Consider a document with multiple sections. For all sections except the final section, the sectPr element is stored as a child element of the last paragraph in the section, as follows:
<w:body>
<w:p>
<w:pPr>
<w:sectPr>
(final section's properties)
</w:sectPr>
</w:pPr>
…
</w:p>
…
<w:sectPr>
(final section's
</w:sectPr>
</w:body>
end example]
Attributes
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).
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).
[Note: The W3C XML Schema definition of this element’s content model (CT_SectPr) is located in A.1. end note]