Example: <item> (item)

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

<said who="#Wilson">Spaulding, he came down into the office just this day
eight weeks with this very paper in his hand, and he says:—
<said who="#WilsonSpaulding">I wish to the Lord, Mr. Wilson, that I was a
   red-headed man.</said>
</said>
<!-- ... -->
<list type="speakers">
 <item xml:id="Wilson">Wilson</item>
 <item xml:id="WilsonSpaulding">Spaulding reported by Wilson</item>
<!-- ...-->
</list>
bibliography ⚓︎

3.6.3 Numbers and Measures

<div n="2">
 <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>
bibliography ⚓︎

3.6.3 Numbers and Measures

<list>
 <item>
  <measure type="volumequantity="2"
   unit="bagcommodity="hops">
ii bags hops</measure>
 </item>
 <item>
  <measure type="volumequantity="6"
   unit="trusscommodity="cloth">
six trusses Woolen and linen goods</measure>
 </item>
 <item>
  <measure type="weightquantity="5"
   unit="toncommodity="coal">
5 tonnes coale</measure>
 </item>
</list>
bibliography ⚓︎

3.7 Simple Links and Cross-References

<list>
 <item>Saints aid rejected in mel. <ptr target="#p299"/>
 </item>
 <item>Sallets censured <ptr target="#p143 #p144"/>
 </item>
 <item>Sanguine mel. signs <ptr target="#p263"/>
 </item>
 <item>Scilla or sea onyon, a purger of mel. <ptr target="#p442"/>
 </item>
</list>
bibliography ⚓︎

3.8 Lists

I will add two facts, which have seldom occurred in
the composition of six, or even five quartos.
<list rend="inline numbered">
 <label>(1)</label>
 <item>My first rough manuscript, without any
   intermediate copy, has been sent to the press.</item>
 <label>(2)</label>
 <item>Not a sheet has been seen by any human
   eyes, excepting those of the author and the printer:
   the faults and the merits are exclusively my own.</item>
</list>
bibliography ⚓︎

3.8 Lists

I will add two facts, which have seldom occurred in
the composition of six, or even five quartos.
<list rend="inline numbered">
 <item n="1">My first rough manuscript, without any
   intermediate copy, has been sent to the press.</item>
 <item n="2">Not a sheet has been seen by any human
   eyes, excepting those of the author and the printer:
   the faults and the merits are exclusively my own.</item>
</list>
bibliography ⚓︎

3.8 Lists

On those remote pages it is written that animals are
divided into <list rend="inline">
 <item n="a">those that belong to the Emperor, </item>
 <item n="b">embalmed ones, </item>
 <item n="c">those that are trained, </item>
 <item n="d">suckling pigs, </item>
 <item n="e">mermaids, </item>
 <item n="f">fabulous ones, </item>
 <item n="g">stray dogs, </item>
 <item n="h">those that are included in this classification, </item>
 <item n="i">those that tremble as if they were mad, </item>
 <item n="j">innumerable ones, </item>
 <item n="k">those drawn with a very fine camel's-hair brush, </item>
 <item n="l">others, </item>
 <item n="m">those that have just broken a flower vase, </item>
 <item n="n">those that resemble flies from a distance. </item>
</list>
bibliography ⚓︎

3.8 Lists

<list type="gloss">
 <head>Report of the conduct and progress of Ernest Pontifex.
   Upper Vth form — half term ending Midsummer 1851</head>
 <label>Classics</label>
 <item>Idle listless and unimproving</item>
 <label>Mathematics</label>
 <item>ditto</item>
 <label>Divinity</label>
 <item>ditto</item>
 <label>Conduct in house</label>
 <item>Orderly</item>
 <label>General conduct</label>
 <item>Not satisfactory, on account of his great
   unpunctuality and inattention to duties</item>
</list>
bibliography ⚓︎

3.8 Lists

<list type="gloss">
 <head>Unit Three — Vocabulary</head>
 <label xml:lang="la">acerbus, -a, -um </label>
 <item>bitter, harsh</item>
 <label xml:lang="la">ager, agrī, M. </label>
 <item>field</item>
 <label xml:lang="la">audiō, īre,
   īvī, ītus </label>
 <item>hear, listen (to)</item>
 <label xml:lang="la">bellum, -ī, N. </label>
 <item>war</item>
 <label xml:lang="la">bonus, -a, -um </label>
 <item>good</item>
</list>
bibliography ⚓︎

3.8 Lists

<list type="gloss">
 <head>Unit Three — Vocabulary</head>
 <label>
  <term xml:lang="la">acerbus, -a, -um</term>
 </label>
 <item>
  <gloss>bitter, harsh</gloss>
 </item>
 <label>
  <term xml:lang="la">ager, agrī, M. </term>
 </label>
 <item>
  <gloss>field</gloss>
 </item>
 <label>
  <term xml:lang="la">audiō, -īre, -īvī, -ītus</term>
 </label>
 <item>
  <gloss>hear, listen (to)</gloss>
 </item>
 <label>
  <term xml:lang="la">bellum, -ī, N. </term>
 </label>
 <item>
  <gloss>war</gloss>
 </item>
 <label>
  <term xml:lang="la">bonus, -a, -um</term>
 </label>
 <item>
  <gloss>good</gloss>
 </item>
</list>
bibliography ⚓︎

3.8 Lists

The simple, straightforward statement of an idea is
preferable to the use of a worn-out expression.
<list type="gloss">
 <headLabel>TRITE</headLabel>
 <headItem>SIMPLE, STRAIGHTFORWARD</headItem>
 <label>bury the hatchet </label>
 <item>stop fighting, make peace</item>
 <label>at loose ends </label>
 <item>disorganized</item>
 <label>on speaking terms </label>
 <item>friendly</item>
 <label>fair and square </label>
 <item>completely honest</item>
 <label>at death's door </label>
 <item>near death</item>
</list>
bibliography ⚓︎

3.8 Lists

<list type="gloss">
 <label>EVIL</label>
 <item>
  <list rend="bulleted">
   <item>I am cast upon a horrible desolate island, void
       of all hope of recovery.</item>
   <item>I am singled out and separated as it were from
       all the world to be miserable.</item>
   <item>I am divided from mankind — a solitaire; one
       banished from human society.</item>
  </list>
 </item>
 <label>GOOD</label>
 <item>
  <list rend="bulleted">
   <item>But I am alive; and not drowned, as all my
       ship's company were.</item>
   <item>But I am singled out, too, from all the ship's
       crew, to be spared from death...</item>
   <item>But I am not starved, and perishing on a barren place,
       affording no sustenances....</item>
  </list>
 </item>
</list>
bibliography ⚓︎

<list>

<list rend="numbered">
 <item>a butcher</item>
 <item>a baker</item>
 <item>a candlestick maker, with
 <list rend="bulleted">
   <item>rings on his fingers</item>
   <item>bells on his toes</item>
  </list>
 </item>
</list>
Show all ⚓︎

<list>

<list type="syllogismrend="bulleted">
 <item>All Cretans are liars.</item>
 <item>Epimenides is a Cretan.</item>
 <item>ERGO Epimenides is a liar.</item>
</list>
Show all ⚓︎

<list>

<list type="litanyrend="simple">
 <item>God save us from drought.</item>
 <item>God save us from pestilence.</item>
 <item>God save us from wickedness in high places.</item>
 <item>Praise be to God.</item>
</list>
Show all ⚓︎

<list> (fr)

<list rend="bulleted">
 <item>Thé sans sucre et sans lait </item>
 <item>Un jus d'ananas</item>
 <item>Un yaourt</item>
 <item>Trois biscuits de seigle </item>
 <item>Carottes râpées</item>
 <item>Côtelettes d'agneau (deux)</item>
 <item>Courgettes</item>
 <item>Chèvre frais </item>
 <item>Coings</item>
</list>
bibliography Show all ⚓︎

<list> (fr)

<div>
 <p> Selon des critères qui n'appartiennent qu'à lui, Rémi Plassaert a classé ses buvards
   en huit tas respectivement surmontés par :</p>
 <list rend="bulleted">
  <item>un toréador chantant (dentifrice émail Diamant)</item>
  <item>un tapis d'Orient du XVIIe siècle, provenant d'une basilique de Transylvanie
     (Kalium-Sedaph, soluté de propionate de potassium)</item>
  <item>Le Renard et la Cicogne (sic), gravure de Jean-Baptiste Oudry (Papeteries
     Marquaize, Stencyl, Reprographie)</item>
 </list>
</div>
bibliography Show all ⚓︎

<list> (fr)

<div>
 <p> [...] et tout autour, la longue cohorte de ses personnages, avec leur histoire, leur
   passé, leurs légendes :</p>
 <list rend="numbered">
  <item n="1">Pélage vainqueur d'Alkhamah se faisant couronner à Covadonga </item>
  <item n="2">La cantatrice exilée de Russie suivant Schönberg à Amsterdam</item>
  <item n="3">Le petit chat sourd aux yeux vairons vivant au dernier étage</item>
  <item n="4">Le crétin chef d'îlot faisant préparer des tonneaux de sable</item>
 </list>
</div>
bibliography Show all ⚓︎

<list> (zh-TW)

<list rend="numbered">
 <item>一個屠夫</item>
 <item>一個糕點師父</item>
 <item>一個燭台工人<list rend="bulleted">
   <item>手上戴了戒指</item>
   <item>腳趾上有鈴鐺</item>
  </list>
 </item>
</list>
Show all ⚓︎

<list> (zh-TW)

<div1 type="section">
 <head>青年守則</head>
 <list rend="numbered">
  <item n="1">守則一至五條包括八德:<list rend="numbered">
    <item n="1.1">一、忠勇為愛國之本 。</item>
    <item n="1.2">二、服從為負責之本。</item>
    <item n="1.3">三、孝順為齊家之本。</item>
    <item n="1.4">四、勤儉為服務之本。</item>
    <item n="1.5">五、仁愛為接物之本。</item>
   </list>
  </item>
  <item n="2">六至九條意指四維:<list rend="numbered">
    <item n="2.1">六、整潔為強身之本。</item>
    <item n="2.2">七、信義為立業之本。</item>
    <item n="2.3">八、助人為快樂之本。</item>
    <item n="2.4">九、和平為處世之本</item>
   </list>
  </item>
  <item n="3">十至十二條就是三達德:<list rend="numbered">
    <item n="3.1">十、學問為濟世之本。</item>
    <item n="3.2">十一、禮節為治事之本。</item>
    <item n="3.3">十二、有恆為成功之本。</item>
   </list>
  </item>
 </list>
</div1>
bibliography Show all ⚓︎

<list> (zh-TW)

<p>我們二人謹定于2008年7月3日正午十二時,在台北舉行結婚典禮,寫下海誓山盟,終身遵守,在婚姻路上,共同經營,災難病情,互相扶持,永不分離。并就下列事項,立下承諾,即令滄海化為桑田,桑田再變為滄海,也要攜手共進,相親相愛,直到白頭。<list rend="simple">
  <item>我們宣誓:從結婚這一天開始,不但成為夫妻,互相敬愛,分擔對方的快樂和憂愁,也同時成為朋友,而且是諍友,互相勉勵,互相規勸,互相批評。</item>
  <item>我們領悟:愉快的共同生活,全靠心靈溝通,所以,我們一定善用言語,不僅表達愛心、關心,也使彼此藉語言加深了解,一起成長。絕不粗聲叱責,絕不用肢體代替言語,絕不允許發生婚姻暴力。 </item>
  <item>我們認知:家庭與事業是夫妻共同經營的果實,夫妻對家庭的貢獻等值,在家庭內或社會上,價值完全相同,社會工作薪俸無論多少,家務工作的薪俸都與其相同。</item>
  <item>我們同意:將來我們有子女,管教上如果有不同的意見,甚至尖銳對立的意見,一定要克制自己,去請教專家,絕不把孩子當成實現自己希望的工具,也絕不用孩子來炫耀自己。 </item>
  <item>我們認為:一夫一妻制,是社會安定的磐石,是孩子們成長最安全的溫床,我們喜愛并尊重這種制度,并用事實和行動,維護它的尊嚴。</item>
  <item>我們警惕:婚姻生活并不多彩多姿,它不但平凡,而且瑣碎,如果不滋養珍惜,容易使生命憔悴,心靈粗俗,所以生活之中,我們一定保持適度的假期,與孩子一起長大。</item>
  <item>我們謹記:我們孝敬自己的父母,也孝敬對方的父母,不僅是回報養育之恩,也是培養自己人格的完整,為我們的下一代立下榜樣。 </item>
  <item>我們了解:我們將來會老,所以,我們從結婚這一天,就培養專業之外的其它藝朮興趣,如書、畫、音樂,使我們生命永遠充實燦爛。 </item>
 </list>
</p>
bibliography Show all ⚓︎

<list>

<div1 type="section">
 <head>Athelstan's Ordinance</head>
 <list rend="numbered">
  <item n="1">Concerning thieves. First, that no thief is to be spared who is caught with
     the stolen goods, [if he is] over twelve years and [if the value of the goods is] over
     eightpence.
  <list rend="numbered">
    <item n="1.1">And if anyone does spare one, he is to pay for the thief with his
         wergild — and the thief is to be no nearer a settlement on that account — or to
         clear himself by an oath of that amount.</item>
    <item n="1.2">If, however, he [the thief] wishes to defend himself or to escape, he is
         not to be spared [whether younger or older than twelve].</item>
    <item n="1.3">If a thief is put into prison, he is to be in prison 40 days, and he may
         then be redeemed with 120 shillings; and the kindred are to stand surety for him
         that he will desist for ever.</item>
    <item n="1.4">And if he steals after that, they are to pay for him with his wergild,
         or to bring him back there.</item>
    <item n="1.5">And if he steals after that, they are to pay for him with his wergild,
         whether to the king or to him to whom it rightly belongs; and everyone of those who
         supported him is to pay 120 shillings to the king as a fine.</item>
   </list>
  </item>
  <item n="2">Concerning lordless men. And we pronounced about these lordless men, from whom
     no justice can be obtained, that one should order their kindred to fetch back such a
     person to justice and to find him a lord in public meeting.
  <list rend="numbered">
    <item n="2.1">And if they then will not, or cannot, produce him on that appointed day,
         he is then to be a fugitive afterwards, and he who encounters him is to strike him
         down as a thief.</item>
    <item n="2.2">And he who harbours him after that, is to pay for him with his wergild
         or to clear himself by an oath of that amount.</item>
   </list>
  </item>
  <item n="3">Concerning the refusal of justice. The lord who refuses justice and upholds
     his guilty man, so that the king is appealed to, is to repay the value of the goods and
     120 shillings to the king; and he who appeals to the king before he demands justice as
     often as he ought, is to pay the same fine as the other would have done, if he had
     refused him justice.
  <list rend="numbered">
    <item n="3.1">And the lord who is an accessory to a theft by his slave, and it becomes
         known about him, is to forfeit the slave and be liable to his wergild on the first
         occasionp if he does it more often, he is to be liable to pay all that he owns.</item>
    <item n="3.2">And likewise any of the king's treasurers or of our reeves, who has been
         an accessory of thieves who have committed theft, is to liable to the same.</item>
   </list>
  </item>
  <item n="4">Concerning treachery to a lord. And we have pronounced concerning treachery to
     a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is
     afterwards convicted at the three-fold ordeal.</item>
 </list>
</div1>
Show all ⚓︎

<list> (de)

<div1 type="section">
 <head>Athelstan's Ordinance</head>
 <list rend="numbered">
  <item n="1">Concerning thieves. First, that no thief is to be spared who is caught with
     the stolen goods, [if he is] over twelve years and [if the value of the goods is] over
     eightpence.
  <list rend="numbered">
    <item n="1.1">And if anyone does spare one, he is to pay for the thief with his
         wergild — and the thief is to be no nearer a settlement on that account — or to
         clear himself by an oath of that amount.</item>
    <item n="1.2">If, however, he [the thief] wishes to defend himself or to escape, he is
         not to be spared [whether younger or older than twelve].</item>
    <item n="1.3">If a thief is put into prison, he is to be in prison 40 days, and he may
         then be redeemed with 120 shillings; and the kindred are to stand surety for him
         that he will desist for ever.</item>
    <item n="1.4">And if he steals after that, they are to pay for him with his wergild,
         or to bring him back there.</item>
    <item n="1.5">And if he steals after that, they are to pay for him with his wergild,
         whether to the king or to him to whom it rightly belongs; and everyone of those who
         supported him is to pay 120 shillings to the king as a fine.</item>
   </list>
  </item>
  <item n="2">Concerning lordless men. And we pronounced about these lordless men, from whom
     no justice can be obtained, that one should order their kindred to fetch back such a
     person to justice and to find him a lord in public meeting.
  <list rend="numbered">
    <item n="2.1">And if they then will not, or cannot, produce him on that appointed day,
         he is then to be a fugitive afterwards, and he who encounters him is to strike him
         down as a thief.</item>
    <item n="2.2">And he who harbours him after that, is to pay for him with his wergild
         or to clear himself by an oath of that amount.</item>
   </list>
  </item>
  <item n="3">Concerning the refusal of justice. The lord who refuses justice and upholds
     his guilty man, so that the king is appealed to, is to repay the value of the goods and
     120 shillings to the king; and he who appeals to the king before he demands justice as
     often as he ought, is to pay the same fine as the other would have done, if he had
     refused him justice.
  <list rend="numbered">
    <item n="3.1">And the lord who is an accessory to a theft by his slave, and it becomes
         known about him, is to forfeit the slave and be liable to his wergild on the first
         occasionp if he does it more often, he is to be liable to pay all that he owns.</item>
    <item n="3.2">And likewise any of the king's treasurers or of our reeves, who has been
         an accessory of thieves who have committed theft, is to liable to the same.</item>
   </list>
  </item>
  <item n="4">Concerning treachery to a lord. And we have pronounced concerning treachery to
     a lord, that he [who is accused] is to forfeit his life if he cannot deny it or is
     afterwards convicted at the three-fold ordeal.</item>
 </list>
</div1>
Show all ⚓︎

<list>

<p>These decrees, most blessed Pope Hadrian, we propounded in the public council ... and they
confirmed them in our hand in your stead with the sign of the Holy Cross, and afterwards
inscribed with a careful pen on the paper of this page, affixing thus the sign of the Holy
Cross.
<list rend="simple">
  <item>I, Eanbald, by the grace of God archbishop of the holy church of York, have
     subscribed to the pious and catholic validity of this document with the sign of the Holy
     Cross.</item>
  <item>I, Ælfwold, king of the people across the Humber, consenting have subscribed with
     the sign of the Holy Cross.</item>
  <item>I, Tilberht, prelate of the church of Hexham, rejoicing have subscribed with the
     sign of the Holy Cross.</item>
  <item>I, Higbald, bishop of the church of Lindisfarne, obeying have subscribed with the
     sign of the Holy Cross.</item>
  <item>I, Ethelbert, bishop of Candida Casa, suppliant, have subscribed with thef sign of
     the Holy Cross.</item>
  <item>I, Ealdwulf, bishop of the church of Mayo, have subscribed with devout will.</item>
  <item>I, Æthelwine, bishop, have subscribed through delegates.</item>
  <item>I, Sicga, patrician, have subscribed with serene mind with the sign of the Holy
     Cross.</item>
 </list>
</p>
Show all ⚓︎

<item>

<list rend="numbered">
 <head>Here begin the chapter headings of Book IV</head>
 <item n="4.1">The death of Queen Clotild.</item>
 <item n="4.2">How King Lothar wanted to appropriate one third of the Church revenues.</item>
 <item n="4.3">The wives and children of Lothar.</item>
 <item n="4.4">The Counts of the Bretons.</item>
 <item n="4.5">Saint Gall the Bishop.</item>
 <item n="4.6">The priest Cato.</item>
 <item> ...</item>
</list>
bibliography Show all ⚓︎

<item> (fr)

<list type="unordered">
 <head>Tentative d'inventaire de quelques-unes des choses qui ont été trouvées dans
   les escaliers au fil des ans.</head>
 <item>Plusieurs photos, dont celle d'une jeune fille de quinze<lb/> ans vêtue d'un slip
   de bain noir et d'un chandail blanc, agenouillée sur une plage,</item>
 <item>un réveil radio de toute évidence destiné à un réparateur, dans un sac plastique
   des établissements Nicolas,</item>
 <item>un soulier noir orné de brillants,</item>
 <item>une mule en chevreau doré,</item>
 <item>une boîte de pastilles Géraudel contre la toux.</item>
</list>
bibliography Show all ⚓︎

<item> (zh-TW)

<list rend="numbered">
 <head>以下為第三部份的各個章節標題</head>
 <item n="3.1">人物的鑑賞</item>
 <item n="3.2">情節的鑑賞</item>
 <item n="3.3">環境的鑑賞</item>
 <item n="3.4">主題的鑑賞</item>
 <item n="3.5">語言的鑑賞</item>
 <item> ...</item>
</list>
bibliography Show all ⚓︎

<label>

<list type="glossxml:lang="enm">
 <head xml:lang="en">Vocabulary</head>
 <headLabel xml:lang="en">Middle English</headLabel>
 <headItem xml:lang="en">New English</headItem>
 <label>nu</label>
 <item xml:lang="en">now</item>
 <label>lhude</label>
 <item xml:lang="en">loudly</item>
 <label>bloweth</label>
 <item xml:lang="en">blooms</item>
 <label>med</label>
 <item xml:lang="en">meadow</item>
 <label>wude</label>
 <item xml:lang="en">wood</item>
 <label>awe</label>
 <item xml:lang="en">ewe</item>
 <label>lhouth</label>
 <item xml:lang="en">lows</item>
 <label>sterteth</label>
 <item xml:lang="en">bounds, frisks (cf. <cit>
   <ref>Chaucer, K.T.644</ref>
   <quote>a courser, <term>sterting</term>as the fyr</quote>
  </cit>
 </item>
 <label>verteth</label>
 <item xml:lang="la">pedit</item>
 <label>murie</label>
 <item xml:lang="en">merrily</item>
 <label>swik</label>
 <item xml:lang="en">cease</item>
 <label>naver</label>
 <item xml:lang="en">never</item>
</list>
Show all ⚓︎

<label> (de)

<list type="glossxml:lang="enm">
 <head xml:lang="en">Vocabulary</head>
 <headLabel xml:lang="en">Middle English</headLabel>
 <headItem xml:lang="en">New English</headItem>
 <label>nu</label>
 <item xml:lang="en">now</item>
 <label>lhude</label>
 <item xml:lang="en">loudly</item>
 <label>bloweth</label>
 <item xml:lang="en">blooms</item>
 <label>med</label>
 <item xml:lang="en">meadow</item>
 <label>wude</label>
 <item xml:lang="en">wood</item>
 <label>awe</label>
 <item xml:lang="en">ewe</item>
 <label>lhouth</label>
 <item xml:lang="en">lows</item>
 <label>sterteth</label>
 <item xml:lang="en">bounds, frisks (cf. <cit>
   <ref>Chaucer, K.T.644</ref>
   <quote>a courser, <term>sterting</term>as the fyr</quote>
  </cit>
 </item>
 <label>verteth</label>
 <item xml:lang="la">pedit</item>
 <label>murie</label>
 <item xml:lang="en">merrily</item>
 <label>swik</label>
 <item xml:lang="en">cease</item>
 <label>naver</label>
 <item xml:lang="en">never</item>
</list>
Show all ⚓︎

<label> (fr)

<list type="glossxml:lang="fro">
 <head xml:lang="en">Vocabulaire</head>
 <headLabel xml:lang="fr">Ancien français</headLabel>
 <headItem xml:lang="fr">Français moderne</headItem>
 <label>amerté</label>
 <item xml:lang="fr">amertume</item>
 <label>barquer</label>
 <item xml:lang="fr">conduire une barque</item>
 <label>biberon</label>
 <item xml:lang="fr">goulot d'un vase.</item>
 <label>bugle</label>
 <item xml:lang="fr">jeune boeuf</item>
 <label>cestui</label>
 <item xml:lang="fr">celui-ci</item>
 <label>chaitiveté</label>
 <item xml:lang="fr">captivité</item>
 <label>duire</label>
 <item xml:lang="fr">conduire</item>
 <label>dangier</label>
 <item xml:lang="fr">puissance, pouvoir</item>
 <label>sangler</label>
 <item xml:lang="la">singularis</item>
 <label>vespre </label>
 <item xml:lang="fr">tombée du jour (cf. <cit>
   <ref>Lexique de Godefroy</ref>
   <quote>de hautes vespres : tard dans la soirée.</quote>
  </cit>)</item>
</list>
bibliography Show all ⚓︎

<label> (fr)

L’unité mixte de
recherche ATILF (Analyse et Traitement Informatique de la Langue Française) propose 3 types
de ressources : <list rend="runontype="ordered">
 <label>(1)</label>
 <item>Des ressources linguistiques publiées.</item>
 <label>(2) </label>
 <item>Des ressources linguistiques informatisées.</item>
 <label>(3) </label>
 <item>Des ressources linguistiques logicielles.</item>
</list>
bibliography Show all ⚓︎

<label> (fr)

<list type="gloss">
 <label>1er janvier..</label>
 <item> L'esprit inquiet mais clairvoyant, c'est-à-dire actif et sain, de l'homme qui ne
   travaille pas.</item>
 <label>7 janvier. </label>
 <item>On parle de Syveton. Elle aussi se rappelle avoir été, petite fille, poursuivie par
   un homme tout décolleté du bas et qu'on appelait l'homme au nez rouge. </item>
 <label>9 janvier. </label>
 <item>Jaurès dit que Syveton n'avait aucun intérêt à se tuer mais, à y regarder de près,
   oui, en cherchant bien, on trouve que nous avons tous un intérêt quelconque à nous tuer. </item>
 <label>13 janvier. </label>
 <item>Dans mon coeur froid, quelques rares jolis sentiments, comme des oiseaux aux petites
   pattes sur de la neige.</item>
</list>
bibliography Show all ⚓︎

<label> (zh-TW)

<list type="glossxml:lang="zh">
 <head xml:lang="zh">字彙</head>
 <headLabel xml:lang="zh-CN">簡體中文</headLabel>
 <headItem xml:lang="zh-TW">繁體中文</headItem>
 <label></label>
 <item xml:lang="zh-TW"></item>
 <label></label>
 <item xml:lang="zh-TW"></item>
 <label></label>
 <item xml:lang="zh-TW"></item>
 <label></label>
 <item xml:lang="zh-TW"></item>
 <label></label>
 <item xml:lang="zh-TW"></item>
 <label>军队</label>
 <item xml:lang="zh-TW">軍隊</item>
 <label>疏远</label>
 <item xml:lang="zh-TW">疏遠</item>
 <label>后汉</label>
 <item xml:lang="zh-TW">後漢<cit>
   <ref>出師表</ref>
   <quote>亲近小人,疏远贤臣,这是<term>后汉</term>所以倾覆衰败的原因</quote>
  </cit>
 </item>
 <label>叹息</label>
 <item xml:lang="zh-TW">嘆息</item>
 <label>认为</label>
 <item xml:lang="zh-TW">認為</item>
 <label>诚实</label>
 <item xml:lang="zh-TW">誠實</item>
 <label>获得</label>
 <item xml:lang="zh-TW">獲得</item>
</list>
Show all ⚓︎

<label> (zh-TW)

有關本書的版權問題,我做出以下兩點聲明。<list rend="runontype="ordered">
 <label>(1)</label>
 <item>未經授權許可,請勿擅自複印。</item>
 <label>(2) </label>
 <item>歡迎學術引用本文,然請詳細標明出處。</item>
</list>
Show all ⚓︎

<label> (zh-TW)

<list type="gloss">
 <label></label>
 <item>今天晚上,很好的月光。 我不見他,已是三十多年;今天見了,精神分外爽快。...</item>
 <label></label>
 <item>今天全沒月光,我知道不妙。早上小心出門,趙貴翁的眼色便怪:似乎怕我,似乎想害我。還有七八個人,交頭接耳的議論我,...</item>
 <label></label>
 <item>...我翻開歷史一查,這歷史沒有年代,歪歪斜斜的每葉上都寫著“仁義道德”几個字。我橫豎睡不著,仔細看了半夜,才從字縫里看出字來,滿本都寫著兩個字是<q xml:lang="och">喫人</q>!書上寫著這許多字,佃戶說了這許多話,卻都笑吟吟的睜著怪眼看我。我也是人,他們想要吃我了! </item>
 <label></label>
 <item>黑漆漆的,不知是日是夜。趙家的狗又叫起來了。 獅子似的凶心,兔子的怯弱,狐狸的狡猾,…… </item>
</list>
bibliography Show all ⚓︎

<label>

I will add two facts, which have seldom occurred
in the composition of six, or at least of five quartos. <list rend="runontype="ordered">
 <label>(1)</label>
 <item>My first rough manuscript, without any intermediate copy, has been sent to the press.</item>
 <label>(2) </label>
 <item>Not a sheet has been seen by any human eyes, excepting those of the author and the
   printer: the faults and the merits are exclusively my own.</item>
</list>
bibliography Show all ⚓︎

<label> (de)

I will add two facts, which have seldom occurred
in the composition of six, or at least of five quartos. <list rend="runontype="ordered">
 <label>(1)</label>
 <item>My first rough manuscript, without any intermediate copy, has been sent to the press.</item>
 <label>(2) </label>
 <item>Not a sheet has been seen by any human eyes, excepting those of the author and the
   printer: the faults and the merits are exclusively my own.</item>
</list>
bibliography Show all ⚓︎

<label>

<list type="gloss">
 <label>March 1757.</label>
 <item>I wrote some critical observations upon Plautus.</item>
 <label>March 8th.</label>
 <item>I wrote a long dissertation upon some lines of Virgil.</item>
 <label>June.</label>
 <item>I saw Mademoiselle Curchod — <quote xml:lang="la">Omnia vincit amor, et nos cedamus
     amori.</quote>
 </item>
 <label>August.</label>
 <item>I went to Crassy, and staid two days.</item>
</list>
bibliography Show all ⚓︎

<label> (de)

<list type="gloss">
 <label>March 1757.</label>
 <item>I wrote some critical observations upon Plautus.</item>
 <label>March 8th.</label>
 <item>I wrote a long dissertation upon some lines of Virgil.</item>
 <label>June.</label>
 <item>I saw Mademoiselle Curchod — <quote xml:lang="la">Omnia vincit amor, et nos cedamus
     amori.</quote>
 </item>
 <label>August.</label>
 <item>I went to Crassy, and staid two days.</item>
</list>
bibliography Show all ⚓︎

<head> (fr)

Les déictiques
sont des termes qui ne prennent leur sens que dans le cadre de la situation d'énonciation.
<list rend="bulleted">
 <head>déictiques</head>
 <item>ici</item>
 <item>hier</item>
 <item></item>
 <item>je</item>
 <item>tu</item>
 <item>nous</item>
 <item>vous</item>
 <item/>
</list>
bibliography Show all ⚓︎

<head> (zh-TW)

除了少數特例,連接詞均用於所有論述,例如描述、記敘、闡述、論說。<list rend="bulleted">
 <head>連接詞</head>
 <item>上述的</item>
 <item>因此</item>
 <item>在…的對面</item>
 <item>比鄰於</item>
 <item>再次</item>
 <item>
<!-- ... -->
 </item>
</list>
Show all ⚓︎

<head>

With a few exceptions, connectives are equally
useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted">
 <head>Connectives</head>
 <item>above</item>
 <item>accordingly</item>
 <item>across from</item>
 <item>adjacent to</item>
 <item>again</item>
 <item>
<!-- ... -->
 </item>
</list>
Show all ⚓︎

<head> (de)

With a few exceptions, connectives are equally
useful in all kinds of discourse: description, narration, exposition, argument. <list rend="bulleted">
 <head>Connectives</head>
 <item>above</item>
 <item>accordingly</item>
 <item>across from</item>
 <item>adjacent to</item>
 <item>again</item>
 <item>
<!-- ... -->
 </item>
</list>
Show all ⚓︎

<headLabel>

The simple, straightforward statement of an
idea is preferable to the use of a worn-out expression. <list type="gloss">
 <headLabel rend="smallcaps">TRITE</headLabel>
 <headItem rend="smallcaps">SIMPLE, STRAIGHTFORWARD</headItem>
 <label>bury the hatchet</label>
 <item>stop fighting, make peace</item>
 <label>at loose ends</label>
 <item>disorganized</item>
 <label>on speaking terms</label>
 <item>friendly</item>
 <label>fair and square</label>
 <item>completely honest</item>
 <label>at death's door</label>
 <item>near death</item>
</list>
Show all ⚓︎

<headLabel> (fr)

Parlez-vous
anglosnob? Liste de quelques mots franglais et des propositions pour les remplacer : <list type="gloss">
 <headLabel rend="smallcaps">Ne dites pas</headLabel>
 <headItem rend="smallcaps">Mais dites...</headItem>
 <label>abstract </label>
 <item> résumé, abrégé </item>
 <label>baby-boom </label>
 <item>printemps démographique </item>
 <label>carjacking </label>
 <item>dévoituration (comme défenestration), dévoiturage(comme cambriolage, braquage) </item>
 <label>bug </label>
 <item>erreur, défaut, insecte, ("bogue" est inutile) </item>
 <label>mixer</label>
 <item>mélanger (sauf si c'est avec un mixeur)</item>
</list>
bibliography Show all ⚓︎

<headItem>

The simple, straightforward statement of an
idea is preferable to the use of a worn-out expression. <list type="gloss">
 <headLabel rend="smallcaps">TRITE</headLabel>
 <headItem rend="smallcaps">SIMPLE, STRAIGHTFORWARD</headItem>
 <label>bury the hatchet</label>
 <item>stop fighting, make peace</item>
 <label>at loose ends</label>
 <item>disorganized</item>
 <label>on speaking terms</label>
 <item>friendly</item>
 <label>fair and square</label>
 <item>completely honest</item>
 <label>at death's door</label>
 <item>near death</item>
</list>
Show all ⚓︎

<headItem> (fr)

Parlez-vous
anglosnob? Liste de quelques mots franglais et des propositions pour les remplacer : : <list type="gloss">
 <headLabel rend="smallcaps">Ne dites pas</headLabel>
 <headItem rend="smallcaps">Mais dites...</headItem>
 <label>abstract </label>
 <item> résumé, abrégé </item>
 <label>baby-boom </label>
 <item>printemps démographique </item>
 <label>carjacking </label>
 <item>dévoituration (comme défenestration), dévoiturage(comme cambriolage, braquage) </item>
 <label>bug </label>
 <item>erreur, défaut, insecte, ("bogue" est inutile) </item>
 <label>mixer</label>
 <item>mélanger (sauf si c'est avec un mixeur)</item>
</list>
bibliography Show all ⚓︎

<headItem> (zh-TW)

經過五四運動,中國文學自文言文發展為白話文。 <list type="gloss">
 <headLabel rend="smallcaps">文言文</headLabel>
 <headItem rend="smallcaps">白話文</headItem>
 <label></label>
 <item></item>
 <label></label>
 <item></item>
 <label></label>
 <item></item>
 <label>爾輩</label>
 <item>你們</item>
 <label>吾等</label>
 <item>我們</item>
</list>
Show all ⚓︎

3.9.2.1 Pre-existing Indexes

<div type="index">
<!--...-->
 <list type="index">
  <item>Women, how cause of mel. <ref>193</ref>; their vanity in
     apparell taxed, <ref>527</ref>; their counterfeit tears
  <ref>547</ref>; their vices <ref>601</ref>, commended,
  <ref>624</ref>.</item>
  <item>Wormwood, good against mel. <ref>443</ref>
  </item>
  <item>World taxed, <ref>181</ref>
  </item>
  <item>Writers of the cure of mel. 295</item>
<!--...-->
 </list>
</div>
bibliography ⚓︎

3.9.2.1 Pre-existing Indexes

<item>Women,
<list>
  <item>how cause of mel. <ref>193</ref>;</item>
  <item>their vanity in apparell taxed, <ref>527</ref>;</item>
  <item>their counterfeit tears <ref>547</ref>;</item>
  <item>their vices
  <list>
    <item>
     <ref>601</ref>,</item>
    <item> commended, <ref>624</ref>.</item>
   </list>
  </item>
 </list>
</item>
bibliography ⚓︎

3.11.4 Declaring Reference Systems

<encodingDesc>
 <refsDecl>
  <cRefPattern matchPattern="([^ ]+) ([0-9]+)\.([0-9]+)\.([0-9]+)"
   replacementPattern="#xpath(//div1[@n='$1']/div2[@n='$2']/div3[@n='$3']/l[@n='$4']">

   <p>A canonical reference is assembled with
   <list>
     <item>the name of the <label>work</label>: the
     <att>n</att> of a <gi>div1</gi>,</item>
     <item>a space,</item>
     <item>the number of the <label>book</label>: the
     <att>n</att> of a child <gi>div2</gi>,</item>
     <item>a full stop</item>
     <item>the number of the <label>poem</label>: the
     <att>n</att> of a child <gi>div3</gi>,</item>
     <item>the line number: the <att>n</att> value of a
           child <gi>l</gi>
     </item>
    </list>
   </p>
  </cRefPattern>
  <cRefPattern matchPattern="([^ ]+) ([0-9]+)\.([0-9]+)"
   replacementPattern="#xpath(//div1[@n='$1']/div2[@n='$2']/div3[@n='$3']">

   <p>Same as above, but without the last component (full
       stop followed by the <gi>l</gi>'s <att>n</att>.</p>
  </cRefPattern>
  <cRefPattern matchPattern="([^ ]+) ([0-9]+)"
   replacementPattern="#xpath(//div1[@n='$1']/div2[@n='$2']">

   <p>Same as above, but without the poem component (full
       stop followed by the <gi>div3</gi>'s <att>n</att>.</p>
  </cRefPattern>
 </refsDecl>
</encodingDesc>
bibliography ⚓︎

3.12.1 Methods of Encoding Bibliographic References and Lists of References

<list>
 <head>Bibliography</head>
 <item>
  <bibl xml:id="NEL80">
   <author>Nelson, T. H.</author>
   <title level="a">Replacing the printed word:
       a complete literary system</title>.
  <title level="m">Information Processing '80:
       Proceedings of the IFIPS Congress, October 1980</title>.
  <editor>Simon H. Lavington</editor>
   <publisher>North-Holland</publisher>:
  <pubPlace>Amsterdam</pubPlace>,
  <date>1980</date>.
  <biblScope>pp 1013–23
   </biblScope>
   <note>Apparently a draft of section 4 of
   <title>Literary Machines</title>.</note>
  </bibl>
 </item>
 <item>
  <bibl xml:id="NEL88">Ted Nelson: <title>Literary Machines</title>
     (privately published, 1987)</bibl>
 </item>
 <item>
  <bibl xml:id="BAX88">
   <author>Baxter, Glen</author>
   <title>Glen Baxter His Life: the years of struggle</title>
     London: Thames and Hudson, 1988.
  </bibl>
 </item>
</list>
bibliography ⚓︎

<meeting>

<div>
 <meeting>Ninth International Conference on Middle High German Textual Criticism, Aachen,
   June 1998.</meeting>
 <list type="attendance">
  <head>List of Participants</head>
  <item>
   <persName>...</persName>
  </item>
  <item>
   <persName>...</persName>
  </item>
<!--...-->
 </list>
 <p>...</p>
</div>
Show all ⚓︎

<meeting> (fr)

<div>
 <meeting>Colloque international : Duras, marges et transgressions, Nancy, 1er et 2 avril
   2005</meeting>
 <list type="attendance">
  <head>liste des participants</head>
  <item>
   <persName>...</persName>
  </item>
  <item>
   <persName>...</persName>
  </item>
 </list>
 <p>...</p>
</div>
Show all ⚓︎

<meeting> (zh-TW)

<div>
 <meeting>2007第三屆亞太藝術教育國際研討會</meeting>
 <list type="參與者">
  <head>與會者名單</head>
  <item>
   <persName>馬桂順 </persName>
  </item>
  <item>
   <persName>仲瀨律久</persName>
  </item>
<!--...-->
 </list>
 <p>...</p>
</div>
Show all ⚓︎

<speaker>

<sp who="#ni #rsa">
 <speaker>Nancy and Robert</speaker>
 <stage type="delivery">(speaking simultaneously)</stage>
 <p>The future? ...</p>
</sp>
<list type="speakers">
 <item xml:id="ni"/>
 <item xml:id="rsa"/>
</list>
Show all ⚓︎

<speaker> (fr)

<sp who="ko">
 <speaker>Koch.</speaker>
 <p>Ne risquez rien du tout, Monique ; rentrez.</p>
</sp>
<sp who="mo">
 <speaker>Monique.</speaker>
 <p>Rentrer ? comment voulez-vous que je rentre ? J'ai les clés de la voiture.</p>
</sp>
<sp who="ko">
 <speaker>Koch.</speaker>
 <p> Je rentrerai par mes propres moyens. </p>
</sp>
<sp who="mo">
 <speaker>Monique.</speaker>
 <p> Vous ? vos moyens ? quels moyens ? Seigneur ! Vous ne savez même pas conduire, vous ne
   savez pas reconnaître votre gauche de votre droite, vous auriez été incapable de
   retrouver ce fichu quartier tout seul, vous ne savez absolument rien faire tout seul. Je
   me demande bien comment vous pourriez rentrer. </p>
</sp>
<sp who="ko">
 <speaker>Koch.</speaker>
 <p>J'appellerai un taxi.</p>
</sp>
<list type="speakers">
 <item xml:id="fr_mo"/>
 <item xml:id="fr_ko"/>
</list>
bibliography Show all ⚓︎

<speaker> (zh-TW)

<sp who="#zh-tw_ni #zh-tw_rsa">
 <speaker>梁山伯與祝英台t</speaker>
 <stage type="演講或歌唱">(同時)</stage>
 <p>梁山伯與祝英台,生不成雙死不分,生不成雙死不分。</p>
</sp>
<list type="speakers">
 <item xml:id="zh-tw_ni"/>
 <item xml:id="zh-tw_rsa"/>
</list>
bibliography Show all ⚓︎

1 The TEI Infrastructure


1.3.1.1.1 Element Identifiers and Labels

<list rend="numbered">
 <item n="1">About These Guidelines</item>
 <item n="2">A Gentle Introduction to XML</item>
 <item n="9">Verse</item>
 <item n="10">Drama</item>
 <item n="10">Spoken Materials </item>
 <item n="12">Dictionaries</item>
</list>
⚓︎

2 The TEI Header


<teiHeader>

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Shakespeare: the first folio (1623) in electronic form</title>
   <author>Shakespeare, William (1564–1616)</author>
   <respStmt>
    <resp>Originally prepared by</resp>
    <name>Trevor Howard-Hill</name>
   </respStmt>
   <respStmt>
    <resp>Revised and edited by</resp>
    <name>Christine Avern-Carr</name>
   </respStmt>
  </titleStmt>
  <publicationStmt>
   <distributor>Oxford Text Archive</distributor>
   <address>
    <addrLine>13 Banbury Road, Oxford OX2 6NN, UK</addrLine>
   </address>
   <idno type="OTA">119</idno>
   <availability>
    <p>Freely available on a non-commercial basis.</p>
   </availability>
   <date when="1968">1968</date>
  </publicationStmt>
  <sourceDesc>
   <bibl>The first folio of Shakespeare, prepared by Charlton Hinman (The Norton Facsimile,
       1968)</bibl>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <projectDesc>
   <p>Originally prepared for use in the production of a series of old-spelling
       concordances in 1968, this text was extensively checked and revised for use during the
       editing of the new Oxford Shakespeare (Wells and Taylor, 1989).</p>
  </projectDesc>
  <editorialDecl>
   <correction>
    <p>Turned letters are silently corrected.</p>
   </correction>
   <normalization>
    <p>Original spelling and typography is retained, except that long s and ligatured
         forms are not encoded.</p>
   </normalization>
  </editorialDecl>
  <refsDecl xml:id="ASLREF">
   <cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)"
    replacementPattern="#xpath(//div1[@n='$1']/div2/[@n='$2']//lb[@n='$3'])">

    <p>A reference is created by assembling the following, in the reverse order as that
         listed here: <list>
      <item>the <att>n</att> value of the preceding <gi>lb</gi>
      </item>
      <item>a period</item>
      <item>the <att>n</att> value of the ancestor <gi>div2</gi>
      </item>
      <item>a space</item>
      <item>the <att>n</att> value of the parent <gi>div1</gi>
      </item>
     </list>
    </p>
   </cRefPattern>
  </refsDecl>
 </encodingDesc>
 <revisionDesc>
  <list>
   <item>
    <date when="1989-04-12">12 Apr 89</date> Last checked by CAC</item>
   <item>
    <date when="1989-03-01">1 Mar 89</date> LB made new file</item>
  </list>
 </revisionDesc>
</teiHeader>
Show all ⚓︎

<teiHeader> (zh-TW)

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Taisho Tripitaka, Electronic version, No. 251 般若波羅蜜多心經</title>
   <respStmt>
    <resp>底本來源</resp>
    <name>大藏出版株式會社</name>
   </respStmt>
   <respStmt>
    <resp>電子版本製作</resp>
    <name>中華電子佛典協會</name>
   </respStmt>
  </titleStmt>
  <publicationStmt>
   <distributor>中華電子佛典協會</distributor>
   <address>
    <addrLine>11246 台北市北投區光明路276號4樓</addrLine>
   </address>
   <availability>
    <p>本資料使用限定於非營利性用途,並需附上本標頭資訊。</p>
   </availability>
   <date>1998年12月</date>
  </publicationStmt>
  <sourceDesc>
   <bibl>Taisho Tripitaka Vol. 08, Nr. 251 般若波羅蜜多心經</bibl>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <projectDesc>
   <p>預備格式轉換</p>
  </projectDesc>
 </encodingDesc>
 <revisionDesc>
  <list>
   <item>
    <date>19990721/18:35:54</date>CW以CBXML.BAT (99/6/30)轉換成XML</item>
  </list>
 </revisionDesc>
</teiHeader>
Show all ⚓︎

<quotation>

<quotation marks="none">
 <p>No quotation marks have been retained. Instead, the <att>rend</att> attribute on the
 <gi>q</gi> element is used to specify what kinds of quotation mark was used, according
   to the following list: <list type="gloss">
   <label>dq</label>
   <item>double quotes, open and close</item>
   <label>sq</label>
   <item>single quotes, open and close</item>
   <label>dash</label>
   <item>long dash open, no close</item>
   <label>dg</label>
   <item>double guillemets, open and close</item>
  </list>
 </p>
</quotation>
Show all ⚓︎

<quotation> (fr)

<quotation marks="none">
 <p>Aucun guillemet n'a été conservé. Au lieu de cela, on a utilisé l'attribut
 <att>rend</att> pour l'élément <gi>q</gi> afin de spécifier quel type de guillemet a été
   utilisé, selon la liste suivante : <list type="gloss">
   <label>ga</label>
   <item>guillemet allemand</item>
   <label>gd</label>
   <item>guillemet anglais ou guillemet dactylographique </item>
   <label>gf</label>
   <item>guillemet français</item>
  </list>
 </p>
</quotation>
Show all ⚓︎

<quotation> (zh-TW)

<quotation marks="none">
 <p>不保留引號,改用元素<gi>q</gi>內的屬性<att>rend</att> 來區分引號的種類,種類如下:<list type="gloss">
   <label>dq</label>
   <item>雙引號,前後各一</item>
   <label>sq</label>
   <item>單引號,前後各一</item>
   <label>dash</label>
   <item>破折號,僅前面一個</item>
   <label>dg</label>
   <item>雙箭號,前後各一</item>
  </list>
 </p>
</quotation>
Show all ⚓︎

<refsDecl> (fr)

<refsDecl xml:id="fr_ASLREF">
 <cRefPattern matchPattern="(\S+) ([^.]+)\.(.*)"
  replacementPattern="#fr_xpath(//div1[@n='$1']/div2/[@n='$2']//lb[@n='$3'])">

  <p>Une référence a été créée en assemblant les éléments suivants dans l'ordre inverse de
     la liste qui suit : <list>
    <item>la valeur <att>n</att> du précédent <gi>lb</gi>
    </item>
    <item>une période</item>
    <item>la valeur <att>n</att> de l'ancêtre <gi>div2</gi>
    </item>
    <item>un espace</item>
    <item>la valeur<att>n</att> du parent <gi>div1</gi>
    </item>
   </list>
  </p>
 </cRefPattern>
</refsDecl>
Show all ⚓︎

<textClass>

<taxonomy>
 <category xml:id="acprose">
  <catDesc>Academic prose</catDesc>
 </category>
<!-- other categories here -->
</taxonomy>
<!-- ... -->
<textClass>
 <catRef target="#acprose"/>
 <classCode scheme="http://www.udcc.org">001.9</classCode>
 <keywords scheme="http://authorities.loc.gov">
  <list>
   <item>End of the world</item>
   <item>History - philosophy</item>
  </list>
 </keywords>
</textClass>
Show all ⚓︎

<textClass> (fr)

<textClass>
 <keywords scheme="#fr_RAMEAU">
  <list>
   <item>Littérature française -- 20ème siècle -- Histoire et critique</item>
   <item>Littérature française -- Histoire et critique -- Théorie, etc.</item>
   <item>Français (langue) -- Style -- Bases de données.</item>
  </list>
 </keywords>
</textClass>
Show all ⚓︎

<textClass> (zh-TW)

<taxonomy>
 <category xml:id="zh-tw_chineseliterature">
  <catDesc>中國文學</catDesc>
 </category>
<!-- 其他文類 -->
</taxonomy>
<!-- ... -->
<textClass>
 <catRef target="#zh-tw_chineseliterature"/>
 <classCode scheme="http://www.ncl.edu.tw/">820</classCode>
 <keywords scheme="http://authorities.loc.gov">
  <list>
   <item>傷痕文學</item>
   <item>語文類</item>
  </list>
 </keywords>
</textClass>
Show all ⚓︎

2.4.4 Abstracts

<profileDesc>
 <abstract>
  <list>
   <item>An annual HBC supply ship is
       set to the North West Coast for mid-September.</item>
   <item>
    <name key="pelly_jh">Pelly</name> writes
       to ascertain the British Government's plans
       for the lands associated with the Oregon Treaty;
       he wants to know what will happen to the HBC's
       establishment on the southern <name type="place"
     key="vancouver_island">
Vancouver Island</name>.
       He adds that a former Crown grant, an 1838 exclusive
       trade-grant for the lands in question, has yet to
       expire.</item>
   <item>The minutes discuss the nature of the HBC's
       original entitlements and question whether or not,
       and in what capacity, the Oregon Treaty affects the
       HBC's position. The majority council further
       investigation, and to reply cautiously and
       judiciously to the HBC inquiry.</item>
   <item>A
       summary of a meeting with <name key="pelly_jh">Pelly</name> is offered in
       order to elucidate the HBC's intentions.</item>
   <item>
    <name key="grey_hg">Lord Grey</name> calls
       for greater consideration on the issue of
       colonization; he asks that <name key="stephen_j">Stephen</name> write the Company,
       asking them to detail their intentions, and to
       state their legal opinion for entitlement.
   </item>
  </list>
 </abstract>
</profileDesc>
⚓︎

<revisionDesc> (fr)

<revisionDesc>
 <list>
  <item>
   <date when="2003-04-12">12 avril 03</date>Dernière révision par F. B.</item>
  <item>
   <date when="2003-03-01">1 mars 03</date> F.B a fait le nouveau fichier.</item>
 </list>
</revisionDesc>
Show all ⚓︎

2.7 Minimal and Recommended Headers

<teiHeader>
 <fileDesc>
  <titleStmt>
   <title>Common sense, a machine-readable transcript</title>
   <author>Paine, Thomas (1737-1809)</author>
   <respStmt>
    <resp>compiled by</resp>
    <name>Jon K Adams</name>
   </respStmt>
  </titleStmt>
  <editionStmt>
   <edition>
    <date>1986</date>
   </edition>
  </editionStmt>
  <publicationStmt>
   <distributor>Oxford Text Archive.</distributor>
   <address>
    <addrLine>Oxford University Computing Services,</addrLine>
    <addrLine>13 Banbury Road,</addrLine>
    <addrLine>Oxford OX2 6RB,</addrLine>
    <addrLine>UK</addrLine>
   </address>
  </publicationStmt>
  <notesStmt>
   <note>Brief notes on the text are in a
       supplementary file.</note>
  </notesStmt>
  <sourceDesc>
   <biblStruct>
    <monogr>
     <editor>Foner, Philip S.</editor>
     <title>The collected writings of Thomas Paine</title>
     <imprint>
      <pubPlace>New York</pubPlace>
      <publisher>Citadel Press</publisher>
      <date>1945</date>
     </imprint>
    </monogr>
   </biblStruct>
  </sourceDesc>
 </fileDesc>
 <encodingDesc>
  <samplingDecl>
   <p>Editorial notes in the Foner edition have not
       been reproduced. </p>
   <p>Blank lines and multiple blank spaces, including paragraph
       indents, have not been preserved. </p>
  </samplingDecl>
  <editorialDecl>
   <correction status="high"
    method="silent">

    <p>The following errors
         in the Foner edition have been corrected:
    <list>
      <item>p. 13 l. 7 cotemporaries contemporaries</item>
      <item>p. 28 l. 26 [comma] [period]</item>
      <item>p. 84 l. 4 kin kind</item>
      <item>p. 95 l. 1 stuggle struggle</item>
      <item>p. 101 l. 4 certainy certainty</item>
      <item>p. 167 l. 6 than that</item>
      <item>p. 209 l. 24 publshed published</item>
     </list>
    </p>
   </correction>
   <normalization>
    <p>No normalization beyond that performed
         by Foner, if any. </p>
   </normalization>
   <quotation marks="all">
    <p>All double quotation marks
         rendered with ", all single quotation marks with
         apostrophe. </p>
   </quotation>
   <hyphenation eol="none">
    <p>Hyphenated words that appear at the
         end of the line in the Foner edition have been reformed.</p>
   </hyphenation>
   <stdVals>
    <p>The values of <att>when-iso</att> on the <gi>time</gi>
         element always end in the format <val>HH:MM</val> or
    <val>HH</val>; i.e., seconds, fractions thereof, and time
         zone designators are not present.</p>
   </stdVals>
   <interpretation>
    <p>Compound proper names are marked. </p>
    <p>Dates are marked. </p>
    <p>Italics are recorded without interpretation. </p>
   </interpretation>
  </editorialDecl>
  <classDecl>
   <taxonomy xml:id="lcsh">
    <bibl>Library of Congress Subject Headings</bibl>
   </taxonomy>
   <taxonomy xml:id="lc">
    <bibl>Library of Congress Classification</bibl>
   </taxonomy>
  </classDecl>
 </encodingDesc>
 <profileDesc>
  <creation>
   <date>1774</date>
  </creation>
  <langUsage>
   <language ident="enusage="100">English.</language>
  </langUsage>
  <textClass>
   <keywords scheme="#lcsh">
    <term>Political science</term>
    <term>United States -- Politics and government —
         Revolution, 1775-1783</term>
   </keywords>
   <classCode scheme="#lc">JC 177</classCode>
  </textClass>
 </profileDesc>
 <revisionDesc>
  <change when="1996-01-22who="#MSM"> finished proofreading </change>
  <change when="1995-10-30who="#LB"> finished proofreading </change>
  <change notBefore="1995-07-04who="#RG"> finished data entry at end of term </change>
  <change notAfter="1995-01-01who="#RG"> began data entry before New Year 1995 </change>
 </revisionDesc>
</teiHeader>
⚓︎

4 Default Text Structure


<div5>

<div2 type="chapter">
 <head>Recipes</head>
 <head>Chapter VI.</head>
 <div3>
  <head>Fruit and vegetable soups</head>
  <p>...</p>
  <div4>
   <head>Stocks for all kinds of soups</head>
   <div5 type="recipe">
    <head>Rich strong stock</head>
<!-- ... -->
   </div5>
   <div5 type="recipe">
    <head>Medium Stock</head>
<!-- ... -->
   </div5>
  </div4>
  <div4 type="recipe">
   <head>Apple soup</head>
   <div5>
    <head>Ingredients</head>
    <list>
     <item>2 lbs. of good boiling apples,</item>
     <item>3/4 teaspoonful of white pepper,</item>
     <item>6 cloves,</item>
     <item>cayenne or ginger to taste,</item>
     <item>3 quarts of medium stock</item>
    </list>
   </div5>
   <div5>
    <head>Mode</head>
    <p>Peel and quarter the apples taking out their cores; put them into
         the stock, stew them gently till tender, Rub the whole through a
         strainer, add the seasoning. give it one boil up, and serve.</p>
   </div5>
   <div5>
    <head>Time</head>
    <p>1 hour.</p>
   </div5>
   <div5>
    <head>Average cost</head>
    <p>per quart, 1s.</p>
   </div5>
   <div5>
    <head>Seasonable</head>
    <p>from September to December.</p>
   </div5>
   <div5>
    <head>Sufficient</head>
    <p> for 10 persons</p>
   </div5>
   <div5>
    <head>The apple</head>
    <p>This useful fruit is mentioned in Holy Writ; and Homer describes it
         as valuable in his time... As a food, the apple cannot be considered
         to rank high, as more than the half of it consists of water, and
         the rest of its properties are not the most nourishing. It is
         however a useful adjunct to other kinds of food, and, when cooked, is
         esteemed as slightly laxative.</p>
   </div5>
  </div4>
  <div4 type="recipe">
   <head>Artichoke (Jerusalem) soup</head>
   <p>...</p>
  </div4>
<!-- other recipes here -->
 </div3>
</div2>
bibliography Show all ⚓︎

<div6>

<div2 type="chapter">
 <head>Recipes</head>
 <head>Chapter VI.</head>
 <div3>
  <head>Fruit and vegetable soups</head>
  <p>...</p>
  <div4>
   <head>Stocks for all kinds of soups</head>
   <div5 type="recipe">
    <head>Rich strong stock</head>
    <div6>
     <head>Ingredients</head>
     <list>
      <item>4 lbs of shin of beef,</item>
      <item>4 lbs of knuckle of veal,</item>
<!-- ... -->
      <item>4 quarts of water</item>
     </list>
    </div6>
    <div6>
     <head>Mode</head>
     <p>Line a delicately clean stewpan... Strain through a very
           fine hair sieve, or tammy, and it will be fit for use</p>
    </div6>
    <div6>
     <head>Time</head>
     <p>5 hours.</p>
    </div6>
    <div6>
     <head>Average cost</head>
     <p>1s 3d. per quart</p>
    </div6>
   </div5>
   <div5 type="recipe">
    <head>Medium Stock</head>
<!-- ... -->
   </div5>
  </div4>
<!-- ... -->
 </div3>
</div2>
bibliography Show all ⚓︎

<div7>

<div2 type="chapter">
 <head>Recipes</head>
 <head>Chapter VI.</head>
 <div3>
  <head>Fruit and vegetable soups</head>
  <p>...</p>
  <div4>
   <head>Stocks for all kinds of soups</head>
   <div5 type="recipe">
    <head>Asparagus soup</head>
    <div6 type="altRecipe">
     <head>I.</head>
     <div7>
      <head>Ingredients</head>
      <list>
       <item> ...</item>
      </list>
     </div7>
     <div7>
      <head>Mode</head>
      <p>Put the beef, cut into pieces and rolled in flour, into a
             stewpan...</p>
     </div7>
<!-- ... -->
    </div6>
    <div6 type="altRecipe">
     <head>II.</head>
     <div7>
      <head>Ingredients</head>
      <list>
       <item> ...</item>
      </list>
     </div7>
     <div7>
      <head>Mode</head>
      <p>Boil the peas, and rub them through a sieve; add the gravy...</p>
     </div7>
    </div6>
   </div5>
  </div4>
 </div3>
</div2>
bibliography Show all ⚓︎

4.2.1 Headings and Trailers

<div type="bookn="I">
 <head>In the name of Christ here begins the
   first book of the ecclesiastical history of Georgius Florentinus,
   known as Gregory, Bishop of Tours.</head>
 <div>
  <head>Chapter Headings</head>
  <list>
   <item>
<!-- chapter head -->
   </item>
<!-- further chapter heads omitted -->
  </list>
 </div>
 <div>
  <head>In the name of Christ here begins Book I of the history.</head>
  <p>Proposing as I do ...</p>
  <p>From the Passion of our Lord until the death of Saint Martin four
     hundred and twelve years passed.</p>
  <trailer>Here ends the first Book, which covers five thousand, five
     hundred and ninety-six years from the beginning of the world down
     to the death of Saint Martin.</trailer>
 </div>
</div>
bibliography ⚓︎

4.2.3 Arguments, Epigraphs, and Postscripts

<div type="chapn="6">
 <argument>
  <list type="inline">
   <item>Kingston</item>
   <item>Instructive remarks on early English history</item>
   <item>Instructive observations on carved oak and life in
       general</item>
   <item>Sad case of Stivvings, junior</item>
   <item>Musings on antiquity</item>
   <item>I forget that I am steering</item>
   <item>Interesting result</item>
   <item>Hampton Court Maze</item>
   <item>Harris as a guide.</item>
  </list>
 </argument>
 <p>It was a glorious morning, late spring or early summer, as you
   care to take it ...</p>
</div>
bibliography ⚓︎

<signed>

<closer>
 <signed>Sign'd and Seal'd,
 <list>
   <item>John Bull,</item>
   <item>Nic. Frog.</item>
  </list>
 </signed>
</closer>
bibliography Show all ⚓︎

4.5 Front Matter

<div type="dedication">
 <p>To my parents, Ida and Max Fish</p>
</div>
<div type="preface">
 <head>Preface</head>
 <p>The answer this book gives to its title question is <q>there is
     and there isn't</q>.</p>
 <p>Chapters 1–12 have been previously published in the
   following journals and collections:
 <list>
   <item>chapters 1 and 3 in <title>New literary History</title>
   </item>
   <item>chapter 10 in <title>Boundary II</title> (1980)</item>
  </list>.
   I am grateful for permission to reprint.</p>
 <signed>S.F.</signed>
</div>
bibliography ⚓︎

4.5 Front Matter

<div type="contents">
 <head>Contents</head>
 <list>
  <item>Introduction, or How I stopped Worrying and Learned to Love
     Interpretation <ptr target="#fish1"/>
  </item>
  <item>
   <list>
    <head>Part One: Literature in the Reader</head>
    <item n="1">Literature in the Reader: Affective Stylistics
    <ptr target="#fish2"/>
    </item>
    <item n="2">What is Stylistics and Why Are They Saying Such
         Terrible Things About It? <ptr target="#fish3"/>
    </item>
   </list>
  </item>
 </list>
</div>
<div xml:id="fish1">
 <head>Introduction</head>
<!-- ... -->
</div>
<div xml:id="fish2">
 <head>Literature in the Reader</head>
<!-- ... -->
</div>
<div xml:id="fish3">
 <head>What is stylistics?</head>
<!-- ... -->
</div>
bibliography ⚓︎

4.5 Front Matter


<!-- ... --><item n="1">Literature in the Reader: Affective Stylistics
<ref target="#fish-p24">24</ref>
</item>
<!-- ... -->
<div type="chapter">
 <head>Literature in the Reader</head>
 <pb xml:id="fish-p24"/>
<!-- ... -->
</div>
<!-- ... -->
⚓︎

4.5 Front Matter

<front>
 <div1 type="incipit">
  <p>Here bygynniþ a book of contemplacyon, þe whiche
     is clepyd <title>þE CLOWDE OF VNKNOWYNG</title>,
     in þe whiche a soule is onyd wiþ GOD.</p>
 </div1>
 <div1 type="prayer">
  <head>Here biginneþ þe preyer on þe prologe.</head>
  <p>God, unto whom alle hertes ben open, &amp; unto whome alle wille
     spekiþ, &amp; unto whom no priue þing is hid: I beseche
     þee so for to clense þe entent of myn hert wiþ þe
     unspekable 3ift of þi grace, þat I may parfiteliche
     loue þee &amp; worþilich preise þee. Amen.</p>
 </div1>
 <div1 type="preface">
  <head>Here biginneþ þe prolog.</head>
  <p>In þe name of þe Fader &amp; of þe Sone &amp;
     of þe Holy Goost.</p>
  <p>I charge þee &amp; I beseeche þee, wiþ as moche
     power &amp; vertewe as þe bonde of charite is sufficient
     to suffre, what-so-euer þou be þat þis book schalt
     haue in possession ...</p>
 </div1>
 <div1 type="contents">
  <head>Here biginneþ a table of þe chapitres.</head>
  <list>
   <label>þe first chapitre </label>
   <item>Of foure degrees of Cristen mens leuing; &amp; of þe
       cours of his cleping þat þis book was maad vnto.</item>
   <label>þe secound chapitre</label>
   <item>A schort stering to meeknes &amp; to þe werk of þis
       book</item>
   <label>þe fiue and seuenti chapitre</label>
   <item>Of somme certein tokenes bi þe whiche a man may proue
       wheþer he be clepid of God to worche in þis werk.</item>
  </list>
  <trailer>&amp; here eendeþ þe table of þe chapitres.</trailer>
 </div1>
</front>
bibliography ⚓︎

4.7 Back Matter

<back>
 <div type="index">
  <head>Index</head>
  <list type="index">
   <item>Actors, public, paid for the contempt attending
       their profession, <ref>263</ref>
   </item>
   <item>Africa, cause assigned for the barbarous state of
       the interior parts of that continent, <ref>125</ref>
   </item>
   <item>Agriculture
   <list type="indexentry">
     <item>ancient policy of Europe unfavourable to, <ref>371</ref>
     </item>
     <item>artificers necessary to carry it on, <ref>481</ref>
     </item>
     <item>cattle and tillage mutually improve each other, <ref>325</ref>
     </item>
     <item>wealth arising from more solid than that which proceeds
           from commerce <ref>520</ref>
     </item>
    </list>
   </item>
   <item>Alehouses, the number of, not the efficient cause of drunkenness, <ref>461</ref>
   </item>
  </list>
 </div>
</back>
bibliography ⚓︎

4.7 Back Matter

<item>Alehouses, the number of, not
the efficient cause of drunkenness, <ref target="#P461">461</ref>
</item>
<item>Alehouses, the number of, not the efficient cause of drunkenness, <ptr target="#P461"/>
</item>
bibliography ⚓︎

<back>

<back>
 <div type="appendix">
  <head>The Golden Dream or, the Ingenuous Confession</head>
  <p>TO shew the Depravity of human Nature, and how apt the Mind is to be misled by Trinkets
     and false Appearances, Mrs. Two-Shoes does acknowledge, that after she became rich, she
     had like to have been, too fond of Money
<!-- .... -->
  </p>
 </div>
<!-- ... -->
 <div type="epistle">
  <head>A letter from the Printer, which he desires may be inserted</head>
  <salute>Sir.</salute>
  <p>I have done with your Copy, so you may return it to the Vatican, if you please;
  
<!-- ... -->
  </p>
 </div>
 <div type="advert">
  <head>The Books usually read by the Scholars of Mrs Two-Shoes are these and are sold at Mr
     Newbery's at the Bible and Sun in St Paul's Church-yard.</head>
  <list>
   <item n="1">The Christmas Box, Price 1d.</item>
   <item n="2">The History of Giles Gingerbread, 1d.</item>
<!-- ... -->
   <item n="42">A Curious Collection of Travels, selected from the Writers of all Nations,
       10 Vol, Pr. bound 1l.</item>
  </list>
 </div>
 <div type="advert">
  <head>By the KING's Royal Patent, Are sold by J. NEWBERY, at the Bible and Sun in St.
     Paul's Church-Yard.</head>
  <list>
   <item n="1">Dr. James's Powders for Fevers, the Small-Pox, Measles, Colds, &amp;c. 2s.
       6d</item>
   <item n="2">Dr. Hooper's Female Pills, 1s.</item>
<!-- ... -->
  </list>
 </div>
</back>
bibliography Show all ⚓︎

<back> (zh-TW)

<back>
 <div1 type="appendix">
  <head>臺灣現代詩論戰史資料彙編</head>
  <p>現代詩論戰史第一階段</p>
 </div1>
 <div1 type="epistle">
  <head>白先勇致瘂弦洛夫</head>
  <salute>您好,</salute>
  <p>您的副本我已使用完畢,可以歸還了,麻煩您。</p>
 </div1>
 <div1 type="advert">
  <head>本論文提及的專書,可於台灣各大書店詢問訂購。</head>
  <list>
   <item n="1">陳芳明《詩與現實》,台北:洪範,1983。</item>
   <item n="2">洛夫《詩人之鏡》,台北:大業,1969。</item>
   <item n="42">廖炳惠《回顧現代》,台北:麥田,1994。</item>
  </list>
 </div1>
 <div1 type="advert">
  <head>
   <hi rend="center">詩集、詩選</hi>也可於網路書店購得。</head>
  <list>
   <item n="1">余光中《天狼星》,台北:洪範,1976。</item>
   <item n="2">席慕蓉著《無怨的青春》,台北,大地,1983。</item>
  </list>
 </div1>
</back>
bibliography Show all ⚓︎

5 Characters, Glyphs, and Writing Modes


5.7.2 Vertical Text with Embedded Horizontal Text

<list type="glossxml:lang="ja"
 style="writing-mode: vertical-rl; text-orientation: mixed">

 <label xml:lang="id">hampir</label>
 <item>「近い、ほとんど」</item>
 <label xml:lang="id">baru</label>
 <item>「新しい、ばかい」</item>
<!-- ... -->
</list>
bibliography ⚓︎

5.7.2 Vertical Text with Embedded Horizontal Text

<list type="glossxml:lang="ja"
 style="writing-mode: vertical-rl; text-orientation: upright">

 <label xml:lang="id">hampir</label>
 <item>「近い、ほとんど」</item>
 <label xml:lang="id">baru</label>
 <item>「新しい、ばかい」</item>
<!-- ... -->
</list>
bibliography ⚓︎

7 Performance Texts


<set> (fr)

<front>
 <set>
  <list type="gloss">
   <label>TEMPS</label>
   <item>1640</item>
   <label>LIEU</label>
   <item>La salle de l'Hôtel de Bourgogne</item>
  </list>
 </set>
</front>
bibliography Show all ⚓︎

<set> (zh-TW)

<front>
<!-- <>, <div type="Dedication">, etc. -->
 <set>
  <list type="gloss">
   <label>時間:</label>
   <item>2007</item>
   <label>地點:</label>
   <item>台北市中心</item>
  </list>
 </set>
</front>
Show all ⚓︎

<set>

<front>
<!-- <titlePage>, <div type="Dedication">, etc. -->
 <set>
  <list type="gloss">
   <label>TIME</label>
   <item>1907</item>
   <label>PLACE</label>
   <item>East Coast village in England</item>
  </list>
 </set>
</front>
Show all ⚓︎

7.2.4 Stage Directions

<tagUsage gi="stage">This element is used for all stage directions,
editorial or authorial. The type attribute on this element takes
one or more of the following values:
<list type="gloss">
  <label>setting</label>
  <item>describes the set</item>
  <label>blocking</label>
  <item>describes movement across stage, position, etc.</item>
  <label>business</label>
  <item>describes movement other than blocking</item>
  <label>delivery</label>
  <item>describes how the line is said</item>
  <label>motivation</label>
  <item>describes character's emotional state or through line</item>
 </list>
</tagUsage>
⚓︎

8 Transcriptions of Speech


<u>

<u who="#spkr1">if did you set</u>
<u trans="latchingwho="#spkr2">well Joe and I set it between us</u>
<list type="speakers">
 <item xml:id="spkr1"/>
 <item xml:id="spkr2"/>
</list>
Show all ⚓︎

<u> (fr)

<u who="#fr_spkr1">si tu te déplaçais</u>
<u trans="latchingwho="#fr_spkr2">Joe et moi l'aurions mis entre nous</u>
<list type="speakers">
 <item xml:id="fr_spkr1"/>
 <item xml:id="fr_spkr2"/>
</list>
Show all ⚓︎

<u> (zh-TW)

<u who="#zh-tw_spkr1">假如你真的決定</u>
<u trans="latchingwho="#zh-tw_spkr2">...我和小文會在我們之間做個決定</u>
<list type="speakers">
 <item xml:id="zh-tw_spkr1"/>
 <item xml:id="zh-tw_spkr2"/>
</list>
Show all ⚓︎

10 Manuscript Description


10.7.1.3 Collation

<collation>
 <p>
  <formula>1-3:8, 4:6, 5-13:8</formula>
 </p>
</collation>
<collation>
 <p>There are now four gatherings, the first, second and fourth originally
   consisting of eight leaves, the third of seven. A fifth gathering thought to
   have followed has left no trace. <list>
   <item>Gathering I consists of 7 leaves, a first leaf, originally conjoint with
   <locus>fol. 7</locus>, having been cut away leaving only a narrow strip along
       the gutter; the others, <locus>fols 1</locus> and <locus>6</locus>,
   <locus>2</locus> and <locus>5</locus>, and <locus>3</locus> and
   <locus>4</locus>, are bifolia.</item>
   <item>Gathering II consists of 8 leaves, 4 bifolia.</item>
   <item>Gathering III consists of 7 leaves; <locus>fols 16</locus> and
   <locus>22</locus> are conjoint, the others singletons.</item>
   <item>Gathering IV consists of 2 leaves, a bifolium.</item>
  </list>
 </p>
</collation>
<collation>
 <p>I (1, 2+9, 3+8, 4+7, 5+6, 10); II (11, 12+17, 13, 14, 15, 16, 18,
   19).</p>
</collation>
<collation>
 <p>
  <formula>1-5.8 6.6 (catchword, f. 46, does not match following text) 7-8.8
     9.10, 11.2 (through f. 82) 12-14.8 15.8(-7)</formula>
 </p>
</collation>
⚓︎

10.7.2.2 Decoration

<decoDesc>
 <decoNote type="miniatures">
  <p>Fourteen large miniatures with arched tops, above five lines of text: <list>
    <item>
     <locus>fol. 14r</locus>Pericopes. <term>St. John writing on Patmos</term>,
         with the Eagle holding his ink-pot and pen-case; some flaking of pigment,
         especially in the sky</item>
    <item>
     <locus>fol. 26r</locus>Hours of the Virgin, Matins.
    <term>Annunciation</term>; Gabriel and the Dove to the right</item>
    <item>
     <locus>fol. 60r</locus>Prime. <term>Nativity</term>; the <term>Virgin and
           Joseph adoring the Child</term>
    </item>
    <item>
     <locus>fol. 66r</locus>Terce. <term>Annunciation to the Shepherds</term>,
         one with <term>bagpipes</term>
    </item>
<!-- ... -->
   </list>
  </p>
 </decoNote>
</decoDesc>
⚓︎

10.7.2.4 Additions and Marginalia

<additions>
 <p>Spaces for initials and chapter headings were left by the scribe but not
   filled in. A later, probably fifteenth-century, hand has added initials and
   chapter headings in greenish-coloured ink on fols <locus>8r</locus>,
 <locus>8v</locus>, <locus>9r</locus>, <locus>10r</locus> and <locus>11r</locus>.
   Although a few of these chapter headings are now rather difficult to read, most
   can be made out, e.g. fol. <locus>8rb</locus>
  <quote xml:lang="is">floti ast<ex>ri</ex>d<ex>ar</ex>
  </quote>; fol.
 <locus>9rb</locus>
  <quote xml:lang="is">v<ex>m</ex> olaf conung</quote>, and fol.
 <locus>10ra</locus>
  <quote xml:lang="is">Gipti<ex>n</ex>g ol<ex>a</ex>fs
     k<ex>onun</ex>gs</quote>.</p>
 <p>The manuscript contains the following marginalia: <list>
   <item>Fol. <locus>4v</locus>, left margin: <quote xml:lang="is">hialmadr
    <ex>ok</ex>
     <lb/>brynjadr</quote>, in a fifteenth-century hand, imitating an addition made
       to the text by the scribe at this point.</item>
   <item>Fol. <locus>5r</locus>, lower margin: <quote xml:lang="is">þ<ex>e</ex>tta
         þiki m<ex>er</ex> v<ex>er</ex>a gott blek en<ex>n</ex>da kan<ex>n</ex> ek icki
         betr sia</quote>, in a fifteenth-century hand, probably the same as that on the
       previous page.</item>
   <item>Fol. <locus>9v</locus>, bottom margin: <quote xml:lang="is">þessa bok
         uilda eg <sic>gæt</sic> lært med
    <lb/>an Gud gefe myer Gott ad
    <lb/>læra</quote>; seventeenth-century hand.</item>
  </list>
 </p>
 <p>There are in addition a number of illegible scribbles in a later hand (or
   hands) on fols <locus>2r</locus>, <locus>3r</locus>, <locus>5v</locus> and
 <locus>19r</locus>.</p>
</additions>
⚓︎

<msPart>

<msDesc>
 <msIdentifier>
  <settlement>Amiens</settlement>
  <repository>Bibliothèque Municipale</repository>
  <idno>MS 3</idno>
  <msName>Maurdramnus Bible</msName>
 </msIdentifier>
 <msContents>
  <summary>
   <list>
    <item xml:lang="en">Miscellany of various texts;</item>
    <item xml:lang="la">Prudentius, Psychomachia;</item>
    <item xml:lang="la">Physiologus de natura animantium</item>
   </list>
  </summary>
  <textLang mainLang="la">Latin</textLang>
 </msContents>
 <physDesc>
  <objectDesc form="composite_manuscript"/>
 </physDesc>
 <msPart>
  <msIdentifier>
   <idno>ms. 10066-77 ff. 140r-156v</idno>
  </msIdentifier>
  <msContents>
   <summary xml:lang="la">Physiologus</summary>
   <textLang mainLang="la">Latin</textLang>
  </msContents>
 </msPart>
 <msPart>
  <msIdentifier>
   <altIdentifier>
    <idno>MS 6</idno>
   </altIdentifier>
  </msIdentifier>
<!-- other information specific to this part here -->
 </msPart>
<!-- more parts here -->
</msDesc>
Show all ⚓︎

11 Representation of Primary Sources


11.3.1.3 Correction and Conjecture

<correction>
 <p>The following codes are used to categorize corrections identified in this
   transcription: <list type="gloss">
   <label>graphSubs</label>
   <item>Substitution of a more familiar word which resembles graphically
       what the scribe should be copying but which does not make sense in the
       context.</item>
<!-- ... -->
  </list>
 </p>
</correction>
⚓︎

15 Language Corpora


15.2.2 The Participant Description

<particDesc>
 <p>The chief speaking characters in this novel are
 <list>
   <item xml:id="EMWOO">
    <name>Emma Woodhouse</name>
   </item>
   <item xml:id="DARCY">
    <name>Mr Darcy</name>
   </item>
<!-- ... -->
  </list>
 </p>
</particDesc>
⚓︎

16 Linking, Segmentation, and Alignment


16.2.2 Pointing Locally

<div type="sectionxml:id="sect106">
<!-- ... -->
</div>
<div type="sectionn="107xml:id="sect107">
 <head>Limitations on exclusive rights: Fair use</head>
 <p>Notwithstanding the provisions of
 <ref target="#sect106">section 106</ref>, the fair use of a
   copyrighted work, including such use by reproduction in copies
   or phonorecords or by any other means specified by that section,
   for purposes such as criticism, comment, news reporting,
   teaching (including multiple copies for classroom use),
   scholarship, or research, is not an infringement of copyright.
   In determining whether the use made of a work in any particular
   case is a fair use the factors to be considered shall
   include — 
 <list rend="bulleted">
   <item n="(1)">the purpose and character of the use, including
       whether such use is of a commercial nature or is for nonprofit
       educational purposes;</item>
   <item n="(2)">the nature of the copyrighted work;</item>
   <item n="(3)">the amount and substantiality of the portion
       used in relation to the copyrighted work as a whole;
       and</item>
   <item n="(4)">the effect of the use upon the potential market
       for or value of the copyrighted work.</item>
  </list>
   The fact that a work is unpublished shall not itself bar a
   finding of fair use if such finding is made upon consideration
   of all the above factors.</p>
</div>
bibliography ⚓︎

16.7 Aggregation

<list>
 <head>Authors</head>
 <item xml:id="a_uf">Figge, Udo </item>
 <item xml:id="a_ch">Heibach, Christiane </item>
 <item xml:id="a_gh">Heyer, Gerhard </item>
 <item xml:id="a_bp">Philipp, Bettina </item>
 <item xml:id="a_ms">Samiec, Monika </item>
 <item xml:id="a_ss">Schierholz, Stefan </item>
</list>
<join target="#a_ch #a_bp #a_ss"
 result="list">

 <desc>Authors from Heidelberg</desc>
</join>
⚓︎

<join> (fr)

<p>Southern dialect (my own variety, at least) has only <list xml:id="fr_LP1">
  <item>
   <s>I done gone</s>
  </item>
  <item>
   <s>I done went</s>
  </item>
 </list> whereas Negro Non-Standard basilect has both these and <list xml:id="fr_LP2">
  <item>
   <s>I done go</s>
  </item>
 </list>.</p>
<p>White Southern dialect also has <list xml:id="fr_LP3">
  <item>
   <s>I've done gone</s>
  </item>
  <item>
   <s>I've done went</s>
  </item>
 </list> which, when they occur in Negro dialect, should probably be considered as
borrowings from other varieties of English.</p>
<join result="listxml:id="fr_LST1"
 target="#fr_LP1 #fr_LP2 #fr_LP3scope="branches">

 <desc>Sample sentences in Southern speech</desc>
</join>
Show all ⚓︎

<join> (zh-TW)

<p>台灣譯為<list xml:id="zh-tw_LP1">
  <item>
   <s>艾蜜莉的異想世界</s>
  </item>
 </list> ;香港譯作<list xml:id="zh-tw_LP2">
  <item>
   <s>天使愛美麗</s>
  </item>
 </list></p>
<p>中國大陸則名為<list xml:id="zh-tw_LP3">
  <item>
   <s>阿梅麗的奇妙命運</s>
  </item>
 </list></p>
<join result="listxml:id="zh-tw_LST1"
 target="#zh-tw_LP1 #zh-tw_LP2 #zh-tw_LP3scope="branches">

 <desc>電影Le Fabuleux Destin d'Amélie Poulain的中港台譯名</desc>
</join>
Show all ⚓︎

<join>

<p>Southern dialect (my own variety, at least) has only <list xml:id="LP1">
  <item>
   <s>I done gone</s>
  </item>
  <item>
   <s>I done went</s>
  </item>
 </list> whereas Negro Non-Standard basilect has both these and <list xml:id="LP2">
  <item>
   <s>I done go</s>
  </item>
 </list>.</p>
<p>White Southern dialect also has <list xml:id="LP3">
  <item>
   <s>I've done gone</s>
  </item>
  <item>
   <s>I've done went</s>
  </item>
 </list> which, when they occur in Negro dialect, should probably be considered as borrowings from other varieties of English.</p>
<join result="listxml:id="LST1"
 target="#LP1 #LP2 #LP3scope="branches">

 <desc>Sample sentences in Southern speech</desc>
</join>
Show all ⚓︎

21 Certainty, Precision, and Responsibility


21.3 Attribution of Responsibility

Ernest went to old
<persName xml:id="CE-p5rend="it">Saybrook</persName>.

<!-- ... -->
<respons target="#CE-p5locus="value"
 resp="#RC"/>

<respons target="#CE-p5"
 locus="name locationresp="#PMWR"/>

<list type="encoders">
 <item xml:id="PMWR"/>
 <item xml:id="RC"/>
</list>
⚓︎

<respons>

<respons target="#p1locus="name location"
 resp="#encoder1"/>

<respons target="#p2match="@rend"
 locus="valueresp="#encoder2"/>

<list type="encoders">
 <item xml:id="encoder1"/>
 <item xml:id="encoder2"/>
</list>
bibliography Show all ⚓︎

<respons> (fr)

<respons target="#fr_p1"
 locus="name locationresp="#fr_encoder1"/>

<respons target="#fr_p2locus="value"
 resp="#fr_encoder2"/>

<list type="encoders">
 <item xml:id="fr_encoder1"/>
 <item xml:id="fr_encoder2"/>
</list>
bibliography Show all ⚓︎

<respons> (zh-TW)

<respons target="#zh-tw_p1"
 locus="name locationresp="#zh-tw_encoder1"/>

<respons target="#zh-tw_p2match="@rend"
 locus="valueresp="#zh-tw_encoder2"/>

<list type="編碼員">
 <item xml:id="zh-tw_編碼員1"/>
 <item xml:id="zh-tw_編碼員2"/>
</list>
bibliography Show all ⚓︎

22 Documentation Elements


<egXML>

<egXML xmlns="http://www.tei-c.org/ns/Examples"><div>
  <head>A slide about <gi>egXML</gi>
  </head>
  <list>
   <item>
    <gi>egXML</gi> can be used to give XML examples in the TEI
       Examples namespace</item>
   <item>Attributes values for <att>valid</att>:
   <list rend="collapsed">
     <item>
      <val rend="green">true</val>: intended to be fully
           valid</item>
     <item>
      <val rend="amber">feasible</val>: valid if missing nodes
           provided</item>
     <item>
      <val rend="red">false</val>: not intended to be valid</item>
    </list>
   </item>
   <item>The <att>rend</att> attribute can be
       used for recording how parts of the example were rendered.</item>
  </list>
</div>
</egXML>
Show all ⚓︎
<div>
  <head>A slide about <gi>egXML</gi>
  </head>
  <list>
   <item>
    <gi>egXML</gi> can be used to give XML examples in the TEI
       Examples namespace</item>
   <item>Attributes values for <att>valid</att>:
   <list rend="collapsed">
     <item>
      <val rend="green">true</val>: intended to be fully
           valid</item>
     <item>
      <val rend="amber">feasible</val>: valid if missing nodes
           provided</item>
     <item>
      <val rend="red">false</val>: not intended to be valid</item>
    </list>
   </item>
   <item>The <att>rend</att> attribute can be
       used for recording how parts of the example were rendered.</item>
  </list>
</div>
Show all ⚓︎