Exemple: <unit>

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


3.6.3 Numbers and Measures

<measure type="list">
 <num>1</num>, <num>2</num>, <num>5</num>, <num>7</num>
 <unit type="lengthunit="mm">millimètres</unit>
</measure>
bibliographie ⚓︎

3.6.3 Numbers and Measures

<p>Light travels at <num value="3E10">3×10^10</num>
 <unit type="rateunit="cm/s">
  <unit type="space">cm</unit> per <unit type="time">second</unit>
 </unit>.</p>
bibliographie ⚓︎

<measure> (en)

<measure type="weight">
 <num>2</num> pounds of flesh
</measure>
<measure type="currency">£10-11-6d</measure>
<measure type="areaunitRef="#merk">2 <unit>merks</unit> of old extent</measure>
<!-- In the TEI Header: -->
<encodingDesc>
 <unitDecl>
  <unitDef xml:id="merktype="area">
   <label>merk</label>
   <placeName ref="#Scotland"/>
   <desc>A merk was an area of land determined variably by its agricultural
       productivity.</desc>
  </unitDef>
 </unitDecl>
</encodingDesc>
bibliographie Toute la liste ⚓︎

<unit> (en)

<measure>
 <num>3</num>
 <unit unitRef="#ell">ells</unit>
</measure>
<!-- In the TEI Header: -->
<encodingDesc>
 <unitDecl>
  <unitDef xml:id="ell">
   <label>ell</label>
   <placeName ref="#iceland"/>
   <desc>A unit of measure for cloth, roughly equivalent to 18 inches, or from an adult male’s elbow to the tip of the middle finger.</desc>
  </unitDef>
 </unitDecl>
</encodingDesc>
Toute la liste ⚓︎

<unit> (en)

<measure>
 <num>2</num>
 <unit>kg</unit>
</measure>
Toute la liste ⚓︎

<unit> (en)

<measure type="value">
 <num>3</num>
 <unit type="timeunit="min">minute</unit>
</measure>
Toute la liste ⚓︎

<unit>

<measure type="list">
 <num>1</num>, <num>2</num>, <num>5</num>, <num>7</num>
 <unit type="lengthunit="mm">millimètres</unit>
</measure>
Toute la liste ⚓︎

<unit> (en)

<measure type="interval">
 <num atLeast="1.2">1.2</num> to <num atMost="5.6">5.6</num>
 <unit type="velocityunit="km/h">km/h</unit>
</measure>
Toute la liste ⚓︎

<unit> (en)

<p>Light travels at <num value="3E10">3×10^10</num>
 <unit type="rateunit="cm/s">
  <unit type="space">cm</unit> per <unit type="time">second</unit>
 </unit>.</p>
Toute la liste ⚓︎