<msItemStruct>

<msItemStruct> (parte strutturata di manoscritto) contiene una descrizione strutturata di una singola opera o oggetto all'interno del contenuto intellettuale di un manoscritto o di una sua parte 10.6.1 The <msItem> and <msItemStruct> Elements
Modulomsdescription — 10 Manuscript Description
Attributi att.msExcerpt (@defective)
classidentifica la tipologia testuale o altre classificazioni applicabili all'oggetto in questione
Stato Opzionale
Tipo di dati
data.code
Valori One or more codes, each of which is used as the identifier for a text classification element supplied in the TEI Header <textClass> element.
Usato damsContents msItemStruct model.msItemPart
Può contenere
Dichiarazione
element msItemStruct
{
   att.global.attributes,
   att.msExcerpt.attributes,
   attribute class { data.code }?,
   (
      locus?,
      (
         model.pLike+
       | (
            author*,
            respStmt*,
            title*,
            rubric?,
            incipit?,
            msItemStruct*,
            explicit?,
            finalRubric?,
            colophon*,
            decoNote*,
            listBibl*,
            bibl*,
            filiation*,
            model.noteLike*,
            textLang?
         )
      )
   )
}
Esempio
<msItemStruct n="2defective="falseclass="biblComm">
 <locus from="24vto="97v">24v-97v</locus>
 <author>Apringius de Beja</author>
 <title type="uniformxml:lang="lat">Tractatus in Apocalypsin</title>
 <rubric>Incipit Trac<supplied reason="omitted">ta</supplied>tus
   in apoka<lb/>lipsin eruditissimi uiri <lb/> Apringi ep<expan>iscop</expan>i
   Pacensis eccl<expan>esi</expan>e</rubric>
 <finalRubric>EXPLIC<expan>IT</expan> EXPO<lb/>SITIO APOCALIPSIS
   QVA<expan>M</expan> EXPOSVIT DOM<lb/>NVS APRINGIUS EP<expan>ISCOPU</expan>S.
   DEO GR<expan>ACI</expan>AS AGO. FI<lb/>NITO LABORE ISTO.</finalRubric>
 <bibl>
  <ref target="http://amiBibl.xml#Apringius1900">Apringius</ref>, ed. Férotin</bibl>
 <textLang mainLang="la">Latin</textLang>
</msItemStruct>