<msDesc>

<msDesc> 包含單一份可識別手稿的描述。 [10.1 Overview]
組件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)) att.sortable (@sortKey)
屬於
可包含在於
可包含
宣告

<rng:element name="msDesc">
 <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:ref name="att.sortable.attributes"/>
 <rng:group>
  <rng:ref name="msIdentifier"/>
  <rng:zeroOrMore>
   <rng:ref name="model.headLike"/>
  </rng:zeroOrMore>
  <rng:choice>
   <rng:oneOrMore>
    <rng:ref name="model.pLike"/>
   </rng:oneOrMore>
   <rng:group>
    <rng:optional>
     <rng:ref name="msContents"/>
    </rng:optional>
    <rng:optional>
     <rng:ref name="physDesc"/>
    </rng:optional>
    <rng:optional>
     <rng:ref name="history"/>
    </rng:optional>
    <rng:optional>
     <rng:ref name="additional"/>
    </rng:optional>
    <rng:zeroOrMore>
     <rng:ref name="msPart"/>
    </rng:zeroOrMore>
   </rng:group>
  </rng:choice>
 </rng:group>
</rng:element>
element msDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.sortable.attributes,
   (
      msIdentifier,
      model.headLike*,
      (
         model.pLike+
       | ( msContents?, physDesc?, history?, additional?, msPart* )
      )
   )
}
例子
<msDesc>
 <msIdentifier>
  <settlement>台北</settlement>
  <repository>CBETA</repository>
  <idno type="cbeta">Taisho Tripitaka Vol. T08, No. 230</idno>
 </msIdentifier>
 <msContents>
  <msItem>
   <author>唐玄奘</author>
   <title>大般若波羅蜜多經電子版本</title>
  </msItem>
 </msContents>
 <physDesc>
  <objectDesc>
   <p>總共有600卷</p>
   <p>亦收錄於高麗藏、嘉興藏、永樂北藏、永樂南藏、乾隆藏、佛教大藏經、中華藏...等。</p>
   <p>唯獨新纂卍續藏未收錄此經</p>
  </objectDesc>
 </physDesc>
</msDesc>