<msPart>
| <msPart> (manuscript part) 元々は別のものであったものを,新しくひとつにまとめ直された手書き資料 の情報を示す. 10.10 Manuscript Parts | |
| モジュール | 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)) | 
| 当該モジュールを使用するもの | |
| 上位 | |
| 下位 | |
| 宣言 | 
 element msPart { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.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> | 
