<?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" module="namesdates" ident="geo">
  <gloss versionDate="2007-06-15" xml:lang="en">geographical coordinates</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">지리적 좌표</gloss>
  <gloss versionDate="2008-04-06" xml:lang="es">coordenadas geográficas</gloss>
  <gloss versionDate="2008-12-09" xml:lang="fr">coordonnées géographiques</gloss>
  <gloss versionDate="2007-11-06" xml:lang="it">coordinate geografiche</gloss>
  <desc versionDate="2007-06-15" xml:lang="en">contains any expression of a set of geographic coordinates, representing a point, line, or area on the surface of the earth in some
        notation.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">특정 표기법으로 지표상 지점, 선, 영역을 표시하는 지리적 좌표의 집합 표현을 포함한다.</desc>
  <desc versionDate="2008-04-06" xml:lang="es">contiene cualquier expresión de un conjunto de coordenadas geográficas, representando un punto, línea o
        área en la superficie de la tierra en alguna anotación.</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">地球上の一点，線，領域を表すための，地理上の座標を示す．</desc>
  <desc versionDate="2009-03-19" xml:lang="fr">contient toute expression, dans un système de notation, d'un ensemble de coordonnées géographiques
        représentant un point, une ligne ou une zone sur la surface de la Terre.</desc>
  <desc versionDate="2007-11-06" xml:lang="it">contiene una qualsiasi espressione di una serie di coordinate geografiche che rappresenti un punto, una
        linea o un'area sulla superficie della terra in una data notazione</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.declaring"/>
    <memberOf key="model.measureLike"/>
  </classes>
  <content>
    <text xmlns="http://relaxng.org/ns/structure/1.0"/>
  </content>
  <exemplum xml:lang="und">
    <!--  RIB 262. A tombstone plus six lines of
	 Anglo-Saxon text. Still in situ at Church of St. Mary-le-Wigford in
	 Lincoln. Prose description is: "built into the west tower (on the south side
	 of the archway, at 8 ft. above the ground)" -->
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <geoDecl xml:id="WGS" datum="WGS84">World Geodetic System</geoDecl>
      <geoDecl xml:id="OS" datum="OSGB36">Ordnance Survey</geoDecl>
      <!-- .... -->
      <location>
        <desc>A tombstone plus six lines of
	 Anglo-Saxon text, built into the west tower (on the south side
	 of the archway, at 8 ft. above the ground) of the
	 Church of St. Mary-le-Wigford in Lincoln.</desc>
        <geo decls="#WGS">53.226658 -0.541254</geo>
        <geo decls="#OS">SK 97481 70947</geo>
      </location>
    </egXML>
  </exemplum>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <geo>41.687142 -74.870109</geo>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <geo decls="#BYDEGREES">W 8°37'--W 6°00'/N 34°00'--N 31°57'</geo>
    </egXML>
  </exemplum>
  <remarks versionDate="2013-02-02" xml:lang="en">
    <p>Uses of <gi>geo</gi> can be associated with a coordinate
    system, defined by a <gi>geoDecl</gi> element supplied in the TEI
    header, using the <att>decls</att> attribute. If no such link is
    made, the assumption is that the content of each <gi>geo</gi>
    element will be a pair of numbers separated by whitespace, to be
    interpreted as latitude followed by longitude according to the
    World Geodetic System.</p>
  </remarks>
  <listRef>
    <ptr target="#NDGEOGva" type="div3"/>
  </listRef>
</elementSpec>
