<listPlace>
<listPlace> (list of places) contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them. | |
組件 | namesdates — 13 Names, Dates, People, and Places |
屬性 | att.typed (@type, @subtype) att.declarable (@default) |
屬於 | |
可包含 | core: head namesdates: listPlace place relation relationGrp |
宣告 |
element listPlace { att.global.attributes, att.typed.attributes, att.declarable.attributes, ( model.headLike*, ( model.placeLike | listPlace )+, ( relationGrp | relation )* ) } |
例子 | <listPlace type="offshoreIslands"> <place> <placeName>La roche qui pleure</placeName> </place> <place> <placeName>Ile aux cerfs</placeName> </place> </listPlace> |