<msPart>

<msPart> 元々は別のものであったものを,新しくひとつにまとめ直された手書き資料 の情報を示す. 10.7.6 Manuscript Parts
モジュールmsdescription — 10 Manuscript Description
属性
当該モジュールを使用するもの
下位
宣言

<rng:element name="msPart">
<rng:ref name="att.global.attributes"/>
<rng:group>
 <rng:ref name="altIdentifier"/>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:optional>
    <rng:ref name="msContents"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="physDesc"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="history"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="additional"/>
   </rng:optional>
   <rng:zeroOrMore>
    <rng:ref name="msPart"/>
   </rng:zeroOrMore>
  </rng:group>
 </rng:choice>
</rng:group>
</rng:element>
element msPart
{
   att.global.attributes,
   (
      altIdentifier,
      model.headLike*,
      (
         model.pLike+
       | ( msContents?, physDesc?, history?, additional?, msPart* )
      )
   )
}
<msDesc>
 <msIdentifier>
  <settlement>Amiens</settlement>
  <repository>Bibliothèque Municipale</repository>
  <idno>MS 3</idno>
  <msName>Maurdramnus Bible</msName>
 </msIdentifier>
<!-- other elements here -->
 <msPart>
  <altIdentifier>
   <idno>MS 6</idno>
  </altIdentifier>
<!-- other information specific to this part here -->
 </msPart>
<!-- more parts here -->
</msDesc>