<msPart>
<msPart> (원고 부분) 원고 원본 또는 혼합 원고의 부분을 형성하는 원고의 부분에 관한 정보를 포함한다. 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> |