<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 |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) |
Contained by |
—
|
May contain |
header: handNote
|
Examples |
<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> |
Source | Github
<elementSpec module="transcr" ident="handNotes"> <desc>contains one or more <gi>handNote</gi> elements documenting the different hands identified within the source texts.</desc> <classes> <memberOf key="att.global"/> </classes> <content> <elementRef key="handNote" minOccurs="1" maxOccurs="unbounded"/> </content> </elementSpec> |