<handNotes>

<handNotes> 원본 텍스트 내에서 식별되는 필적을 기록하는 하나 이상의 handNote 요소를 포함한다. [11.3.2.1 Document Hands]
모듈 transcr — Representation of Primary Sources
속성
클럽 회원
에 의해 포함된
header: profileDesc
포함할 수 있다
header: handNote
<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>
선언
<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+
}