<terrain>
<terrain> 場所の地形情報を示す. | |
モジュール | 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.naming (@nymRef) att.typed (@type, @subtype) |
当該モジュールを使用するもの | |
下位 | |
宣言 |
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* ) } |
例 | <place xml:id="KERG"> <placeName>Kerguelen Islands</placeName> <!-- ... --> <terrain> <desc>antarctic tundra</desc> </terrain> <!-- ... --> </place> |