<numRestart> (Footnote and Endnote Numbering Restart Location)

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 type is handled independently) shall restart to the specified <numStart> value (§2.11.20).

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

example:

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

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

Parent Elements

<endnotePr>2.11.4); <endnotePr>2.11.5); <footnotePr>2.11.11); <footnotePr>2.11.12)

Attributes

Description

<val> (Automatic Numbering Restart Value)

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

example:
<w:footnotePr>
  <w:numRestart w:val="eachSect" />
</w:footnotePr>

The @val attribute value of eachSect specifies that numbering shal be restarted after each section. ]

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_NumRestart">
	<attribute name="val" type="ST_RestartNumber" use="required"/>
</complexType>