<handDesc>

<handDesc> 手稿中使用的所有不同書寫種類的描述。 [10.7.2 Writing, Decoration, and Other Notations]
組件msdescription — 10 Manuscript Description
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
hands說明在手稿中可清楚識別的書寫者人數。
狀態 非必備的
資料類型

<rng:ref name="data.count"/>
data.count
屬於
可包含在於
msdescription: physDesc
可包含
core: p
header: handNote
linking: ab
msdescription: summary
宣告

<rng:element name="handDesc">
 <rng:ref name="att.global.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: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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute hands { data.count }?,
   ( model.pLike+ | ( summary?, handNote+ ) )
}
例子
<handDesc hands="1">
 <p>手稿由田代安定一人控稿,同行者包括鳥居龍藏(帝國大學人類學調查員);上領小太郎(舊民政局殖產課員);三宅驥(帝國大學職務調查員);小笠原富次郎(總統府技手殖產課員)。</p>
</handDesc>
例子
<handDesc hands="2">
 <handNote xml:id="zh-tw_TSE" medium="typescript">作者打字稿</handNote>
 <handNote xml:id="zh-tw_SM" medium="red-ink">三毛的註解</handNote>
</handDesc>