<addSpan>
<addSpan> (partie de texte ajoutée) marque le début d'une longue partie de texte ajoutée par un auteur, un copiste, un annotateur ou un correcteur (voir aussi add). 11.3.4 Additions and Deletions | |
Module | transcr — 11 Representation of Primary Sources |
En complément des attributs globaux | att.transcriptional (@hand, @status, @seq) (att.editLike (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp)) ) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo) |
Utilisé par | |
Peut contenir | Elément vide |
Declaration |
element addSpan { att.global.attributes, att.transcriptional.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attributes, att.placement.attributes, att.typed.attributes, att.spanning.attributes, empty } |
<s:assert test="@spanTo">The spanTo= attribute of <s:name/> is required.</s:assert> |
|
<s:assert test="@spanTo">L'attribut spanTo est requis.</s:assert> |
|
Exemple |
<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> |
Note |
Le début et la fin de la partie de texte ajoutée doivent être marqués ; le début, par l'élément
addSpan lui-même, la fin, par l'attribut spanTo.
|