<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright TEI Consortium. 
    Dual-licensed under CC-by and BSD2 licences 
    See the file COPYING.txt for details
    $Date$
    $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>

<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" ident="location" module="namesdates">
  <gloss versionDate="2008-12-09" xml:lang="fr">localisation</gloss>
  <desc versionDate="2012-02-14" xml:lang="en">defines the location of a place as a set of geographical coordinates, in terms of other named geo-political entities, or as an
        address.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">다른 이름의 지리-정치적 개체를 통하여 지리적 좌표의 집합으로, 또는 주소로 장소의 위치를 정의한다.</desc>
  <desc versionDate="2008-04-06" xml:lang="es">define la localización de un lugar como conjunto de coordenadas geográficas, en términos de alguna
        entidades geopolítica dada, o como dirección.</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">地理上の座標集合，地政学上の名前付き実体，アドレスなどにより場所を定 義する．</desc>
  <desc versionDate="2008-12-09" xml:lang="fr">définit l'emplacement d'un lieu par des coordonnées géographiques, en termes d'entités nommées dites
        géopolitiques, ou par une adresse.</desc>
  <desc versionDate="2007-11-06" xml:lang="it">definisce la posizione di un luogo tramite una serie di coordinate geografiche, in termini di entità
        geopolitiche definite da altri o sotto forma di indirizzo</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.typed"/>
    <memberOf key="model.placeStateLike"/>
    <memberOf key="att.datable"/>
    <memberOf key="att.editLike"/>
  </classes>
  <content>
    <rng:zeroOrMore>
      <rng:choice>
        <rng:ref name="precision"/>
        <rng:ref name="model.labelLike"/>
        <rng:ref name="model.placeNamePart"/>
        <rng:ref name="model.offsetLike"/>
        <rng:ref name="model.measureLike"/>
        <rng:ref name="model.addressLike"/>
        <rng:ref name="model.noteLike"/>
        <rng:ref name="model.biblLike"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <place>
        <placeName>Abbey Dore</placeName>
        <location>
          <geo>51.969604 -2.893146</geo>
        </location>
      </place>
    </egXML>
  </exemplum>
  <exemplum xml:lang="mul">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <place type="building">
        <placeName>Brasserie Georges</placeName>
        <location>
          <country key="FR"/>
          <settlement type="city">Lyon</settlement>
          <district type="arrondissement">Perrache</district>
          <placeName type="street">Rue de la Charité</placeName>
        </location>
      </place>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <place type="imaginary">
        <placeName>Atlantis</placeName>
        <location>
          <offset>beyond</offset>
          <placeName>The Pillars of <persName>Hercules</persName>
               </placeName>
        </location>
      </place>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#NDGEOG"/>
  </listRef>
</elementSpec>
