Example: <climate>

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

13 Names, Dates, People, and Places


13.3.4.3 States, Traits, and Events

<place xml:id="greece">
 <placeName>Greece</placeName>
 <climate>
  <desc>Greece's climate is divided into three well defined
     classes:</desc>
  <climate>
   <label>Mediterranean</label>
   <desc>It features mild, wet winters and hot, dry
       summers. Temperatures rarely reach extremes, although snowfalls do
       occur occasionally even in <placeName>Athens</placeName>,
   <placeName>Cyclades</placeName> or <placeName>Crete</placeName>
       during the winter.</desc>
  </climate>
  <climate>
   <label>Alpine</label>
   <desc>It is found primarily in <placeName>
     <offset>Western</offset>
         Greece</placeName> (<placeName>Epirus</placeName>,
   <placeName>
     <offset>Central</offset> Greece</placeName>,
   <placeName>Thessaly</placeName>,
   <placeName>
     <offset>Western</offset> Macedonia</placeName> as well
       as central parts of <placeName>Peloponnesus</placeName> like
   <placeName>Achaea</placeName>, <placeName>Arcadia</placeName> and
       parts of <placeName>Laconia</placeName> where the Alpine range pass
       by)</desc>
  </climate>
  <climate>
   <label>Temperate</label>
   <desc>It is found in <placeName>
     <offset>Central</offset> and
    <offset>Eastern</offset> Macedonia</placeName> as well as in
   <placeName>Thrace</placeName> at places like
   <placeName>Komotini</placeName>, <placeName>Xanthi</placeName> and
   <placeName>
     <offset>northern</offset> Evros</placeName>. It features
       cold, damp winters and hot, dry summers.</desc>
  </climate>
 </climate>
</place>

<climate>

<place xml:id="ROMA">
 <placeName>Rome</placeName>
<!-- ... -->
 <climate>
  <ab>
   <table>
    <head>24-hr Average Temperature</head>
    <row>
     <cell/>
     <cell role="label">Jan</cell>
     <cell role="label">Jun</cell>
     <cell role="label">Dec</cell>
    </row>
    <row>
     <cell role="label">°C</cell>
     <cell role="data">7.1</cell>
     <cell role="data">21.7</cell>
     <cell role="data">8.3</cell>
    </row>
    <row>
     <cell role="label">°F</cell>
     <cell role="data">44.8</cell>
     <cell role="data">71.1</cell>
     <cell role="data">46.9</cell>
    </row>
   </table>
  </ab>
  <note>Taken from <bibl>
    <abbr>GHCN 2 Beta</abbr>: The Global Historical Climatology Network,
       version 2 beta, 1904 months between 1811 and 1980. <ptr target="http://www.worldclimate.com/cgi-bin/data.pl?ref=N41E012+1202+0004058G2"/>
   </bibl>
  </note>
 </climate>
</place>