DocumentID: ECMA-376/Part4/2.9.10
Title: ECMA-376, Part4: 2.9.10 lvlPicBulletId (Picture Numbering Symbol Definition Reference)
Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006
Warning: Coverted to HTML format by a script known to have bugs

Navigation:

2.9.10 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

lvl (§2.9.6); lvl (§2.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 type (§2.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>


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.