Esempio: <setting>

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

15 Language Corpora


15.2.3 The Setting Description

<settingDesc>
 <setting who="#p1 #p2">
  <name type="city">Bedford</name>
  <name type="region">UK: South East</name>
  <date>early spring, 1989</date>
  <locale>rug of a suburban home</locale>
  <activity>playing</activity>
 </setting>
 <setting who="#p3">
  <name type="city">Bedford</name>
  <name type="region">UK: South East</name>
  <date>early spring, 1989</date>
  <locale>at the sink</locale>
  <activity>washing-up</activity>
 </setting>
 <setting who="#p4">
  <name type="place">London, UK</name>
  <time>unknown</time>
  <locale>broadcasting studio</locale>
  <activity>radio performance</activity>
 </setting>
</settingDesc>
⚓︎

<setting> (en)

<setting>
 <placeName>New York City, US</placeName>
 <date>1989</date>
 <locale>on a park bench</locale>
 <activity>feeding birds</activity>
</setting>
Mostra tutto ⚓︎

<setting> (fr)

<setting>
 <name> Clermont-Ferrand</name>
 <date>Mi-décembre</date>
 <locale>Ceyrat</locale>
 <activity>mise en marche de la voiture</activity>
</setting>
bibliografia Mostra tutto ⚓︎

<setting> (zh-TW)

<setting>
 <name>台灣,台北</name>
 <date>1970</date>
 <locale>-新公園的長凳上</locale>
 <activity>躺臥</activity>
</setting>
bibliografia Mostra tutto ⚓︎

2 The TEI Header


<profileDesc> (en)

<profileDesc>
 <langUsage>
  <language ident="fr">French</language>
 </langUsage>
 <textDesc n="novel">
  <channel mode="w">print; part issues</channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepared"/>
  <purpose type="entertaindegree="high"/>
  <purpose type="informdegree="medium"/>
 </textDesc>
 <settingDesc>
  <setting>
   <name>Paris, France</name>
   <time>Late 19th century</time>
  </setting>
 </settingDesc>
</profileDesc>
Mostra tutto ⚓︎

<profileDesc> (fr)

<profileDesc>
 <langUsage>
  <language ident="fr">français</language>
 </langUsage>
 <textDesc n="roman">
  <channel mode="w">copie; extraits </channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepare"/>
  <purpose type="distractiondegree="high"/>
  <purpose type="information"
   degree="medium"/>

 </textDesc>
 <settingDesc>
  <setting>
   <name>Paris, France</name>
   <time>Fin 19e</time>
  </setting>
 </settingDesc>
</profileDesc>
Mostra tutto ⚓︎

<profileDesc> (zh-TW)

<profileDesc>
 <langUsage>
  <language ident="fr">法文</language>
 </langUsage>
 <textDesc n="novel">
  <channel mode="w">出版品;專題輯</channel>
  <constitution type="single"/>
  <derivation type="original"/>
  <domain type="art"/>
  <factuality type="fiction"/>
  <interaction type="none"/>
  <preparedness type="prepared"/>
  <purpose type="entertaindegree="high"/>
  <purpose type="informdegree="medium"/>
 </textDesc>
 <settingDesc>
  <setting>
   <name>法國巴黎</name>
   <time>19世紀晚期</time>
  </setting>
 </settingDesc>
</profileDesc>
Mostra tutto ⚓︎