예: <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.
- 1 The TEI Infrastructure
- 14 Names, Dates, People, and Places
- 15 Tables, Formulæ, Graphics, and Notated Music
3 Elements Available in All TEI Documents
3.5.3 Additions, Deletions, and Omissions
<head>Tent supplies</head>
<row>
<cell>
<name>nylon tent</name>
</cell>
<cell>
<num>1</num>
</cell>
</row>
<row>
<cell>
<name>steel stakes</name>
</cell>
<cell>
<num>6</num>
</cell>
</row>
<row>
<cell>
<name>fiberglass poles</name>
</cell>
<cell>
<ellipsis>
<metamark function="ellipsis">"</metamark>
<supplied>
<num>6</num>
</supplied>
</ellipsis>
</cell>
</row>
</table>
<address> (en)
<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>
<num type="cardinal" value="21">twenty-one</num>
<num type="percentage" value="10">ten percent</num>
<num type="percentage" value="10">10%</num>
<num type="ordinal" value="5">5th</num>
<num>1</num>, <num>2</num>, <num>5</num>, <num>7</num>
<unit type="length" unit="mm">millimètres</unit>
</measure>
<unit type="rate" unit="cm/s">
<unit type="space">cm</unit> per <unit type="time">second</unit>
</unit>.</p>
<num> (en)
my <num type="ordinal" value="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> (fr)
<num> (zh-TW)
</num> 公分移動。</p>
<measure> (en)
<num>2</num> pounds of flesh
</measure>
<measure type="currency">£10-11-6d</measure>
<measure type="area" unitRef="#merk">2 <unit>merks</unit> of old extent</measure>
<!-- In the TEI Header: -->
<encodingDesc>
<unitDecl>
<unitDef xml:id="merk" type="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>
<measure> (fr)
<num>2</num> kilos de sucre
</measure>
<measure type="currency">16,99 € </measure>
<measure type="area">5 hectares</measure>
<measure> (zh-TW)
<num>1</num>市斤豬肉
</measure>
<measure type="currency">人民幣20元</measure>
<measure type="area">一個巴掌大小</measure>
<unit> (en)
<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>
<unit> (en)
<unit> (en)
<unit> (fr)
<num>1</num>, <num>2</num>, <num>5</num>, <num>7</num>
<unit type="length" unit="mm">millimètres</unit>
</measure>
<unit> (en)
<num atLeast="1.2">1.2</num> to <num atMost="5.6">5.6</num>
<unit type="velocity" unit="km/h">km/h</unit>
</measure>
<unit> (en)
<unit type="rate" unit="cm/s">
<unit type="space">cm</unit> per <unit type="time">second</unit>
</unit>.</p>
1 The TEI Infrastructure
att.datable.custom (en)
when-custom="6890-06-20" datingMethod="#creationOfWorld"> μηνὶ Ἰουνίου εἰς <num>κ</num> ἔτους <num>ςωϞ</num>
</date>
14 Names, Dates, People, and Places
14.3.4.1 Varieties of Location
<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> (en)
<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>
15 Tables, Formulæ, Graphics, and Notated Music
<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>