<msItemStruct>

<msItemStruct> (structured manuscript item) contains a structured description for an individual work or item within the intellectual content of a manuscript or manuscript part. [10.6.1 The msItem and msItemStruct Elements]
Modulemsdescription — Manuscript Description
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.msExcerpt (@defective)
classidentifies the text types or classifications applicable to this item by pointing to other elements or resources defining the classification concerned.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Member of
Contained by
May contain
Example
<msItemStruct n="2defective="false"
 class="#biblComm">

 <locus from="24vto="97v">24v-97v</locus>
 <author>Apringius de Beja</author>
 <title type="uniformxml:lang="la">Tractatus in Apocalypsin</title>
 <rubric>Incipit Trac<supplied reason="omitted">ta</supplied>tus
     in apoka<lb/>lipsin eruditissimi uiri <lb/> Apringi ep<ex>iscop</ex>i
     Pacensis eccl<ex>esi</ex>e</rubric>
 <finalRubric>EXPLIC<ex>IT</ex> EXPO<lb/>SITIO APOCALIPSIS
     QVA<ex>M</ex> EXPOSVIT DOM<lb/>NVS APRINGIUS EP<ex>ISCOPU</ex>S.
     DEO GR<ex>ACI</ex>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>
Content model
<content>
 <sequence>
  <alternate minOccurs="0">
   <elementRef key="locus"/>
   <elementRef key="locusGrp"/>
  </alternate>
  <alternate>
   <classRef key="model.pLike"
    minOccurs="1maxOccurs="unbounded"/>

   <sequence>
    <elementRef key="authorminOccurs="0"
     maxOccurs="unbounded"/>

    <elementRef key="respStmt"
     minOccurs="0maxOccurs="unbounded"/>

    <elementRef key="titleminOccurs="0"
     maxOccurs="unbounded"/>

    <elementRef key="rubricminOccurs="0"/>
    <elementRef key="incipitminOccurs="0"/>
    <elementRef key="msItemStruct"
     minOccurs="0maxOccurs="unbounded"/>

    <elementRef key="explicit"
     minOccurs="0"/>

    <elementRef key="finalRubric"
     minOccurs="0"/>

    <elementRef key="colophon"
     minOccurs="0maxOccurs="unbounded"/>

    <elementRef key="decoNote"
     minOccurs="0maxOccurs="unbounded"/>

    <elementRef key="listBibl"
     minOccurs="0maxOccurs="unbounded"/>

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

     <elementRef key="bibl"/>
     <elementRef key="biblStruct"/>
    </alternate>
    <elementRef key="filiation"
     minOccurs="0"/>

    <classRef key="model.noteLike"
     minOccurs="0maxOccurs="unbounded"/>

    <elementRef key="textLang"
     minOccurs="0"/>

   </sequence>
  </alternate>
 </sequence>
</content>
Schema Declaration
<rng:element name="msItemStruct">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.msExcerpt.attributes"/>
 <rng:optional>
  <rng:attribute name="class">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:optional>
   <rng:choice>
    <rng:ref name="locus"/>
    <rng:ref name="locusGrp"/>
   </rng:choice>
  </rng:optional>
  <rng:choice>
   <rng:oneOrMore>
    <rng:ref name="model.pLike"/>
   </rng:oneOrMore>
   <rng:group>
    <rng:zeroOrMore>
     <rng:ref name="author"/>
    </rng:zeroOrMore>
    <rng:zeroOrMore>
     <rng:ref name="respStmt"/>
    </rng:zeroOrMore>
    <rng:zeroOrMore>
     <rng:ref name="title"/>
    </rng:zeroOrMore>
    <rng:optional>
     <rng:ref name="rubric"/>
    </rng:optional>
    <rng:optional>
     <rng:ref name="incipit"/>
    </rng:optional>
    <rng:zeroOrMore>
     <rng:ref name="msItemStruct"/>
    </rng:zeroOrMore>
    <rng:optional>
     <rng:ref name="explicit"/>
    </rng:optional>
    <rng:optional>
     <rng:ref name="finalRubric"/>
    </rng:optional>
    <rng:zeroOrMore>
     <rng:ref name="colophon"/>
    </rng:zeroOrMore>
    <rng:zeroOrMore>
     <rng:ref name="decoNote"/>
    </rng:zeroOrMore>
    <rng:zeroOrMore>
     <rng:ref name="listBibl"/>
    </rng:zeroOrMore>
    <rng:zeroOrMore>
     <rng:choice>
      <rng:ref name="bibl"/>
      <rng:ref name="biblStruct"/>
     </rng:choice>
    </rng:zeroOrMore>
    <rng:optional>
     <rng:ref name="filiation"/>
    </rng:optional>
    <rng:zeroOrMore>
     <rng:ref name="model.noteLike"/>
    </rng:zeroOrMore>
    <rng:optional>
     <rng:ref name="textLang"/>
    </rng:optional>
   </rng:group>
  </rng:choice>
 </rng:group>
</rng:element>
element msItemStruct
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.msExcerpt.attributes,
   attribute class { list { teidata.pointer+ } }?,
   (
      ( locus | locusGrp )?,
      (
         model.pLike+
       | (
            author*,
            respStmt*,
            title*,
            rubric?,
            incipit?,
            msItemStruct*,
            explicit?,
            finalRubric?,
            colophon*,
            decoNote*,
            listBibl*,
            ( bibl | biblStruct )*,
            filiation?,
            model.noteLike*,
            textLang?
         )
      )
   )
}