<handNote>

<handNote> (note on hand) describes a particular style or hand distinguished within a manuscript. [11.7.2. Writing, Decoration, and Other Notations]
Moduleheader
Attributes
Contained by
msdescription: handDesc
transcr: handNotes
May contain
Example
<handNotes>
 <handNote xml:id="yien.major_hand"
  scope="majormedium="brown_inkscribe="author"
  scribeRef="#KL">
Handwriting of the copyist Karol Libelt, brown ink, in German cursive script.</handNote>
 <handNote xml:id="yien.pencil"
  scope="minormedium="pencilscribe="annotator">
A note, pencil, unknown author.</handNote>
 <handNote xml:id="yien.pencil2"
  scope="minormedium="pencilscribe="archivist">
Writer of the title page Józef Łepkowski, pencil.</handNote>
 <handNote xml:id="yien.pencil3"
  scope="minormedium="pencilscribe="archivist2"
  scribeRef="#BJK">
Note on the title page, pencil, by Józef Korzeniowski.</handNote>
</handNotes>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Declaration
element handNote
{
   tei_att.global.attributes,
   tei_att.handFeatures.attributes,
   tei_macro.specialPara
}