<msPart>
<msPart> 包含原為單一、現為複合手稿一部份的手稿或手稿部分的相關資訊。 10.7.6 Manuscript Parts | |
組件 | msdescription — 10 Manuscript Description |
屬性 | |
屬於 | |
可包含 | |
宣告 |
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> |