<msItem>

<msItem> 描述手稿或手稿部分的智慧內容中所包含的單一作品或項目。 [10.6.1 The msItem and msItemStruct Elements]
組件 msdescription — Manuscript Description
屬性
俱乐部会员
可包含在於
msdescription: msContents msItem
可包含
例子
<msItem>
 <locus>f.495</locus>
 <title>台灣隨筆</title>
 <incipit>幾荷蘭人由洋中來,假地日本,久而不帰,遂築城而有之。</incipit>
 <explicit>惟商舶可以航海,凡使節往來咸藉之。</explicit>
 <textLang mainLang="zh-tw">繁體中文</textLang>
</msItem>
<!-- http://catalog.ndap.org.tw/?URN=2155367 -->
Content model
<content>
 <sequence>
  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <elementRef key="locus"/>
   <elementRef key="locusGrp"/>
  </alternate>
  <alternate>
   <classRef key="model.pLike"
    minOccurs="1maxOccurs="unbounded"/>

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

    <classRef key="model.titlepagePart"/>
    <classRef key="model.msItemPart"/>
    <classRef key="model.global"/>
   </alternate>
  </alternate>
 </sequence>
</content>
宣告
<rng:element name="msItem">
 <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:ref name="att.msClass.attributes"/>
 <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.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,
   att.msClass.attributes,
   (
      ( locus | locusGrp )*,
      (
         model.pLike+
       | ( model.titlepagePart | model.msItemPart | model.global )+
      )
   )
}