<msItemStruct>

<msItemStruct> 包含某單一作品或項目的結構性描述,該作品或項目存在於手稿或手稿部分的智慧內容中。 [10.6.1 The msItem and msItemStruct Elements]
組件msdescription — 10 Manuscript Description
屬性att.global (@xml:id, @n, @xml:lang, @rend, @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:ref name="data.pointer"/>
    <rng:zeroOrMore>
     <rng:ref name="data.pointer"/>
    </rng:zeroOrMore>
   </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, data.pointer* } }?,
   (
      locus?,
      (
         model.pLike+
       | (
            author*,
            respStmt*,
            title*,
            rubric?,
            incipit?,
            msItemStruct*,
            explicit?,
            finalRubric?,
            colophon*,
            decoNote*,
            listBibl*,
            bibl*,
            filiation*,
            model.noteLike*,
            textLang?
         )
      )
   )
}
例子
<msItemStruct>
 <locus from="1" to="4">pp.1-4</locus>
 <author>不詳</author>
 <title xml:lang="zh-TW">麻薯舊社屯外委潘清章等立招給墾批總約字</title>
 <rubric>4號,第九例。</rubric>
 <finalRubric>代筆社記</finalRubric>
 <bibl>
  <ref
    target="http://catalog.ndap.org.tw/?URN=2155368">
數位典藏聯合目錄</ref>,國立臺灣大學圖書館管理</bibl>
 <textLang mainLang="zh-tw">繁體中文</textLang>
</msItemStruct>