<msContents>

<msContents> (manuscript contents) 描述手稿或手稿部分的智慧內容,可以是一系列的文字段落,或是一系列有組織的手稿項目。 [10.6 Intellectual Content]
組件msdescription — 10 Manuscript Description
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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.msExcerpt (@defective)
class標明適合的文字類型或分類。
狀態 非必備的
資料類型 1–∞ 次可出現: 

<rng:ref name="data.pointer"/>
data.pointer
以空白鍵隔開
One or more codes, each of which is used as the identifier for a category element in a taxonomy element typically not necessarily supplied in the current document header.
屬於
可包含在於
msdescription: msDesc msPart
可包含
core: p textLang
linking: ab
msdescription: msItem msItemStruct summary
textstructure: titlePage
宣告

<rng:element name="msContents">
 <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.msExcerpt.attributes"/>
 <rng:optional>
  <rng:attribute name="class">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </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:optional>
    <rng:ref name="textLang"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="titlePage"/>
   </rng:optional>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="msItem"/>
     <rng:ref name="msItemStruct"/>
    </rng:choice>
   </rng:zeroOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element msContents
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.msExcerpt.attributes,
   attribute class { list { data.pointer+ } }?,
   (
      model.pLike+
    | ( summary?, textLang?, titlePage?, ( msItem | msItemStruct )* )
   )
}
例子
<msContents>
 <p>金剛般若波羅蜜經</p>
</msContents>
例子
<msContents>
 <msItem n="1">
  <locus>fols. 109-119</locus>
  <title>金剛般若經依天親菩薩論贊略釋秦本義記卷上</title>
  <bibl>
   <title>大正新脩大藏經第85冊</title>
   <biblScope>10</biblScope>
  </bibl>
 </msItem>
 <msItem n="2">
  <locus>fols. 120-129</locus>
  <title xml:lang="zh-TW">金剛經疏</title>
  <bibl>
   <title>大正新脩大藏經第85冊</title>
   <biblScope>10</biblScope>
  </bibl>
 </msItem>
 <msItem n="3">
  <locus>fol. 1-1070</locus>
  <title>大般若波羅蜜多經</title>
  <bibl>
   <title>大正新脩大藏經第5冊</title>
   <biblScope>1070</biblScope>
  </bibl>
 </msItem>
 <msItem n="4">
  <locus>fols. 771-775</locus>
  <title>佛說能斷金剛般若波羅蜜多經</title>
  <bibl>
   <title>大正新脩大藏經第8冊</title>
   <biblScope>6</biblScope>
  </bibl>
 </msItem>
 <msItem n="5">
  <locus>fols. 752-757</locus>
  <bibl>
   <title>金剛般若波羅蜜經</title>
   <title>大正新脩大藏經第8冊</title>
   <biblScope>6</biblScope>
  </bibl>
 </msItem>
 <msItem n="6">
  <locus>fols. 1-8</locus>
  <title>梁朝傅大士頌金剛經</title>
 </msItem>
</msContents>