17.9.9 lvlPicBulletId

This element specifies a picture which shall be used as a numbering symbol for a given numbering level by referring to a picture numbering symbol definition’s numPictBullet element (17.9.20). This reference is made through this element’s val attribute.

The picture shall be added to the numbering level by replacing each character in the lvlText with one instance of this image.

[Example: Consider the WordprocessingML below illustrating how the lvlPicBulletId references a picture numbering symbol definition though its val attribute:

<w:numPicBullet w:numPicBulletId="1">
  <w:drawing>
  </w:drawing>
</w:numPicBullet>
<w:abstractNum w:abstractNumId="7">
  <w:nsid w:val="71A06359" />
  <w:multiLevelType w:val="hybridMultilevel" />
  <w:tmpl w:val="10643FE6" />
  <w:lvl w:ilvl="0" w:tplc="B7663E56">
    <w:start w:val="1" />
    <w:numFmt w:val="bullet" />
    <w:lvlText w:val="AA" />
    <w:lvlPicBulletId w:val="1" />
  </w:lvl>
</w:abstractNum>

The resulting numbering must consist of two instances of the image specified using the numPicBullet element. end example]

Attributes

val (Decimal Number Value)

Specifies that the contents of this attribute contains a decimal number.

The contents of this decimal number are interpreted based on the context of the parent XML element.

[Example: Consider the following numeric WordprocessingML property of simple type ST_DecimalNumber:

  <… w:val="1512645511" />

The value of the val attribute is a decimal number whose value must be interpreted in the context of the parent element. end example]

The possible values for this attribute are defined by the ST_DecimalNumber simple type (17.18.10).

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

Last updated on