<listNym>

<listNym> (liste de noms canoniques) contient une liste de noms normalisés pour tous types d'objets. [13.3.5 Names and Nyms]
Modulenamesdates — 13 Names, Dates, People, and Places
Attributsatt.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)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey)
Utilisé par
Contenu dans
Peut contenir
Declaration

<rng:element name="listNym">
 <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:ref name="att.typed.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.headLike"/>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="nym"/>
    <rng:ref name="listNym"/>
   </rng:choice>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="listRelation"/>
    <rng:ref name="relationGrp"/>
    <rng:ref name="relation"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element listNym
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   att.sortable.attributes,
   (
      model.headLike*,
      ( nym | listNym )+,
      ( listRelation | relationGrp | relation )*
   )
}
Exemple
<listNym type="floral">
 <nym xml:id="fr_ROSE">
  <form>Rose</form>
 </nym>
 <nym xml:id="fr_DAISY">
  <form>Daisy</form>
  <etym>contraction de <mentioned>day's eye</mentioned>
  </etym>
 </nym>
 <nym xml:id="fr_HTHR">
  <form>Heather</form>
 </nym>
</listNym>
Note
L'attribut type peut être utilisé pour établir des listes par type de nom si cela présente un intérêt.