<handShift>

<handShift> (reprise de main) marque le début d'une section du texte écrite par une nouvelle main ou le début d'une nouvelle séance d'écriture. [11.3.2.1 Document Hands]
Module transcr — Representation of Primary Sources
Attributs
new⚓︎ donne l'identifiant de la nouvelle main.
Statut Recommendé
Type de données teidata.pointer
Membre du
Contenu dans
analysis: cl pc phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
Peut contenir Elément vide
Note

L'élément handShiftpeut être utilisé soit pour noter un changement de main dans le document (comme le passage d'un scribe à un autre, d'un style d'écriture à un autre), soit pour indiquer un changement dans la main, comme un changement d'écriture, de caractère ou d'encre.

Exemple
<l>When wolde the cat dwelle in his ynne</l>
<handShift medium="greenish-ink"/>
<l>And if the cattes skynne be slyk <handShift medium="black-ink"/> and gaye</l>
Modèle de contenu
<content>
 <empty/>
</content>
Schéma Declaration
<rng:element name="handShift">
 <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:ref name="att.handFeatures.attributes"/>
 <rng:optional>
  <rng:attribute name="new">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element handShift
{
   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,
   att.handFeatures.attributes,
   attribute new { teidata.pointer }?,
   empty
}