17.18.8 ST_CombineBrackets

This simple type specifies the kind of bracket character which shall be used to enclose the two lines in one text within the current run when displayed

[Example: Consider a paragraph with the text two lines in one, which must be displayed within a single logical line in the document and enclosed in curly brackets. This constraint would be specified as follows in the WordprocessingML:

<w:r>
  <w:rPr>
    <w:eastAsianLayout w:id="1" w:combine="on" w:combineBrackets="curly"/>
  </w:rPr>
  <w:t>two lines in one</w:t>
</w:r>

The resulting text would be displayed on two sub lines within the other text on this line and enclosed within curly brackets when displayed. 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 angle bracket characters shall be used to enclose the contents of the current run’s two lines in one text.

[Example: <…> end example]

Specifies that curly bracket characters shall be used to enclose the contents of the current run’s two lines in one text.

[Example: {…} end example]

Specifies that no characters shall be used to enclose the contents of the current run’s two lines in one text.

Specifies that round bracket characters shall be used to enclose the contents of the current run’s two lines in one text.

[Example: (…) end example]

Specifies that square bracket characters shall be used to enclose the contents of the current run’s two lines in one text.

[Example: […] end example]

[Note: The W3C XML Schema definition of this simple type’s content model (ST_CombineBrackets) is located in A.1. end note]

Last updated on