<msIdentifier>
<msIdentifier> 包含識別敘述中的手稿所需要的資訊。 [10.4 The Manuscript Identifier] | |
組件 | msdescription — Manuscript Description |
屬性 | 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)) |
俱乐部会员 | |
可包含在於 | |
可包含 | header: idno msdescription: altIdentifier collection institution msName repository |
宣告 |
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, ( ( model.placeNamePart_sequenceOptional, institution?, repository?, collection*, idno? ), ( msName | altIdentifier )* ) } |
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 of some type, or a manuscript name</s:report> |
例子 | <msIdentifier> <settlement>台北</settlement> <repository>故宮博物院</repository> <idno>MS.El.26.C.9</idno> </msIdentifier> |