Aller au contenu

<anchor/> (point d’ancrage)

Description

Marque le point final d’un ajout ( <addSpan>), d’une suppression ( <delSpan>) ou d’un dommage ( <damageSpan>) volumineux.

Explication

La valeur de l’attribut @xml:id doit être la première partie du nom d’élément correspondant ( <addSpan> = add, <delSpan> = del ou <damageSpan> = damage) ainsi qu’un numéro consécutif : p. ex. add1, add2 etc. ou del1, del2 etc. ou damage1, damage2 etc.

Modèle de contenu

Ne contient aucun élément ou texte.

Attributs

@xml:id

Utilisation : requis

L’ID de l’élément

Valeurs possibles

  • Identificateur – Restriction: expression régulière (del|damage|add)[1-9][0-9]*

Exemples

Exemple 1

Exemple d'un ajout plus important

<egXML xmlns:ns0="http://www.tei-c.org/ns/Examples">
    <addSpan spanTo="add1" hand="otherHand" place="bottom" rend="pencil" />
    <lb />Presentibus
    <lb />Antonio nepote domini officialis, fratre Germano ordinis Predicatorum; dominus
    <lb />officialis prefatus monuit dictam Jordanam pro secunda dilatione
    <lb />et assignata est ad cras pro tertia.
    <lb />Delayens
    <anchor xml:id="add1" />
</egXML>

Exemple 2

Exemple de suppression plus importante

<egXML xmlns:ns0="http://www.tei-c.org/ns/Examples">
    <delSpan spanTo="del1" hand="otherHand" rend="crossout" />
    <lb />Wir der Burgermeyster
    <lb />Radt und der groß Radt. Embietend
    <lb />allen und yeden unsern Burgeren
    <lb />unsern günstlichen gruͦß / geneygten
    <lb />willen / unnd alles guͦts zuͦvor / unnd thuͦnd üch sampt unnd sunders
    <lb />zuͦ vernemmen.
    <anchor xml:id="del1" />
</egXML>

Exemple 3

Exemple d'un dommage plus important

<egXML xmlns:ns0="http://www.tei-c.org/ns/Examples">
    <damageSpan agent="faded_ink" spanTo="damage1" />
    <lb />geschwüsterige, einandern erben und im fahl die
    <lb />mutter im leben wär, soll die mutter den dritten
    <lb />theil und die geschwüsterte die zwenn theil erben.
    <anchor xml:id="damage1" />
</egXML>

Sections des Guidelines de la TEI