<msPart>
<msPart> (porzione di manoscritto) contiene informazioni relative a un manoscritto o parte di manoscritto originariamente distinti ma attualmente parte di un manoscritto composito [10.10 Manuscript Parts] | |
Modulo | msdescription — Manuscript Description |
Attributi | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) |
Contenuto in | |
Può contenere | linking: ab msdescription: additional altIdentifier history msContents msIdentifier msPart physDesc |
Dichiarazione |
element msPart { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, ( ( altIdentifier | msIdentifier ), model.headLike*, ( model.pLike+ | ( msContents?, physDesc?, history?, additional?, msPart* ) ) ) } |
Schematron | The msIdentifier element is now allowed as a child of msPart, and it (with its altIdentifier children if needed) should be used instead of an altIdentifier directly within msPart. <sch:report test="child::tei:altIdentifier" role="nonfatal">WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09</sch:report> |
Esempio | <msPart> <msIdentifier> <idno>A</idno> <altIdentifier type="catalog"> <collection>Becker</collection> <idno>48, Nr. 145</idno> </altIdentifier> <altIdentifier type="catalog"> <collection>Wiener Liste</collection> <idno>4°5</idno> </altIdentifier> </msIdentifier> <head> <title xml:lang="la">Gregorius: Homiliae in Ezechielem</title> <origPlace key="tgn_7008085">Weissenburg (?)</origPlace> <origDate notBefore="0801" notAfter="0815">IX. Jh., Anfang</origDate> </head> </msPart> |
Esempio | <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> |