<handNote>

<handNote> (note on hand) describes a particular style or hand distinguished within a manuscript. [11.7.2 Writing, Decoration, and Other Notations]
Modul header — The TEI Header
Attribute
Enthalten in
msdescription: handDesc
transcr: handNotes
Kann enthalten
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Zeichendaten
Beispiel
<handNotes>
 <handNote xml:id="yide.major_hand"
  scope="majormedium="brown_inkscribe="author"
  scribeRef="#KL">
Hand des Nachschreibers Karol Libelt, braune Tinte, vorwiegend in Kurrentschrift.</handNote>
 <handNote xml:id="yide.pencil"
  scope="minormedium="pencilscribe="annotator">
Eine Anmerkung, Bleistift, unbekannter Verfasser.</handNote>
 <handNote xml:id="yide.pencil2"
  scope="minormedium="pencilscribe="archivist">
Schreiber des Titelblattes Józef Łepkowski, Bleistift.</handNote>
 <handNote xml:id="yide.pencil3"
  scope="minormedium="pencilscribe="archivist2"
  scribeRef="#BJK">
Anmerkung auf dem Titelblatt, Bleistift, von Józef Korzeniowski.</handNote>
</handNotes>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Deklaration
<rng:element name="handNote">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.handFeatures.attributes"/>
 <rng:ref name="att.scope.attributes"/>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element handNote
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.handFeatures.attributes,
   att.scope.attributes,
   macro.specialPara
}