<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))
屬於
可包含在於
core: bibl
msdescription: msDesc msPart
可包含
宣告

<rng:element name="msIdentifier">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:group>
  <rng:group>
   <rng:ref name="model.placeNamePart_sequenceOptional"/>
   <rng:optional>
    <rng:ref name="institution"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="repository"/>
   </rng:optional>
   <rng:zeroOrMore>
    <rng:ref name="collection"/>
   </rng:zeroOrMore>
   <rng:optional>
    <rng:ref name="idno"/>
   </rng:optional>
  </rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="msName"/>
    <rng:ref name="altIdentifier"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
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>台北</settlement>
 <repository>故宮博物院</repository>
 <idno>MS.El.26.C.9</idno>
</msIdentifier>