indicates whether or not the element bearing this attribute should be considered to mark the end of an orthographic token in the same way as whitespace. |
Attribute Group | tei:att.breaking.attribute.break |
<xs:attribute name="break"> <xs:annotation> <xs:documentation>indicates whether or not the element bearing this attribute should be considered to mark the end of an orthographic token in the same way as whitespace.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/> </xs:restriction> </xs:simpleType> </xs:attribute> |