<msItem>

<msItem> (parte di manoscritto) descrive 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
Modulo msdescription — 10 Manuscript Description
Oltre agli attributi globali att.msExcerpt (@defective)
class identifica la tipologia testuale o altre classificazioni applicabili all'oggetto in questione
Stato Opzionale
Tipo di dati

<rng:ref name="data.code"/>
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 da
Può contenere
Dichiarazione

<rng:element name="msItem">
 <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:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="locus"/>
    <rng:ref name="locusGrp"/>
   </rng:choice>
  </rng:zeroOrMore>
  <rng:choice>
   <rng:oneOrMore>
    <rng:ref name="model.pLike"/>
   </rng:oneOrMore>
   <rng:oneOrMore>
    <rng:choice>
     <rng:ref name="model.titlepagePart"/>
     <rng:ref name="model.msItemPart"/>
     <rng:ref name="model.global"/>
    </rng:choice>
   </rng:oneOrMore>
  </rng:choice>
 </rng:group>
</rng:element>
element msItem
{
   att.global.attributes,
   att.msExcerpt.attributes,
   attribute class { data.code }?,
   (
      ( locus | locusGrp )*,
      (
         model.pLike+
       | ( model.titlepagePart | model.msItemPart | model.global )+
      )
   )
}
Esempio
<msItem>
 <locus>ff. 1r-24v</locus>
 <title>Agrip af Noregs konunga sögum</title>
 <incipit>regi oc h<ex>ann</ex> setiho
 <gap reason="illegible" extent="7"/>sc
   heim se<ex>m</ex> þio</incipit>
 <explicit>h<ex>on</ex> hev<ex>er</ex>
  <ex>oc</ex>þa buit hesta .ij. aNan viþ
   fé enh<ex>on</ex>o<ex>m</ex> aNan til
   reiþ<ex>ar</ex>
 </explicit>
 <textLang mainLang="non">Old Norse/Icelandic</textLang>
</msItem>