<msIdentifier>
<msIdentifier> (원고 확인소) 기술되고 있는 원고를 식별하기 위해 필요한 정보를 포함한다. [10.4 The Manuscript Identifier] | |
모듈 | msdescription — 10 Manuscript Description |
속성 | att.global (@xml:id, @n, @xml:lang, @rend, @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)) |
에 의해 사용된 | |
에 의해 포함된 | |
포함할 수 있다 | header: idno msdescription: altIdentifier collection institution msName repository |
선언 |
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> |
예 | <msIdentifier> <settlement>San Marino</settlement> <repository>Huntington Library</repository> <idno>MS.El.26.C.9</idno> </msIdentifier> |