<addSpan>
<addSpan> (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector (see also add). [11.3.1.4. Additions and Deletions] | |
Module | transcr |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l label lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unit header: authority change classCode distributor edition extent funder geoDecl handNote language licence principal scriptNote sponsor msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material msItem musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset orgName persName persPronouns person personGrp persona placeName region roleName settlement surname textstructure: back body dateline div docAuthor docDate docEdition docImprint docTitle epigraph floatingText front group text |
May contain | Empty element |
Note | Both the beginning and the end of the added material must be marked; the beginning by the addSpan element itself, the end by the spanTo attribute. |
Example | <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> |
Schematron | <sch:assert test="@spanTo">The @spanTo attribute of <sch:name/> is required.</sch:assert> |
Schematron | <sch:assert test="@spanTo">L'attribut spanTo est requis.</sch:assert> |
Content model | <content> |
Schema Declaration | element addSpan { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.placement.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, tei_att.dimensions.attributes, empty } |