<handNotes>

<handNotes> 包含一系列<書寫者>元素,列出來源文件中不同的書寫者。 11.4.1 Document Hands
組件 transcr — 11 Representation of Primary Sources
屬於
可包含
header: handNote
宣告

<rng:element name="handNotes">
 <rng:ref name="att.global.attributes"/>
 <rng:oneOrMore>
  <rng:ref name="handNote"/>
 </rng:oneOrMore>
</rng:element>
element handNotes { att.global.attributes, handNote+ }
例子
<handNotes>
 <handNote xml:id="H1" script="copperplate" medium="brown-ink">Carefully written with regular descenders</handNote>
 <handNote xml:id="H2" script="print" medium="pencil">Unschooled scrawl</handNote>
</handNotes>