<msName>

<msName> (alternative name) 手書き資料を示す構造化されていない別名の形式を示す。例えば、 ‘ocellus nominum’などの愛称など。 [10.4 The Manuscript Identifier]
モジュール msdescription — Manuscript Description
属性
上位
msdescription: msIdentifier
namesdates: objectIdentifier
下位
core: name rs
gaiji: g
character data
<msName>The Vercelli Book</msName>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="rs"/>
  <elementRef key="name"/>
 </alternate>
</content>
宣言
<rng:element name="msName">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="rs"/>
   <rng:ref name="name"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element msName
{
   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,
   att.typed.attributes,
   ( text | model.gLike | rs | name )*
}