17.18.46 ST_LevelSuffix
This simple type specifies the types of content which shall be possible between a given numbering level’s text and the text of every numbered paragraph which references that numbering level.
[Example: Consider the numbered paragraph below:
In this example, a space exists between the numbering symbol 1. and the numbered paragraph text Test. The space would be specified in WordprocessingML as follows:
<w:lvl w:ilvl="0">
…
<w:suff w:val="space" />
…
</w:lvl>
The suff element with an attribute value of space specifies that the character between the numbering’s level text and the paragraph text must be a space. 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
Specifies that no character shall be displayed between the numbering level’s text and the contents of the paragraph when displaying the numbered paragraph.
Specifies that a space character shall be displayed between the numbering level’s text and the contents
Enumeration Value
Description
of the paragraph when displaying the numbered paragraph.
Specifies that a tab character shall be displayed between the numbering level’s text and the contents of the paragraph when displaying the numbered paragraph.
This tab shall follow normal tab stop rules to determine its length.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_LevelSuffix) is located in A.1. end note]