<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+
}