<listPlace>
<listPlace> (list of places) contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them. | |
Module | namesdates — 13 Names, Dates, People, and Places |
In addition to global attributes | att.typed (@type, @subtype) att.declarable (@default) |
Used by | |
May contain |
core: head
namesdates: listPlace place relation relationGrp
|
Declaration |
element listPlace { att.global.attributes, att.typed.attributes, att.declarable.attributes, ( model.headLike*, ( model.placeLike | listPlace )+, ( relationGrp | relation )* ) } |
Example |
<listPlace type="offshoreIslands">
<place> <placeName>La roche qui pleure</placeName> </place> <place> <placeName>Ile aux cerfs</placeName> </place> </listPlace> |