<handNote/>
(note d’une main)
Description
Décrit une main et l’identifie avec un scribe si nécessaire.
Explication
Consultez les principes de transcription pour l’enregistrement des scribes et des mains.
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]?(\.\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 X
- hand10cf – main du X
- hand11c – main du XI
- hand11cf – main du XI
- hand12c – main du XII
- hand12cf – main du XII
- hand13c – main du XIII
- hand13cf – main du XIII
- hand14c – main du XIV
- hand14cf – main du XIV
- hand15c – main du XV
- hand15cf – main du XV
- hand16c – main du XVI
- hand16cf – main du XVI
- hand17c – main du XVII
- hand17cf – main du XVII
- hand18c – main du XVIII
- hand18cf – main du XVIII
- hand19c – main du XIX
- hand19cf – main du XIX
- hand20c – main du XX
- hand20cf – main du XX
- hand21c – main du XXI
- hand21cf – main du XXI
- 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 plusieurs descriptions de mains de scribes connues et inconnues
<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>