<handNotes>

<handNotes> contains one or more handNote elements documenting the different hands identified within the source texts. [11.3.2.1. Document Hands]
Moduletranscr
Attributes
Member of
Contained by
header: profileDesc
May contain
header: handNote
Example
<handNotes>
 <handNote xml:id="H1script="copperplate"
  medium="brown-ink">
Carefully written with regular descenders</handNote>
 <handNote xml:id="H2script="print"
  medium="pencil">
Unschooled scrawl</handNote>
</handNotes>
Content model
<content>
 <elementRef key="handNoteminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schema Declaration
element handNotes { tei_att.global.attributes, tei_handNote+ }