<climate>
<climate> (climate) contiene información sobre el clima físico de un lugar. | |
Módulo | namesdates — 13 Names, Dates, People, and Places |
Atributos | 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.canonical (@key, @ref)) att.typed (@type, @subtype) |
Usado por | |
Puede contener | |
Declaración |
element climate { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.naming.attributes, att.canonical.attributes, att.typed.attributes, ( model.headLike*, ( ( model.pLike+ ) | ( model.labelLike+ ) ), ( model.noteLike | model.biblLike )*, climate* ) } |
Ejemplo | <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> |