<location>
<location> (location) defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an address. [13.3.4. Places] | |||||||||||
Module | namesdates | ||||||||||
Attributes |
| ||||||||||
Member of | |||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unit header: authority catDesc change classCode correspAction creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset org orgName persName persPronouns place placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint | ||||||||||
May contain | |||||||||||
Example | <place> <placeName>Abbey Dore</placeName> <location> <geo>51.969604 -2.893146</geo> </location> </place> | ||||||||||
Example | <place xml:id="BGbuilding" type="building"> <placeName>Brasserie Georges</placeName> <location> <country key="FR"/> <settlement type="city">Lyon</settlement> <district type="arrondissement">IIème</district> <district type="quartier">Perrache</district> <placeName type="street"> <num>30</num>, Cours de Verdun</placeName> </location> </place> | ||||||||||
Example | <place type="imaginary"> <placeName>Atlantis</placeName> <location> <offset>beyond</offset> <placeName>The Pillars of <persName>Hercules</persName> </placeName> </location> </place> | ||||||||||
Content model | <content> | ||||||||||
Schema Declaration | element location { tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, attribute calendar { list { teidata.pointer+ } }?, ( tei_precision | tei_model.labelLike | tei_model.placeNamePart | tei_model.offsetLike | tei_model.measureLike | tei_model.addressLike | tei_model.noteLike | tei_model.biblLike )* } |