w:abstractNumId (Abstract Numbering ID Reference)
References the w:abstractNum definition (by w:val) used as the base for this numbering instance.
Parent elements
Description
w:abstractNumId links a concrete w:num instance to the w:abstractNum definition it is based on. It is defined in ECMA-376 Part 1 §17.9.2.
The w:val must match the w:abstractNumId attribute of an w:abstractNum element in the same numbering.xml part.
Attributes
| Attribute | Type | Possible Values | Description |
|---|---|---|---|
w:val |
ST_DecimalNumber |
Non-negative integer matching a w:abstractNum/@w:abstractNumId. |
References the abstract list definition. |
Examples
<w:num w:numId="1">
<w:abstractNumId w:val="0"/>
</w:num>
new AbstractNumId { Val = 0 };