location (hendiAll)
Back
<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.
Other Customizations
Attributes
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>