<msContents>

<msContents> (manuscript contents) describe el contenido intelectual de un manuscrito o parte de un manuscrito, a través de párrafos o fragemtos del manuscrito. 10.6 Intellectual Content
Módulomsdescription — 10 Manuscript Description
Atributos att.msExcerpt (@defective)
classdentifica la tipología textual u otras clasificaciones aplicables al objeto en cuestión.
Estado Opcional
Tipo de datos
data.code
Valores One or more codes, each of which is used as the identifier for a text classification element supplied in the TEI Header <textClass> element.
Used bymsDesc msPart
May contain
core: p
linking: ab
Declaración
element msContents
{
   att.global.attributes,
   att.msExcerpt.attributes,
   attribute class { data.code }?,
   ( model.pLike+ | ( summary?, textLang?, ( msItem | msItemStruct )+ ) )
}
Ejemplo
<msContents>
 <p>A collection of Lollard sermons</p>
</msContents>
Ejemplo
<msContents>
 <msItem n="1">
  <locus>fols. 5r-7v</locus>
  <title>An ABC</title>
  <bibl>
   <title>IMEV</title>
   <biblScope>239</biblScope>
  </bibl>
 </msItem>
 <msItem n="2">
  <locus>fols. 7v-8v</locus>
  <title xml:lang="FR">Lenvoy de Chaucer a Scogan</title>
  <bibl>
   <title>IMEV</title>
   <biblScope>3747</biblScope>
  </bibl>
 </msItem>
 <msItem n="3">
  <locus>fol. 8v</locus>
  <title>Truth</title>
  <bibl>
   <title>IMEV</title>
   <biblScope>809</biblScope>
  </bibl>
 </msItem>
 <msItem n="4">
  <locus>fols. 8v-10v</locus>
  <title>Birds Praise of Love</title>
  <bibl>
   <title>IMEV</title>
   <biblScope>1506</biblScope>
  </bibl>
 </msItem>
 <msItem n="5">
  <locus>fols. 10v-11v</locus>
  <title xml:lang="LA">De amico ad amicam</title>
  <title xml:lang="LA">Responcio</title>
  <bibl>
   <title>IMEV</title>
   <biblScope>16 &amp; 19</biblScope>
  </bibl>
 </msItem>
 <msItem n="6">
  <locus>fols. 14r-126v</locus>
  <title>Troilus and Criseyde</title>
  <note>Bk. 1:71-Bk. 5:1701, with additional losses due to
     mutilation throughout</note>
 </msItem>
</msContents>