<msContents>

<msContents> (manuscript contents) 描述手稿或手稿部分的智慧內容,可以是一系列的文字段落,或是一系列有組織的手稿項目。 [11.6 Intellectual Content]<a href="https://translate.tei-c.org/translate.html?edit=msContents.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
組件 msdescription — Manuscript Description
屬性
可包含在於
msdescription: msDesc msFrag msPart
namesdates: object
可包含
core: p textLang
linking: ab
msdescription: msItem msItemStruct summary
textstructure: titlePage

Unless it contains a simple prose description, this element should contain at least one of the elements summary, msItem, or msItemStruct. This constraint is not currently enforced by the schema.

例子
<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>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="summaryminOccurs="0"/>
   <elementRef key="textLangminOccurs="0"/>
   <elementRef key="titlePage"
    minOccurs="0"/>

   <alternate minOccurs="0"
    maxOccurs="unbounded">

    <elementRef key="msItem"/>
    <elementRef key="msItemStruct"/>
   </alternate>
  </sequence>
 </alternate>
</content>
宣告
<rng:element name="msContents">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.msClass.attributes"/>
 <rng:ref name="att.msExcerpt.attributes"/>
 <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.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.msClass.attributes,
   att.msExcerpt.attributes,
   (
      model.pLike+
    | ( summary?, textLang?, titlePage?, ( msItem | msItemStruct )* )
   )
}