17.11.19 numRestart

This element specifies when all automatic numbering for the footnote or endnote reference marks shall be restarted. When restarted, the next automatically numbered footnote or endnote in the document (each footnote/endnote type is handled independently) shall restart to the specified numStart value (17.11.20).

If this element is omitted, then automatic numbering shall not be restarted between each page or section (a vlaue of continuous).

[Example: Consider the following two page document where the numbering must be reset after each page to its starting value:

image

The footnote automatic restarting of the numbering is represented by the following WordprocessingML:

<w:footnotePr>
  <w:numRestart w:val="eachPage" />
</w:footnotePr>

end example]

Attributes

val (Automatic Numbering Restart Value)

Specifies when the automatic numbering shall be restarted for the current set of footnotes or endnotes.

[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 shal be restarted after each section. end example]

The possible values for this attribute are defined by the ST_RestartNumber simple type (17.18.74).

[Note: The W3C XML Schema definition of this element’s content model (CT_NumRestart) is located in A.1. end note]

Last updated on