<sectPr>
(Document Final Section Properties)
<w:body> <w:p> … </w:p> … <w:sectPr> (final section's properties) </w:sectPr> </w:body>
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies a unique identifier used to track the editing session when the section mark for this section was deleted from the document. All A producer may 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 (§2.18.57). |
|
Specifies a unique identifier used to track the editing session when the section mark for this section was added to the document. All A producer may 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 (§2.18.57). |
|
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted. All A producer may 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 (§2.18.57). |
|
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted. All A producer may 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 (§2.18.57). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SectPr">
<sequence>
<group ref="EG_HdrFtrReferences" minOccurs="0" maxOccurs="6"/>
<group ref="EG_SectPrContents" minOccurs="0"/>
<element name="sectPrChange" type="CT_SectPrChange" minOccurs="0"/>
</sequence>
<attributeGroup ref="AG_SectPrAttributes"/>
</complexType>