22.1.3.1 ST_BreakBin

This defines how to represent binary operators with respect to a line-wrapping break. The line can wrap before the operator or after the operator; alternately, the operator can appear both at the end of the first line and the beginning of the second.

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

When line-wrapping breaks occur on binary operators, the binary operator appears after the break (at the start of the next line).

When line-wrapping breaks occur on binary operators, the binary operator appears before the break (at the end of the first line).

When line-wrapping breaks occur on binary operators, the binary operator appears on both sides of the break (at the end of the first line and the start of the next line).

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

Last updated on