17.18.47 ST_LineNumberRestart

This simple type specifies when the line numbering in the parent section shall be reset to its restart value. The line numbering increments for each line (even if the line number itself is not displayed) until it reaches the restart point specified by this element.

[Example: Consider the line numbering used on each page of this document, which specifies that line numbering must restart at the top of each new page. This line numbering setting would be defined using the following WordprocessingML:

<w:lnNumType w:restart="newPage"  />

The restart attribute is of type ST_LineNumberRestart, and a value of newPage specifies that the line numbers must restart at the top of each page to the value specified by the start attribute. In this case, newPage is the default, so this value could have been omitted entirely. 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 line numbering for the parent section shall continue from the line numbering from the end of the previous section, if any.

Specifies that line numbering for the parent section shall restart to the starting value whenever a new page is displayed.

Specifies that line numbering for the parent section shall restart to the starting value whenever the parent begins.

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

Last updated on