<handDesc>

<handDesc> 手稿中使用的所有不同書寫種類的描述。 [10.7.2 Writing, Decoration, and Other Notations]
組件 msdescription — Manuscript Description
屬性
hands⚓︎ (hands) 說明在手稿中可清楚識別的書寫者人數。
狀態 非必備的
資料類型 teidata.count
俱乐部会员
可包含在於
msdescription: physDesc
可包含
core: p
header: handNote
linking: ab
msdescription: summary
例子
<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>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="summaryminOccurs="0"/>
   <elementRef key="handNoteminOccurs="1"
    maxOccurs="unbounded"/>

  </sequence>
 </alternate>
</content>
宣告
<rng:element name="handDesc">
 <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:optional>
  <rng:attribute name="hands">
   <rng:ref name="teidata.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.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,
   attribute hands { teidata.count }?,
   ( model.pLike+ | ( summary?, handNote+ ) )
}