Zum Inhalt

<handDesc/> (Beschreibung der Hände)

Beschreibung

Enthält die Beschreibungen alle relevanten Hände eines Textträgers.

Erläuterung

Es werden nur «wichtige» Hände eingetragen. Jede Hand erhält ihr eigenes <handNote>-Element.

Inhaltsmodell

Beispiele

Beispiel 1

Beispiel für mehrere Beschreibungen von bekannten und unbekannten Schreiberhänden

<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>

Abschnitte in den Guidelines der TEI