[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
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:
10. This is a paragraph with numbering information.
• This is also 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>