<listNym>

<listNym> (list of canonical names) contains a list of nyms, that is, standardized names for any thing. 13.3.5 Names and Nyms
Modulenamesdates — 13 Names, Dates, People, and Places
Attributes att.typed (@type, @subtype) att.declarable (@default)
Used by
May contain
core: head
Declaration

<rng:element name="listNym">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.declarable.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="relationGrp"/>
   <rng:ref name="relation"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element listNym
{
   att.global.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   ( model.headLike*, ( nym | listNym )+, ( relationGrp | relation )* )
}
Example
<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>
Note
The type attribute may be used to distinguish lists of names of a particular type if convenient.