<handNote>

<handNote> (note on hand) describes a particular style or hand distinguished within a manuscript. [10.7.2. Writing, Decoration, and Other Notations]
Module header
Attributes
att.global
xml:id
n
@xml:lang
att.handFeatures
scribe
script
scriptRef
medium
scope
@scribeRef
xml:id (identifier) provides a unique identifier for the element bearing the attribute.
Derived from att.global
Status Required
Datatype ID
medium describes the tint or type of ink, e.g. brown, or other writing medium, e.g. pencil
Derived from att.handFeatures
Status Recommended
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Legal values are:
pencil
ink
crayon
Contained by
transcr: handNotes
May contain
Examples

<handNote scope="sole">
   
<p>Written in insular
  phase II half-uncial with interlinear Old English gloss in an Anglo-Saxon pointed
  minuscule.
</p>
</handNote>
Source Github

<elementSpec rend="change" module="header" xml:id="HANDNOTE" ident="handNote">
   
<gloss>note on hand</gloss>
   
<desc>describes a particular style or hand distinguished within a manuscript.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.handFeatures"/>
   
</classes>
   
<content>
      
<macroRef key="macro.specialPara"/>
   
</content>
   
<attList>
      
<attDef ident="xml:id" mode="change" usage="req"/>
      
<attDef ident="medium" mode="change" usage="rec">
         
<valList type="closed" mode="add">
            
<valItem ident="pencil" mode="add"/>
            
<valItem ident="ink" mode="add"/>
            
<valItem ident="crayon" mode="add"/>
         
</valList>
      
</attDef>
      
<attDef ident="n" mode="delete"/>
      
<attDef ident="scribe" mode="delete"/>
      
<attDef ident="script" mode="delete"/>
      
<attDef ident="scriptRef" mode="delete"/>
      
<attDef ident="part" mode="delete"/>
      
<attDef ident="scope" mode="delete"/>
      
<attDef ident="source" mode="delete"/>
   
</attList>
</elementSpec>