<handDesc/>
(description des mains)
Description
Contient les descriptions de toutes les mains pertinentes d’un support de texte.
Explication
Seules les mains «importantes» sont saisies. Chaque main possède son propre élément <handNote>
.
Modèle de contenu
- header:
<handNote>
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>