<handDesc>

<handDesc> 手稿中使用的所有不同書寫種類的描述。 10.7.2 Writing, Decoration, and Other Notations
組件msdescription — 10 Manuscript Description
屬性
hands說明在手稿中可清楚識別的書寫者人數。
狀態 非必備的
資料類型

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

<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+ ) )
}
例子
<handDesc hands="1">
 <p>手稿由田代安定一人控稿,同行者包括鳥居龍藏(帝國大學人類學調查員);上領小太郎(舊民政局殖產課員);三宅驥(帝國大學職務調查員);小笠原富次郎(總統府技手殖產課員)。</p>
</handDesc>
例子
<handDesc hands="2">
 <handNote xml:id="zh-tw_TSEmedium="typescript">作者打字稿</handNote>
 <handNote xml:id="zh-tw_SMmedium="red-ink">三毛的註解</handNote>
</handDesc>