<msContents>

<msContents> (manuscript contents) 描述手稿或手稿部分的智慧內容,可以是一系列的文字段落,或是一系列有組織的手稿項目。 10.6 Intellectual Content
組件msdescription — 10 Manuscript Description
屬性 att.msExcerpt (@defective)
class標明適合的文字類型或分類。
狀態 非必備的
資料類型

<rng:ref name="data.code"/>
data.code
One or more codes, each of which is used as the identifier for a text classification element supplied in the TEI Header textClass element.
屬於
可包含
core: p
linking: ab
textstructure: titlePage
宣告

<rng:element name="msContents">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.msExcerpt.attributes"/>
<rng:optional>
 <rng:attribute name="class">
  <rng:ref name="data.code"/>
 </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.msExcerpt.attributes,
   attribute class { data.code }?,
   (
      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>