QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
break | restriction of xs:token | optional |
|
Attribute Group | tei:att.breaking.attributes |
<xs:attributeGroup name="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> </xs:attributeGroup> |