<handDesc>

<handDesc> (descripción de las manos) contiene una descripción de todos los diferentes tipos de escritura usados en un manuscrito. 10.7.2 Writing, Decoration, and Other Notations
Módulomsdescription — 10 Manuscript Description
Atributos
handsespecifica el número de manos distintas identificadas al interno de un manuscrito.
Estado Opcional
Tipo de datos

<rng:ref name="data.count"/>
data.count
Usado por
Puede contener
core: p
header: handNote
linking: ab
msdescription: summary
Declaración

<rng:element name="handDesc">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="hands">
  <rng:ref name="data.count"/>
 </rng:attribute>
</rng:optional>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:group>
  <rng:optional>
   <rng:ref name="summary"/>
  </rng:optional>
  <rng:oneOrMore>
   <rng:ref name="handNote"/>
  </rng:oneOrMore>
 </rng:group>
</rng:choice>
</rng:element>
element handDesc
{
   att.global.attributes,
   attribute hands { data.count }?,
   ( model.pLike+ | ( summary?, handNote+ ) )
}
Ejemplo
<handDesc>
 <handNote scope="major">Written throughout in <term>angelicana formata</term>.</handNote>
</handDesc>
Ejemplo
<handDesc hands="2">
 <p>The manuscript is written in two contemporary hands, otherwise
   unknown, but clearly those of practised scribes. Hand I writes
   ff. 1r-22v and hand II ff. 23 and 24. Some scholars, notably
   Verner Dahlerup and Hreinn Benediktsson, have argued for a third hand
   on f. 24, but the evidence for this is insubstantial.</p>
</handDesc>