Example: <num> (number)

These search results reproduce every example of the use of <num> 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 <num> 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.

3 Elements Available in All TEI Documents


<address>

<address>
 <country key="FR"/>
 <settlement type="city">Lyon</settlement>
 <postCode>69002</postCode>
 <district type="arrondissement">IIème</district>
 <district type="quartier">Perrache</district>
 <street>
  <num>30</num>, Cours de Verdun</street>
</address>

3.5.3 Numbers and Measures

<num value="33">xxxiii</num>
<num type="cardinalvalue="21">twenty-one</num>
<num type="percentagevalue="10">ten percent</num>
<num type="percentagevalue="10">10%</num>
<num type="ordinalvalue="5">5th</num>

3.5.3 Numbers and Measures

<num type="fractionvalue="0.5">one half</num>
<num type="fractionvalue="0.5">1/2</num>

<num>

<p>I reached <num type="cardinalvalue="21">twenty-one</num> on
   my <num type="ordinalvalue="21">twenty-first</num> birthday</p>
<p>Light travels at <num value="3E10">3×10<hi rend="sup">10</hi></num> cm per second.</p>

<num>

<p>Pierre eut <num type="cardinalvalue="10">dix</num>ans le jour de mon<num type="ordinalvalue="21">vingtième </num> anniversaire.</p>

<num>

<p><num type="ordinalvalue="21">第二十一</num>歲的生日那天,我變成<num type="cardinalvalue="21">二十一</num>歲了... 光以每秒<num value="10E10">10<hi rend="sup">10</hi></num> 公分移動。</p>

<measure>

<measure type="weight">
 <num>2</num> pounds of flesh</measure>
<measure type="currency">£10-11-6d</measure>
<measure type="area">2 merks of old extent</measure>

<measure>

<measure type="weight">
 <num>2</num> kilos de sucre</measure>
<measure type="currency">16,99 € </measure>
<measure type="area">5 hectares</measure>

<measure>

<measure type="weight">
 <num>1</num>市斤豬肉</measure>
<measure type="currency">人民幣20元</measure>
<measure type="area">一個巴掌大小</measure>

1 The TEI Infrastructure


att.datable.custom

<date when="1382-06-28"
 when-custom="6890-06-20datingMethod="#creationOfWorld">
μηνὶ Ἰουνίου εἰς <num>κ</num> ἔτους <num>ςωϞ</num></date>

13 Names, Dates, People, and Places


13.3.4.1 Varieties of Location

<place xml:id="BGbldgtype="building">
 <placeName>Brasserie Georges</placeName>
 <location>
  <country key="FR"/>
  <settlement type="city">Lyon</settlement>
  <district type="arrondissement">IIème</district>
  <district type="quartier">Perrache</district>
  <placeName type="street">
   <num>30</num>, Cours de Verdun</placeName>
 </location>
</place>

<location>

<place xml:id="BGbuildingtype="building">
 <placeName>Brasserie Georges</placeName>
 <location>
  <country key="FR"/>
  <settlement type="city">Lyon</settlement>
  <district type="arrondissement">IIème</district>
  <district type="quartier">Perrache</district>
  <placeName type="street">
   <num>30</num>, Cours de Verdun</placeName>
 </location>
</place>

14 Tables, Formulæ, Graphics and Notated Music


14.1.1 TEI Tables

<table>
 <head>US State populations, 1990</head>
 <row>
  <cell>
   <name>Wyoming</name>
  </cell>
  <cell>
   <num>453,588</num>
  </cell>
 </row>
 <row>
  <cell>
   <name>Alaska</name>
  </cell>
  <cell>
   <num>550,043</num>
  </cell>
 </row>
 <row>
  <cell>
   <name>Montana</name>
  </cell>
  <cell>
   <num>799,065</num>
  </cell>
 </row>
 <row>
  <cell>
   <name>Rhode Island</name>
  </cell>
  <cell>
   <num>1,003,464</num>
  </cell>
 </row>
</table>