17.18.58 ST_MultiLevelType
This simple type specifies the possible types of numbering which can be 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).
[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]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
(Hybrid Multilevel Numbering
Specifies that this numbering definition defines a numbering format consisting of a multiple levels, each of a potentially different kind (bullets vs. level text).
Specifies that this numbering definition defines a numbering format consisting of a multiple levels, each of the same kind (bullets vs. level text).
Specifies that this numbering definition defines a numbering format consisting of a single level only.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_MultiLevelType) is located in A.1. end note]