<handNote/>
Beschreibung
Beschreibt eine Hand und identifiziert sie gegebenenfalls mit einem Schreiber.
Inhaltsmodell
Attribute
@scribe
Verwendung: optional
Bezeichnet den Schreiber mit der Identifikationsnummer der Person.
Mögliche Werte
- Zeichenkette – Einschränkung: regulärer Ausdruck
per\d{6}[abc]?(\.\d{2})?
@xml:id
Verwendung: erforderlich
Mögliche Werte
- Identifikator
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>