<handNote/>
(Anmerkung zu einer Hand)
Beschreibung
Beschreibt eine Hand und identifiziert sie gegebenenfalls mit einem Schreiber.
Erläuterung
Vgl. die Transkriptionsrichtlinien zur Erfassung der Schreiber und Hände.
Inhaltsmodell
Attribute
@scribe
Verwendung: optional
Die Identifikationsnummer des Schreibers
Mögliche Werte
- Zeichenkette – Einschränkung: regulärer Ausdruck
per\d{6}[abc]?(\.\d{2})?
@xml:id
Verwendung: erforderlich
Die ID des Elements
Mögliche Werte
- eighthHand – Nachtragshand (H)
- fifthHand – Nachtragshand (E)
- firstHand – Anlagehand (A)
- fourthHand – Nachtragshand (D)
- hand10c – Hand des 10. Jhs.
- hand10cf – Hand des 10. Jhs.?
- hand11c – Hand des 11. Jhs.
- hand11cf – Hand des 11. Jhs.?
- hand12c – Hand des 12. Jhs.
- hand12cf – Hand des 12. Jhs.?
- hand13c – Hand des 13. Jhs.
- hand13cf – Hand des 13. Jhs.?
- hand14c – Hand des 14. Jhs.
- hand14cf – Hand des 14. Jhs.?
- hand15c – Hand des 15. Jhs.
- hand15cf – Hand des 15. Jhs.?
- hand16c – Hand des 16. Jhs.
- hand16cf – Hand des 16. Jhs.?
- hand17c – Hand des 17. Jhs.
- hand17cf – Hand des 17. Jhs.?
- hand18c – Hand des 18. Jhs.
- hand18cf – Hand des 18. Jhs.
- hand19c – Hand des 19. Jhs.
- hand19cf – Hand des 19. Jhs.?
- hand20c – Hand des 20. Jhs.
- hand20cf – Hand des 20. Jhs.?
- hand21c – Hand des 21. Jhs.
- hand21cf – Hand des 21. Jhs.?
- laterHand – spätere Hand
- ninthHand – Nachtragshand (I)
- otherHand – andere Hand
- secondHand – Nachtragshand (B)
- seventhHand – Nachtragshand (G)
- sixthHand – Nachtragshand (F)
- thirdHand – Nachtragshand (C)
- Zeichenkette – Einschränkung: regulärer Ausdruck
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}
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>