DocumentID: ECMA-376/Part4/2.9.13 Title: ECMA-376, Part4: 2.9.13 multiLevelType (Abstract Numbering Definition Type) 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 type of numbering defined by a given abstract numbering type. This information shall only be used by a consumer to determine user interface behaviors for this numbering definition, and shall not be used to limit the behavior of the list (i.e. a list with multiple levels marked as singleLevel shall not be prevented from using levels 2 through 9).
If this element is omitted, then the list shall be assumed to be of any type desired by the consumer.
[Example: Consider the WordprocessingML below:
<w:abstractNum w:abstractNumId="8">
...
<w:multiLevelType w:val="singleLevel" />
...
</w:abstractNum>
This abstract numbering definition is specified to be of the singleLevel type by the multiLevelType element. end example]
|
Parent Elements |
|
abstractNum (§2.9.1) |
|
Attributes |
Description |
|---|---|
|
val (Abstract Numbering Definition Type) |
Specifies the specific type of numbering enabled by a given abstract numbering definition. [Example: Consider the WordprocessingML below:
This abstract numbering definition is specified to be of the multiLevel type, which may be used by consumers to place this numbering correctly within a user interface. end example] The possible values for this attribute are defined by the ST_MultiLevelType simple type (§2.18.65). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MultiLevelType">
<attribute name="val" type="ST_MultiLevelType" use="required"/>
</complexType>