<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
ひとつ以上のコード.このコードは,TEIヘダーの要素textClassにあるテキスト分類要素への識別子である.
当該モジュールを使用するもの
下位
宣言

<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=""/>
  </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?, ( model.pLike+ | ( model.msItemPart | model.global )+ ) )
}
<msItem>
 <locus>ff. 1r-24v</locus>
 <title>Agrip af Noregs konunga sögum</title>
 <incipit>regi oc h<expan>ann</expan> setiho
 <gap reason="illegibleextent="7"/>sc
   heim se<expan>m</expan> þio</incipit>
 <explicit>h<expan>on</expan> hev<expan>er</expan>
  <expan>oc</expan>þa buit hesta .ij. aNan viþ
   fé enh<expan>on</expan>o<expan>m</expan> aNan til
   reiþ<expan>ar</expan>
 </explicit>
 <textLang mainLang="ONI">Old Norse/Icelandic</textLang>
</msItem>