<msIdentifier>
<msIdentifier> (identifiant du manuscrit) Contient les informations requises pour identifier le manuscrit en cours de description. [10.4 The Manuscript Identifier] | |
Module | msdescription — 10 Manuscript Description |
Attributs | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
Utilisé par | |
Contenu dans | |
Peut contenir | header: idno msdescription: altIdentifier collection institution msName repository |
Declaration |
element msIdentifier { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( ( model.placeNamePart_sequenceOptional, institution?, repository?, collection*, idno? ), ( msName | altIdentifier )* ) } |
Schematron | <s:report test="local-name(*[1])='idno' or local-name(*[1])='altIdentifier' or .=''">You must supply either a locator of some type or a name</s:report> |
Exemple | <msIdentifier> <country>France</country> <settlement>Paris</settlement> <repository xml:lang="fr">Bibliothèque nationale de France. Réserve des livres rares></repository> <idno>B- 73</idno> <!-- dans le cas des recueils : cote uniquement sans les sous-cotes --> <altIdentifier> <idno>B-121</idno> <note> Cote de la bibliothèque royale au XVIIIe siècle (inscrite à l'encre, sur la doublure de tabis).</note> </altIdentifier> <altIdentifier> <idno>Double de B. 274. A (Réserve)</idno> <note>Cote inscrite face à la page de titre, en remplacement de la cote "1541", barrée</note> </altIdentifier> </msIdentifier> |