<geo>

<geo> (coordonnées géographiques) 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. [13.3.4.1 Varieties of Location]
Module namesdates — Names, Dates, People, and Places
Attributs
Membre du
Contenu dans
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Peut contenir Des données textuelles uniquement
Note

Uses of geo can be associated with a coordinate system, defined by a geoDecl element supplied in the TEI header, using the decls attribute. If no such link is made, the assumption is that the content of each geo element will be a pair of numbers separated by whitespace, to be interpreted as latitude followed by longitude according to the World Geodetic System.

Exemple
<geoDecl xml:id="WGSdatum="WGS84">World Geodetic System</geoDecl>
<geoDecl xml:id="OSdatum="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>
Exemple
<geo>41.687142 -74.870109</geo>
Exemple
<geo decls="#BYDEGREES">W 8°37'--W 6°00'/N 34°00'--N 31°57'</geo>
Modèle de contenu
<content>
 <textNode/>
</content>
Schéma Declaration
<rng:element name="geo">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:text/>
</rng:element>
element geo
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.declaring.attributes,
   text
}