<handShift>

<handShift> (handwriting shift) テキストにおける新しい筆致の始まり、または筆写者の仕事の開始を示す。 [11.3.2.1 Document Hands]
モジュール transcr — Representation of Primary Sources
属性
new⚓︎ 当該新しい筆致を特定する。
状態 推薦される
データ型 teidata.pointer
クラブのメンバー
上位
analysis: cl pc phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
下位 空要素
解説

当該handShift要素は、文書中における筆致の変わり目(ある筆 写者から別の筆写者、または、ある書記スタイルから別の書記スタイル への変化)を示すために使われるかもしれない。または、同じ筆致にお いても、書記スタイルや、文字、インクの変わり目を示すために使われ るかもしれない。

<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>
Content model
<content>
 <empty/>
</content>
宣言
<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
}