<terrain>
<terrain> contient des informations sur le terrain physique d'un lieu. | |
Module | namesdates — 13 Names, Dates, People, and Places |
Attributs | 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) |
Utilisé par | |
Peut contenir | |
Declaration |
element terrain { 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 )*, terrain* ) } |
Exemple | <place xml:id="KERG"> <placeName>Kerguelen Islands</placeName> <!-- ... --> <terrain> <desc>antarctic tundra</desc> </terrain> <!-- ... --> </place> |