Example: <listNym> (list of canonical names)

These search results reproduce every example of the use of <listNym> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <listNym> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

13 Names, Dates, People, and Places


13.3.5 Names and Nyms

<listNym>
 <nym xml:id="N123">
  <form>Antony</form>
 </nym>
<!-- other nym definitions here -->
</listNym>

<listNym>

<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>

<listNym>

<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>

<listNym>

<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>