<msItemStruct>

<msItemStruct> (구조화된 원고 항목) 원고 또는 원고 일부의 지적 내용 내에서 개별 작품 또는 항목에 대한 구조화된 기술을 포함한다. [10.6.1 The msItem and msItemStruct Elements]
모듈msdescription — 10 Manuscript Description
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.msExcerpt (@defective)
class이 항목에 적용 가능한 텍스트 유형 또는 분류를 표시한다.
상태 수의적
자료 유형 1–∞ 출현 

<rng:ref name="data.pointer"/>
data.pointer
공백문자로 분리됨
One or more pointers indicating a classification for the item, as supplied for example by the textClass element.
에 의해 사용된
에 의해 포함된
포함할 수 있다
선언

<rng:element name="msItemStruct">
 <rng:ref name="att.global.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.msExcerpt.attributes"/>
 <rng:optional>
  <rng:attribute name="class">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="data.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:group>
  <rng:optional>
   <rng:ref name="locus"/>
  </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:ref name="bibl"/>
    </rng:zeroOrMore>
    <rng:zeroOrMore>
     <rng:ref name="filiation"/>
    </rng:zeroOrMore>
    <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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.msExcerpt.attributes,
   attribute class { list { data.pointer+ } }?,
   (
      locus?,
      (
         model.pLike+
       | (
            author*,
            respStmt*,
            title*,
            rubric?,
            incipit?,
            msItemStruct*,
            explicit?,
            finalRubric?,
            colophon*,
            decoNote*,
            listBibl*,
            bibl*,
            filiation*,
            model.noteLike*,
            textLang?
         )
      )
   )
}
<msItemStruct n="2" defective="false" class="biblComm">
 <locus from="24v" to="97v">24v-97v</locus>
 <author>Apringius de Beja</author>
 <title type="uniform" xml:lang="la">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>