<msIdentifier>
<msIdentifier> 包含識別敘述中的手稿所需要的資訊。 [11.4 The Manuscript Identifier] | |
組件 | msdescription — Manuscript Description |
屬性 |
|
俱乐部会员 | |
可包含在於 | |
可包含 |
header: idno
msdescription: altIdentifier collection institution msName repository
namesdates: bloc country district geogName objectName placeName region settlement
|
例子 | |
Schematron |
<sch:rule context="tei:msIdentifier"> <sch:report test="not( parent::tei:msPart ) and ( child::*[1]/self::idno or child::*[1]/self::altIdentifier or normalize-space(.) eq '')">An msIdentifier must contain either a repository or location.</sch:report> </sch:rule> |
Content model |
<content> |
宣告 |
<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 )* ) } |