<listPlace>
<listPlace> (list of places) contains a list of places, optionally followed by a list of relationships
(other than containment) defined amongst them. [2.2.7. The Source Description 13.3.4. Places]
Module | namesdates |
Attributes |
att.global
xml:id
n
xml:lang
att.typed
type
|
Member of | |
Contained by |
namesdates: occupation
|
May contain | |
Examples |
<listPlace type="offshoreIslands"> <place> <placeName>La roche qui pleure</placeName> </place> <place> <placeName>Ile aux cerfs</placeName> </place> </listPlace> |
Source | Github
<elementSpec rend="change" module="namesdates" ident="listPlace"> <gloss>list of places</gloss> <desc>contains a list of places, optionally followed by a list of relationships (other than containment) defined amongst them.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.typed"/> <memberOf key="model.listLike"/> </classes> <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="head" minOccurs="0" maxOccurs="1"/> <elementRef key="place" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> </elementSpec> |