<msName>

<msName> (autre nom) contient un autre nom, dans une forme libre, utilisé pour désigner le manuscrit, tel qu'un surnom ou un ‘ocellus nominum’. [10.4 The Manuscript Identifier]
Module msdescription — Manuscript Description
Attributs
Contenu dans
msdescription: msIdentifier
namesdates: objectIdentifier
Peut contenir
core: name rs
gaiji: g
des données textuelles
Exemple
<msName>The Vercelli Book</msName>
<!--NOTE : LA TRADUCTION DE MSNAME EST A REPRENDRE-->
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="rs"/>
  <elementRef key="name"/>
 </alternate>
</content>
Schéma Declaration
<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 )*
}