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
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:
end example]
|
Parent Elements |
|
Root element of WordprocessingML Numbering Definitions part |
|
Child Elements |
Subclause |
|---|---|
|
abstractNum (Abstract Numbering Definition) |
|
|
num (Numbering Definition Instance) |
|
|
numIdMacAtCleanup (Last Reviewed Abstract Numbering Definition) |
|
|
numPicBullet (Picture Numbering Symbol Definition) |
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>