<msItem>

<msItem> 描述手稿或手稿部分的智慧內容中所包含的單一作品或項目。 10.6.1 The <msItem> and <msItemStruct> Elements
組件msdescription — 10 Manuscript Description
屬性 att.msExcerpt (@defective)
class標明適合的文字類型或分類。
狀態 非必備的
資料類型

<rng:ref name="data.code"/>
data.code
One or more codes, each of which is used as the identifier for a text classification element supplied in the TEI Header textClass element.
屬於
可包含
宣告

<rng:element name="msItem">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.msExcerpt.attributes"/>
<rng:optional>
 <rng:attribute name="class">
  <rng:ref name="data.code"/>
 </rng:attribute>
</rng:optional>
<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.msExcerpt.attributes,
   attribute class { data.code }?,
   (
      ( locus | locusGrp )*,
      (
         model.pLike+
       | ( model.titlepagePart | model.msItemPart | model.global )+
      )
   )
}
例子
<msItem>
 <locus>f.495</locus>
 <title>台灣隨筆</title>
 <incipit>幾荷蘭人由洋中來,假地日本,久而不帰,遂築城而有之。</incipit>
 <explicit>惟商舶可以航海,凡使節往來咸藉之。</explicit>
 <textLang mainLang="zh-tw">繁體中文</textLang>
</msItem>
<!-- http://catalog.ndap.org.tw/?URN=2155367 -->