<listNym>

<listNym> (list of canonical names) contiene una lista de nyms, es decir, nombres estándard para cualquier cosa. 13.3.5 Names and Nyms
Módulonamesdates — 13 Names, Dates, People, and Places
Atributos att.typed (@type, @subtype) att.declarable (@default)
Used bylistNym model.listLike
May contain
core: head
Declaración
element listNym
{
   att.global.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   ( model.headLike*, ( nym | listNym )+, ( relationGrp | relation )* )
}
Ejemplo
<listNym type="floral">
 <nym xml:id="ROSE">
  <form>Rose</form>
 </nym>
 <nym xml:id="DAISY">
  <form>Daisy</form>
  <etym>Contraction of <mentioned>day's eye</mentioned>
  </etym>
 </nym>
 <nym xml:id="HTHR">
  <form>Heather</form>
 </nym>
</listNym>
Nota
The type attribute may be used to distinguish lists of names of a particular type if convenient.