10.1.74. <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 14.3.4. Places] | |
| Module | namesdates — Specification |
| Attributes |
|
| Member of | |
| Contained by | |
| May contain | |
| Example | |
| Schematron |
<sch:pattern is-a="declarable">
<sch:param name="tde" value="tei:listPlace"/>
</sch:pattern> |
| Content model |
<content>
<sequence>
<classRef key="model.headLike"
minOccurs="0" maxOccurs="unbounded"/>
<elementRef key="desc" minOccurs="0"
maxOccurs="unbounded"/>
<alternate minOccurs="0"
maxOccurs="unbounded">
<elementRef key="relation" minOccurs="1"
maxOccurs="1"/>
<elementRef key="listRelation"
minOccurs="1" maxOccurs="1"/>
</alternate>
<sequence minOccurs="1"
maxOccurs="unbounded">
<alternate minOccurs="1"
maxOccurs="unbounded">
<classRef key="model.placeLike"
minOccurs="1" maxOccurs="1"/>
<elementRef key="listPlace"
minOccurs="1" maxOccurs="1"/>
</alternate>
<alternate minOccurs="0"
maxOccurs="unbounded">
<elementRef key="relation"
minOccurs="1" maxOccurs="1"/>
<elementRef key="listRelation"
minOccurs="1" maxOccurs="1"/>
</alternate>
</sequence>
</sequence>
</content>
⚓ |
| Schema Declaration | |





