<addSpan>
<addSpan> (porzione di testo aggiunta) segnala l'inizio di una porzione di testo più lunga aggiunta da un autore, un trascrittore, un annotatore o un correttore (vedi anche add) 11.3.4 Additions and Deletions | |
Modulo | transcr — 11 Representation of Primary Sources |
Attributi | att.transcriptional (@hand, @status, @seq) (att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) ) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo) |
Usato da | |
Può contenere | Elemento vuoto |
Dichiarazione |
element addSpan { att.global.attributes, att.transcriptional.attributes, att.editLike.attributes, att.dimensions.attributes, att.placement.attributes, att.typed.attributes, att.spanning.attributes, empty } <sch:pattern name="spanTo_required"> <sch:rule context="tei:addSpan"> <sch:assert test="@spanTo">The spanTo= attribute of <sch:name/> is required.</sch:assert> </sch:rule> </sch:pattern> |
Esempio | <handNote xml:id="HEOL" scribe="HelgiÓlafsson"/> <!-- ... --> <body> <div> <!-- text here --> </div> <addSpan n="added gathering" hand="#HEOL" spanTo="#P025"/> <div> <!-- text of first added poem here --> </div> <div> <!-- text of second added poem here --> </div> <div> <!-- text of third added poem here --> </div> <div> <!-- text of fourth added poem here --> </div> <anchor xml:id="P025"/> <div> <!-- more text here --> </div> </body> |