<msIdentifier>
<msIdentifier> (manuscript identifier) contains the information required to identify the manuscript or similar object being described. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributes |
|
Member of | |
Contained by | |
May contain | header: idno msdescription: altIdentifier collection institution msName repository namesdates: bloc country district geogName objectName placeName region settlement |
Example | <msIdentifier> <settlement>San Marino</settlement> <repository>Huntington Library</repository> <idno>MS.El.26.C.9</idno> </msIdentifier> |
Schematron | <sch: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.</sch:report> |
Content model | <content> |
Schema Declaration | element msIdentifier { tei_att.global.attributes, ( ( tei_placeName?, tei_bloc?, tei_country?, tei_region?, tei_settlement?, tei_district?, tei_geogName?, tei_institution?, tei_repository?, tei_collection*, tei_idno* ), ( tei_msName | tei_objectName | tei_altIdentifier )* ) } |