<altIdentifier>
<altIdentifier> (autre identifiant) Contient un autre ou un ancien identifiant pour un manuscrit, par exemple un numéro anciennement utilisé dans un catalogue. [10.4 The Manuscript Identifier] | |
Module | msdescription — Manuscript Description |
Attributs | 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)) (att.global.source (@source)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Contenu dans |
msdescription: msFrag msIdentifier
namesdates: objectIdentifier
|
Peut contenir | |
Note |
Un numéro identifiant quelconque doit être fourni s'il est connu ; si on ne le connaît pas, cela devrait être signalé. |
Exemple |
<altIdentifier>
<idno>B 106</idno> <note>Cote de la Bibliothèque royale au XVIIIe siècle.</note> </altIdentifier> |
Modèle de contenu |
<content> |
Schéma Declaration |
<rng:element name="altIdentifier"> element altIdentifier { 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, att.global.source.attributes, att.typed.attributes, att.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, ( placeName?, bloc?, country?, region?, settlement?, district?, geogName?, institution?, repository?, collection?, idno, note? ) } |