17.18.6 ST_ChapterSep
This simple type specifies the character which shall be used to separate the chapter number from the page number for page numbers in a given section, when chapter numbers are being displayed.
[Example: Consider a section in a document in which the chapter must be separated from the page number using a colon character. This constraint would be specified using the following WordprocessingML:
<w:pgNumType w:chapSep="colon"
The chapSep attribute declares that the chapter and page number must be separated by a colon (e.g. 1:1 for chapter one, page one). 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 a colon character shall be used to separate the chapter number from the page number when page numbers are displayed.
[Example: 1:1 for page one, section one. end example]
Specifies that an em dash character shall be used to separate the chapter number from the page number when page numbers are displayed.
[Example: 1—1 for page one, section one. end example]
Specifies that an en dash character shall be used to separate the chapter number from the page number when page numbers are displayed.
[Example: 1–1 for page one, section one. end example]
Specifies that a non-breaking hyphen character shall be used to separate the chapter number from the page number when page numbers are displayed.
[Example: 1-1 for page one, section one. end example]
Specifies that a period character shall be used to separate the chapter number from the page number when page numbers are displayed.
[Example: 1.1 for page one, section one. end example]
[Note: The W3C XML Schema definition of this simple type’s content model (ST_ChapterSep) is located in A.1. end note]