<terrain>
<terrain> contains information about the physical terrain of a place. | |
Module | namesdates — 13 Names, Dates, People, and Places |
Attributes | att.datableatt.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, @precision) att.naming (@key, @ref, @nymRef) att.typed (@type, @subtype) |
Used by | terrain model.placeTraitLike |
May contain | |
Declaration |
element terrain { 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 )*, terrain* ) } |
Example | <place xml:id="KERG"> <placeName>Kerguelen Islands</placeName> <!-- ... --> <terrain> <desc>antarctic tundra</desc> </terrain> <!-- ... --> </place> |