att.spanning
att.spanning provides attributes for elements which delimit a span of text by pointing mechanisms
rather than by enclosing it. [11.3.1.4. Additions and Deletions 1.3.1. Attribute Classes]
Module | tei | ||||||||
Members | milestone pb | ||||||||
Attributes | Attributes
|
||||||||
Note |
The span is defined as running in document order from the start of the content of
the pointing element to the end of the content of the element pointed to by the spanTo attribute (if any). If no value is supplied for the attribute, the assumption is
that the span is coextensive with the pointing element. If no content is present,
the assumption is that the starting point of the span is immediately following the
element itself.
|
||||||||
Source | Github
<classSpec module="tei" type="atts" ident="att.spanning"> <desc>provides attributes for elements which delimit a span of text by pointing mechanisms rather than by enclosing it.</desc> <attList> <attDef ident="spanTo" usage="opt"> <desc>indicates the end of a span initiated by the element bearing this attribute.</desc> <datatype> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </classSpec> |