17.18.74 ST_RestartNumber
This simple type specifies the possible values for when the automatic numbering of footnotes or endnotes shall be restarted.
[Example: Consider a WordprocessingML document where the numbering for its endnotes must be restarted after each section must be restarted after each page. This setting is represented by the following WordprocessingML:
<w:footnotePr>
…
<w:numRestart w:val="eachSect" />
…
</w:footnotePr>
The val attribute value of eachSect specifies that numbering must be restarted after each section. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the numbering of footnotes or endnotes shall continue from the previous section in the document.
Specifies that the numbering of footnotes or endnotes shall be restarted to its starting value for each unique page in the document.
Specifies that the numbering of footnotes or endnotes shall be restarted to its starting value for each unique section in the document.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_RestartNumber) is located in A.1. end note]