<msPart>
<msPart> (partie d'un manuscrit) contient des informations sur un manuscrit distinct à l'origine, ou sur une partie d'un manuscrit, qui constitue actuellement une section d'un manuscrit composite. 10.10 Manuscript Parts | |
Module | msdescription — 10 Manuscript Description |
Utilisé par | |
Peut contenir | |
Declaration |
element msPart { att.global.attributes, ( altIdentifier, model.headLike*, ( model.pLike+ | ( msContents?, physDesc?, history?, additional?, msPart* ) ) ) } |
Exemple |
<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> |