<listNym>

<listNym> (list of canonical names) 包含一正式名稱列表,即任何事物的標準名稱。 13.3.5 Names and Nyms
組件namesdates — 13 Names, Dates, People, and Places
屬性 att.typed (@type, @subtype) att.declarable (@default)
屬於
可包含
core: head
宣告

<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 )* )
}
例子
<listNym type="floral">
 <nym xml:id="zh-tw_ROSE">
  <form>玫瑰</form>
 </nym>
 <nym xml:id="zh-tw_ORCHID">
  <form>蘭花</form>
  <etym>多年生草本植物,葉細長而尖,春天開花,味清香。</etym>
 </nym>
 <nym xml:id="zh-tw_HTHR">
  <form>Heather(石南屬植物)</form>
 </nym>
</listNym>