<msIdentifier>
<msIdentifier> (identificador del manuscrito) contiene la información necesaria para identificar el manuscrito que se examina. [10.4 The Manuscript Identifier] | |
Módulo | msdescription — Manuscript Description |
Atributos | 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)) |
Miembro de | |
Contenido en | |
Puede contener |
header: idno
msdescription: altIdentifier collection institution msName repository
namesdates: bloc country district geogName objectName placeName region settlement
|
Ejemplo |
<msIdentifier>
<settlement>San Marino</settlement> <repository>Huntington Library</repository> <idno>MS.El.26.C.9</idno> </msIdentifier> |
Schematron |
<s:report test="not(parent::tei:msPart) and (local-name(*[1])='idno' or local-name(*[1])='altIdentifier' or normalize-space(.)='')">An msIdentifier must contain either a repository or location.</s:report> |
Content model |
<content> |
Declaración |
<rng:element name="msIdentifier"> element msIdentifier { 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, ( ( placeName?, bloc?, country?, region?, settlement?, district?, geogName?, institution?, repository?, collection*, idno* ), ( msName | objectName | altIdentifier )* ) } |