<place>
<place> 地理上の場所のデータを示す. | |
モジュール | namesdates — 13 Names, Dates, People, and Places |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype) att.editLike (@evidence, @source, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.responsibility (@cert, @resp)) att.sortable (@sortKey) |
当該モジュールを使用するもの | |
上位 | corpus: settingDesc |
下位 | |
宣言 |
element place { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.typed.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.responsibility.attributes, att.sortable.attributes, ( model.headLike*, ( ( model.pLike* ) | ( model.labelLike | model.placeStateLike | model.placeEventLike )* ), ( model.noteLike | model.biblLike | idno | linkGrp | link )*, ( model.placeLike | listPlace )* ) } |
例 | <place> <country>Lithuania</country> <country xml:lang="lt">Lietuva</country> <place> <settlement>Vilnius</settlement> </place> <place> <settlement>Kaunas</settlement> </place> </place> |