17.18.24 ST_Em
This simple type specifies an enumerated list of emphasis marks, any one of which may be selected to be applied to each non-space character in a run. When displayed, the position of the emphasis mark relative to the character to which it is applied is language- and writing-direction-dependent. When displayed, the glyph used for the emphasis mark is implementation-dependent.
[Example: Consider a run of text that is to have a dot emphasis mark applied to it. This is specified using the following WordprocessingML:
<w:rPr>
<w:em w:val="dot"/>
</w:rPr>
_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 the emphasis mark is a circle. [Note: The intent is to have an emphasis mark similar to the following: (written horizontally in Japanese)
(written vertically in Japanese)
end note]
Specifies that the emphasis mark is a comma. [Note: The intent is to have an emphasis mark similar to the following: (written horizontally in Japanese)
(written vertically in Japanese)
end note]
Specifies that the emphasis mark is a dot. [Note: The intent is to have an emphasis mark similar to the following: (written horizontally in Simplified or Traditional Chinese)
(written vertically in Simplified or Traditional Chinese)
(written horizontally in Japanese)
(written vertically in Japanese)
end note]
Specifies that no emphasis mark shall be applied to any characters in the run.
Specifies that the emphasis mark is a dot that shall be rendered below each character in horizontal writing and on the left in vertical writing. [Note: The intent is to have an emphasis mark similar to the following: ..(written horizontally in Japanese)
Enumeration Value
Description
..(written vertically in Japanese)
end note]
[Note: Ordinarily, the position of the emphasis mark relative to the character to which it is applied is determined automatically by the language- and writing-direction. As such, the position need not be specified explicitly, and the use of this value is discouraged. end note]
[Note: The W3C XML Schema definition of this simple type’s content model (ST_Em) is located in A.1. end note]