Aller au contenu

<handNote/> (note sur une main)

Description

Décrit une main et, le cas échéant, l’identifie en la rattachant à un scribe.

Explication

Consultez les principes de transcription pour l’enregistrement des scribes et des mains.

Autorisé dans

Modèle de contenu

Attributs

@scope

Utilisation : optionnel

Valeurs possibles

  • Chaîne de caractères – Restriction: expression régulière [^\p{C}\p{Z}]+

@scribe

Utilisation : optionnel

Le numéro d’identification de l’écrivain

Valeurs possibles

  • Chaîne de caractères – Restriction: expression régulière per\d{6}[abc]?(\.1?\d{2})?

@xml:id

Utilisation : requis

L’ID de l’élément

Valeurs possibles

  • Chaîne de caractères – Restriction: expression régulière id-ssrq-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}
  • eighthHand – main secondaire (H)
  • fifthHand – main secondaire (E)
  • firstHand – main principale (A)
  • fourthHand – main secondaire (D)
  • hand10c – main du Xe siècle
  • hand10cf – main du Xe siècle?
  • hand11c – main du XIe siècle
  • hand11cf – main du XIe siècle?
  • hand12c – main du XIIe siècle
  • hand12cf – main du XIIe siècle?
  • hand13c – main du XIIIe siècle
  • hand13cf – main du XIIIe siècle?
  • hand14c – main du XIVe siècle
  • hand14cf – main du XIVe siècle?
  • hand15c – main du XVe siècle
  • hand15cf – main du XVe siècle?
  • hand16c – main du XVIe siècle
  • hand16cf – main du XVIe siècle?
  • hand17c – main du XVIIe siècle
  • hand17cf – main du XVIIe siècle?
  • hand18c – main du XVIIIe siècle
  • hand18cf – main du XVIIIe siècle?
  • hand19c – main du XIXe siècle
  • hand19cf – main du XIXe siècle?
  • hand20c – main du XXe siècle
  • hand20cf – main du XXe siècle?
  • hand21c – main du XXIe siècle
  • hand21cf – main du XXIe siècle?
  • laterHand – main plus récente
  • ninthHand – main secondaire (I)
  • otherHand – autre main
  • secondHand – main secondaire (B)
  • seventhHand – main secondaire (G)
  • sixthHand – main secondaire (F)
  • thirdHand – main secondaire (C)

Exemples

Exemple 1

Exemple de descriptions de mains de scribes connus et inconnus

<egXML xmlns:ns0="http://www.tei-c.org/ns/Examples">
    <handDesc>
        <handNote xml:id="firstHand" scribe="per123456">
            <date calendar="gregorian" from-custom="1001-01-01" to-custom="1100-12-31">
                <precision precision="low" match="@from-custom" />
            </date>
        </handNote>
        <handNote xml:id="hand18c">
            <date calendar="gregorian" from-custom="1701-01-01" to-custom="1800-12-31" />
        </handNote>
        <handNote xml:id="hand18cf">
            <date calendar="gregorian" from-custom="1701-01-01" to-custom="1800-12-31">
                <precision precision="low" match="@from-custom" />
            </date>
        </handNote>
        <handNote xml:id="secondHand" />
        <handNote xml:id="otherHand" />
        <handNote xml:id="laterHand" />
    </handDesc>
</egXML>

Sections des Guidelines de la TEI