<handDesc/> (description des mains)
Description
Contient les descriptions de toutes les mains intervenues sur le support de texte.
Explication
Seules les mains «importantes» sont saisies. Chaque main possède son propre élément <handNote>.
Autorisé dans
- msdescription: 
<physDesc> 
Modèle de contenu
- header: 
<handNote> 
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 scribe="per123456" xml:id="firstHand">
            <date calendar="gregorian" from-custom="1001-01-01" to-custom="1100-12-31">
                <precision match="@from-custom" precision="low" />
            </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 match="@from-custom" precision="low" />
            </date>
        </handNote>
        <handNote xml:id="secondHand" />
        <handNote xml:id="otherHand" />
        <handNote xml:id="laterHand" />
    </handDesc>
</egXML>