Ejemplo: <measure> (measure)
These search results reproduce every example of the use of <measure> 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 <measure> 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
- 2 The TEI Header
- 9 Computer-mediated Communication
- 11 Manuscript Description
- 14 Names, Dates, People, and Places
3 Elements Available in All TEI Documents
<list type="gloss">
<label>Age</label>
<item>Unimportant</item>
<label>Head</label>
<item>Small and round</item>
<label>Eyes</label>
<item>Green</item>
<label>Complexion</label>
<item>White</item>
<label>Hair</label>
<item>yellow</item>
<label>Features</label>
<item>Mobile</item>
<label>Neck</label>
<item>
<measure>13¾"</measure>
</item>
<label>Upper arm</label>
<item>
<measure>11"</measure>
</item>
<!--...-->
</list>
<!-- ... -->
</div>
<item>
<measure type="volume" quantity="2"
unit="bag" commodity="hops">ii bags hops</measure>
</item>
<item>
<measure type="volume" quantity="6"
unit="truss" commodity="cloth">six trusses Woolen and linen goods</measure>
</item>
<item>
<measure type="weight" quantity="5"
unit="ton" commodity="coal">5 tonnes coale</measure>
</item>
</list>
<lb/>holding <measure unit="mL" commodity="blood"
min="85.2">more than three ounces</measure>.
[...] Then
<lb/>we may suppose in man that a single heart beat
<lb/>would force out either
<measure unit="mL" commodity="blood"
max="13.2" min="3.7">a half ounce, three drams,
<lb/>or even one dram of blood</measure>, which because of the
<lb/>valvular block could not flow back that way into
<lb/>the heart.</p>
<measure type="height" quantity="14">xiv</measure>
<measure type="width" quantity="5">v</measure>
<measure type="depth" quantity="10">x</measure>
</measureGrp>
<num>1</num>, <num>2</num>, <num>5</num>, <num>7</num>
<unit type="length" unit="mm">millimètres</unit>
</measure>
<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> (en)
commodity="rum">2 score hh rum</measure>
<measure quantity="12" unit="count"
commodity="roses">1 doz. roses</measure>
<measure quantity="1" unit="count"
commodity="tulips">a yellow tulip</measure>
<measure> (en)
<p>Speakers will be given 30 minutes each: 20 minutes for
presentation, 10 minutes for discussion. Proposals should not
exceed <measure max="500" unit="count"
commodity="words">500
words</measure>. This presentation type is suitable for
substantial research, theoretical or critical discussions.</p>
<measure> (fr)
<num>2</num> kilos de sucre
</measure>
<measure type="currency">16,99 € </measure>
<measure type="area">5 hectares</measure>
<measure> (fr)
commodity="vin">un hectolitre de vin</measure>
<measure quantity="12" unit="nombre"
commodity="rose">1 douzaine de roses</measure>
<measure quantity="1" unit="liquide"
commodity="moule"> un litre de moules </measure>
<measure> (zh-TW)
<num>1</num>市斤豬肉
</measure>
<measure type="currency">人民幣20元</measure>
<measure type="area">一個巴掌大小</measure>
<measure> (zh-TW)
commodity="vegetable">一台斤青菜</measure>
<measure quantity="12" unit="count"
commodity="roses">一打玫瑰</measure>
<measure quantity="1" unit="count"
commodity="tulips">一朵黃色鬱金香</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)
<num>3</num>
<unit type="time" unit="min">minute</unit>
</measure>
<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>
1 The TEI Infrastructure
att.ranging (en)
Europe since 1986, and since 1992 has provided <measure atLeast="120000000" unit="USD"
commodity="currency">more than
$120m</measure> in aid to Ukrainians.
att.measurement (en)
<!-- regularization:-->
So weren't you gonna buy <measure quantity="0.5" unit="gal"
commodity="ice cream">half
a gallon</measure>, baby
</l>
<l>
<!-- normalization: -->
So won't you go and buy <measure quantity="1.893" unit="L"
commodity="ice cream">half
a gallon</measure>, baby?
</l>
att.measurement (en)
<!-- regularization:-->So weren't you gonna buy <measure quantity="0.5" unit="gal"
commodity="icecream">half a gallon</measure>, baby
</l>
<l>
<!-- normalization: -->So won't you go and buy <measure quantity="1.893" unit="L"
commodity="icecream">half a gallon</measure>,
baby?
</l>
2 The TEI Header
<measure unit="MiB" quantity="4.2">About four megabytes</measure>
<measure unit="pages" quantity="245">245 pages of source
material</measure>
</extent>
<extent> (en)
<measure unit="MiB" quantity="4.2">About four megabytes</measure>
<measure unit="pages" quantity="245">245 pages of source
material</measure>
</extent>
<extent> (de)
<measure unit="MiB" quantity="4.2">Ungefähr vier Megabyte</measure>
<measure unit="pages" quantity="245">Textumfang 245 Seiten</measure>
</extent>
9 Computer-mediated Communication
9.5.1 Documenting the Source of a Corpus of CMC data
<biblFull>
<titleStmt>
<title>German Wikipedia Data Dump of 2019-08-01</title>
</titleStmt>
<editionStmt>
<edition>Dump file in XML (compressed)</edition>
</editionStmt>
<extent>
<measure unit="GiB" quantity="7.9"/>
</extent>
<publicationStmt>
<publisher>Wikimedia Foundation, Inc.</publisher>
<pubPlace>
<ptr target="https://dumps.wikimedia.org/"/>
</pubPlace>
<date when="2019-08-01">01 Aug 19</date>
<idno type="dump-filename">dewiki-2019-08-01-pages-meta-current</idno>
</publicationStmt>
</biblFull>
</sourceDesc>
11 Manuscript Description
<measure type="composition" unit="leaf"
quantity="10">10 Bl.</measure>
<measure type="height" quantity="37"
unit="cm">37</measure> x <measure type="width" quantity="29"
unit="cm">29</measure> cm
</extent>
14 Names, Dates, People, and Places
<measure>20 km</measure>
<offset>north of</offset>
<settlement type="city">Paris</settlement>
</placeName>
<measure unit="km" quantity="17.7">11 miles</measure>
<offset>Northwest of</offset>
<settlement type="city">Providence</settlement>, <region type="state">RI</region>
</placeName>
<placeName> (fr)
<measure>2,5 milles</measure>
<offset>à l'ouest de la </offset>
<settlement>Pointe du Raz</settlement>
</placeName>
<placeName> (zh-TW)
<settlement>烏魯木齊</settlement>
<offset>北邊</offset>
<measure>十哩</measure>
</placeName>
<placeName> (en)
<measure>10 miles</measure>
<offset>Northeast of</offset>
<settlement>Attica</settlement>
</placeName>
14.3.4.1 Varieties of Location
<placeName notAfter="1969">Yasgur's Farm</placeName>
<placeName notBefore="1969">Woodstock Festival Site</placeName>
<location>
<measure>one mile</measure>
<offset>north west of</offset>
<settlement>Bethel</settlement>
<region>New York</region>
</location>
</place>
<!-- ========= events ========= -->
<listEvent>
<event xml:id="DB-3F" where="#WWIIEast"
when="1942-01">
<head>Luftwaffe shoots down Ilyushin Il-4</head>
<head type="short">DB-3F</head>
<ab type="altitude">
<measure unit="m" quantity="7000"/>
</ab>
<ab type="survivor">
<persName ref="#p-IC">Іван Чиссов</persName>
</ab>
</event>
<event xml:id="SCP" where="#l-GSN"
when="1943-01-03">
<head>Snap, Crackle, Pop is shot down by German flak</head>
<head type="short">B-17</head>
<ab type="altitude">
<measure unit="m" quantity="6700"/>
</ab>
<ab type="survivor">
<persName ref="#p-AM">Alan Magee</persName>
</ab>
</event>
<event xml:id="DS664" where="#l-Obe"
when="1944-03-24">
<head>Avro Lancaster shot down by Junkers Ju 88</head>
<head type="short">Lancaster</head>
<ab type="altitude">
<measure unit="m" quantity="5490"/>
</ab>
<ab type="survivor">
<persName ref="#p-NA">Nicholas Alkemade</persName>
</ab>
</event>
<event xml:id="LANSA508" where="#l-PI"
when="1971-12-04">
<head>LANSA 508 struck by lightning</head>
<head type="short">Amazon rainforest</head>
<ab type="altitude">
<measure unit="m" quantity="3000"/>
</ab>
<ab type="survivor">
<persName ref="#p-JK">Juliane Diller (née Koepcke)</persName>
</ab>
</event>
<event xml:id="jat367" where="#l-Seb"
when="1972-01-26T16:01:29Z">
<head>Bombing of Yugoslav Airlines Flight 367</head>
<head type="short">JAT 367</head>
<ab type="altitude">
<measure unit="m" quantity="10050"/>
</ab>
<ab type="survivor">
<persName ref="#p-VV">Весна Вуловић</persName>
</ab>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/JAT_Flight_367"/>
</event>
<event xml:id="BG" where="#l-KorZ"
when="1996">
<head>SAS parachute failure</head>
<head type="short">Bear Grylls</head>
<ab type="altitude">
<measure unit="m" quantity="4877"/>
</ab>
<ab type="survivor">
<persName ref="#p-BG"/>
</ab>
</event>
<event xml:id="CM" where="#l-Joh"
when="2004-08-22">
<head>Johannesburg parachute failure</head>
<head type="short">Christine McKenzie</head>
<ab type="altitude">
<measure unit="m" quantity="3353"/>
</ab>
<ab type="survivor">
<persName ref="#p-CM">Christine McKenzie</persName>
</ab>
</event>
<event xml:id="JBK" where="#l-Kam"
when="2009-05">
<head>Cameraman fails to open chute</head>
<head type="short">Sport videographer</head>
<ab type="altitude">
<measure unit="m" quantity="1829"/>
</ab>
<ab type="survivor">
<persName ref="#p-JB"/>
</ab>
</event>
</listEvent>
<!-- ========= places ========= -->
<listPlace>
<place xml:id="l-GSN">
<placeName xml:lang="fr">Gare de Saint-Nazaire</placeName>
<location>
<geo>47.28657 -2.21171</geo>
</location>
</place>
<place xml:id="l-Joh">
<placeName>Johannesburg</placeName>
<location>
<country>South Africa</country>
<region type="province">Gauteng</region>
</location>
</place>
<place xml:id="l-Kam">
<placeName xml:lang="ru">Камчатке</placeName>
<location>
<country>Russia</country>
<region>Kamchatka Krai</region>
</location>
</place>
<place xml:id="l-Ken">
<country>Kenya</country>
</place>
<place xml:id="l-Obe" xml:lang="de">
<placeName>Oberkirchen</placeName>
<location>
<country>Deutschland</country>
<region type="state">Nordrhein-Westfalen</region>
<region>Arnsberg</region>
<district>Hochsauerlandkreis</district>
<settlement>Schmallenberg</settlement>
<geo cert="low">51.154 8.357</geo>
</location>
</place>
<place xml:id="l-PI" xml:lang="es">
<placeName>Puerto Inca</placeName>
<location>
<country>Peru</country>
<region>Huánuco</region>
<district>Puerto Inca</district>
</location>
</place>
<place xml:id="l-Sch">
<placeName xml:lang="de">Schmallenberg</placeName>
<placeName xml:lang="wep">Smalmereg</placeName>
<location/>
</place>
<place xml:id="l-Seb">
<placeName xml:lang="de">Sebnitz</placeName>
<location>
<geo>50.966667 14.283333</geo>
</location>
</place>
<place xml:id="l-WWIIEast">
<name>Eastern Front</name>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Eastern_Front_(World_War_II)"/>
</place>
<place xml:id="l-Zam">
<country>Zambia</country>
</place>
</listPlace>
<!-- ========= people ========= -->
<listPerson>
<person xml:id="p-VV">
<persName xml:lang="sr-Cyrl">Весна Вуловић</persName>
<persName xml:lang="sr-Latn">Vesna Vulović</persName>
<birth when="1950-01-03"/>
<death when="2016-12-23"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Vesna_Vulovi%C4%87"/>
</person>
<person xml:id="p-IC">
<persName xml:lang="uk-Cyrl">Іван Михайлович Чиссов</persName>
<persName xml:lang="ru-Cyrl">Иван Михайлович Чисов</persName>
<persName xml:lang="uk-Latn">Ivan Mikhailovich Chisov</persName>
<birth when="1916"/>
<death when="1986"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Ivan_Chisov"/>
</person>
<person xml:id="p-AM">
<persName>Alan Eugene Magee</persName>
<birth when="1919-01-13"/>
<death when="2003-12-20"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Alan_Magee"/>
</person>
<person xml:id="p-NA">
<persName>Nicholas Stephen Alkemade</persName>
<birth when="1922-12-10"/>
<death when="1987-06-22"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Nicholas_Alkemade"/>
</person>
<person xml:id="p-BG">
<persName>Edward Michael Grylls</persName>
<birth when="1974-06-07"/>
<ptr type="furtherInfo"
target="https://www.beargrylls.com/pages/about-bear-grylls"/>
</person>
<person xml:id="p-JK">
<persName>Juliane Koepcke</persName>
<birth when="1954-10-10"/>
<ptr type="furtherInfo"
target="https://en.wikipedia.org/wiki/Juliane_Koepcke"/>
</person>
<person xml:id="p-JB">
<persName>James Boole</persName>
<birth>1978, give or take a year</birth>
<ptr type="furtherInfo"
target="https://www.facebook.com/james.boole/?ref=page_internal"/>
</person>
</listPerson>
<!-- ========= conjunctions and disjunctions ========= -->
<altGrp type="location">
<alt xml:id="l-KorZ"
target="#l-Ken #l-Zam"/>
</altGrp>
</standOff>