[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

lvlPicBulletId (Picture Numbering Symbol Definition Reference)

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 (§2.9.21). 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 on instance of this image

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

<w:numPicBullet w:numPicBulletId="1">

<w:pict>

<v:shape id="_x0000_i1031" type="#_x0000_t75" style="width:3in;height:276.75pt" o:bullet="t">

<v:imagedata r:id="rId2" o:title="testpic" />

</v:shape>

</w:pict>

</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:nfc w:val="23" />

<w:lvlText w:val="AA" />

<w:lvlPicBulletId w:val="1" />

</w:lvl>

</w:abstractNum>

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

Parent Elements

lvl2.9.6); lvl2.9.7)

 

Attributes

Description

val (Decimal Number Value)

Specifies that the contents of this attribute will contain 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 type ST_DecimalNumber:

 

<w:… 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 type2.18.16).

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

<complexType name="CT_DecimalNumber">

   <attribute name="val" type="ST_DecimalNumber" use="required"/>

</complexType>