<handNotes>

<handNotes> contains one or more handNote elements documenting the different hands identified within the source texts. [11.3.2.1 Document Hands]
Module transcr — Representation of Primary Sources
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
<rng:element name="handNotes">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="handNote"/>
 </rng:oneOrMore>
</rng:element>
element handNotes
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   handNote+
}