P5 Fascicule

<msItemStruct>


msItemStruct contains a structured description for an individual work or item within the intellectual content of a manuscript or manuscript part.
Class tei.msItemPart
Declaration
element msItemStruct
{
   tei.global.attributes,
   ## () identifies the text types or classifications applicable to this
   ## item
   
   attribute class { datatype.uriList }?,
   ## () indicates whether the item being described 
   ## is defective, i.e. incomplete.
   
   attribute defective { datatype.UBoolean }?,
   (
      locus?,
      (
         tei.paragraph+
       | (
            author*,
            respStmt*,
            title*,
            rubric?,
            incipit?,
            msItemStruct*,
            explicit?,
            finalRubric?,
            colophon*,
            decoNote*,
            listBibl*,
            bibl*,
            filiation*,
            note*,
            textLang?
         )
      )
   )
}
Attributes
(In addition to global attributes and those inherited from : tei.msItemPart)
class identifies the text types or classifications applicable to this item
Status:
Datatype: datatype.uriList
Values: One or more codes, each of which is used as the identifier for a text classification element supplied in the TEI Header <textClass> element.
defective indicates whether the item being described is defective, i.e. incomplete.
Status:
Datatype: datatype.UBoolean
Default: false
Values: true, false, unknown, or unspecified
Example
 <msItemStruct n="2" defective="false" class="biblComm">
  <locus from="24v" to="97v">24v-97v</locus>
  <author>Apringius de Beja</author>
  <title type="uniform" 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="#Apringius1900">Apringius</ref>, ed. Férotin</bibl>
  <textLang langKey="#lat">Latin</textLang>
 </msItemStruct>
See further 1.6.1 The <msItem> and <msItemStruct> elements
Module msdescription