addSpan (hendiAll)

Text

Appendix

<addSpan> (added span of text) marks the beginning of a longer sequence of text added by an author, scribe, annotator or corrector.

Attributes
spanTo req
indicates the end of a span initiated by the element bearing this attribute.
hand req
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>

Examples

XML

If you've spotted some error or inaccurateness please do not hesitate to inform us via henze-digital [@] zenmem.de.