Esempio: <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.5.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>

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

<unit>

<measure>
 <num>2</num>
 <unit>kg</unit>
</measure>

<unit>

<measure type="value">
 <num>3</num>
 <unit type="timeunit="min">minute</unit>
</measure>

<unit>

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

<unit>

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

<unit>

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