<sectPr>
(Previous Section Properties)
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.
<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. ]
Parent Elements |
---|
|
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_SectPrBase">
<sequence>
<group ref="EG_SectPrContents" minOccurs="0"/>
</sequence>
<attributeGroup ref="AG_SectPrAttributes"/>
</complexType>