DocumentID: ECMA-376/Part4/2.9.17
Title: ECMA-376, Part4: 2.9.17 numbering (Numbering Definitions)
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.17 numbering (Numbering Definitions)

This element specifies the formatting, display, and functionality of numbering - Arabic numerals, Roman numerals, symbol characters ("bullets"), text strings, etc. - in WordprocessingML documents, which are used to label individual paragraphs of text.

[Example: The following two paragraphs each contain numbering as defined by WordprocessingML: the first uses an Arabic numeral, the second a symbol character:

  1. This is a paragraph with numbering information.

end example]

Parent Elements

Root element of WordprocessingML Numbering Definitions part

Child Elements

Subclause

abstractNum (Abstract Numbering Definition)

§2.9.1

num (Numbering Definition Instance)

§2.9.16

numIdMacAtCleanup (Last Reviewed Abstract Numbering Definition)

§2.9.20

numPicBullet (Picture Numbering Symbol Definition)

§2.9.21

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

<complexType name="CT_Numbering">

<sequence>

<element name="numPicBullet" type="CT_NumPicBullet" minOccurs="0" maxOccurs="unbounded"/>

<element name="abstractNum" type="CT_AbstractNum" minOccurs="0" maxOccurs="unbounded"/>

<element name="num" type="CT_Num" minOccurs="0" maxOccurs="unbounded"/>

<element name="numIdMacAtCleanup" type="CT_DecimalNumber" minOccurs="0"/>

</sequence>

</complexType>


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