<place>
<place> (place) contains data about a geographic location [13.3.4. Places]
Module | namesdates |
Attributes | Attributes att.global.linking (corresp, copyOf) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.editLike (evidence) |
Contained by |
namesdates: listPlace
|
May contain | |
Examples |
<place> <country>Lithuania</country> <country xml:lang="lt">Lietuva</country> <place> <settlement>Vilnius</settlement> </place> <place> <settlement>Kaunas</settlement> </place> </place> |
Schematron |
All people must have a proper id.
<sch:rule context="/tei:place"> <sch:assert test="matches(@xml:id,concat('^', $placeIdPattern, '$'))">ERROR: All places must have an @xml:id of 4 uppercase letters and a number (e.g. LEIT1).</sch:assert> <sch:assert test="tei:placeName">ERROR: All places must have a placeName.</sch:assert> </sch:rule> |
Source | Github
<elementSpec rend="change" ident="place" module="namesdates"> <gloss>place</gloss> <desc>contains data about a geographic location</desc> <classes> <memberOf key="att.global.linking"/> <memberOf key="att.global"/> <memberOf key="att.editLike"/> </classes> <content> <sequence minOccurs="1" maxOccurs="1"> <elementRef key="placeName" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="location" minOccurs="0" maxOccurs="1"/> <elementRef key="note" minOccurs="0" maxOccurs="1"/> <elementRef key="linkGrp" minOccurs="0" maxOccurs="1"/> </sequence> </content> <attList/> </elementSpec> |