<climate>

<climate> ある場所の天候に関する情報を示す.
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) att.naming (@nymRef) att.typed (@type, @subtype)
当該モジュールを使用するもの
下位
header: biblFull
linking: ab
msdescription: msDesc
namesdates: climate
textcrit: witDetail
宣言

<rng:element name="climate">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:choice>
  <rng:group>
   <rng:oneOrMore>
    <rng:ref name="model.pLike"/>
   </rng:oneOrMore>
  </rng:group>
  <rng:group>
   <rng:oneOrMore>
    <rng:ref name="model.labelLike"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="model.biblLike"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:ref name="climate"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element climate
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   att.naming.attributes,
   att.typed.attributes,
   (
      model.headLike*,
      ( ( model.pLike+ ) | ( model.labelLike+ ) ),
      ( model.noteLike | model.biblLike )*,
      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>