17.3.1.19 numPr
This element specifies that the current paragraph uses numbering information that is defined by a particular numbering definition instance.
The presence of this element specifies that the paragraph inherits the properties specified by the numbering definition in the num element (17.9.15) at the level specified by the level specified in the lvl element (17.9.6) and shall have an associated number positioned before the beginning of the text flow in this paragraph. When this element appears as part of the paragraph formatting for a paragraph style, then any numbering level defined using the ilvl element shall be ignored, and the pStyle element (17.9.23) on the associated abstract numbering definition shall be used instead.
[Example: Consider a paragraph in a document which should be associated with level 4 of a numbering definition with ID 0. Associating the paragraph with this numbering definition would be specified using the following WordprocessingML:
<w:pPr>
<w:numPr>
<w:ilvl w:val="4" />
<w:numId w:val="0" />
</w:numPr>
</w:pPr>
The numPr element specifies that this paragraph must contain numbering information, and its children specify that the numbering definition for that numbering information must have a numId of 0 and an ilvl of 4 within that numbering definition. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_NumPr) is located in A.1. end note]