<geoDecl>

<geoDecl> (geographic coordinates declaration) documents the notation and the datum used for geographic coordinates expressed as content of the <geo> element elsewhere within the document.
Moduleheader — 2 The TEI Header
Attributs att.declarable (@default)
datumsupplies a commonly used code name for the datum employed.
Statut Obligatoire quand applicable
Type de données
data.enumerated
Les valeurs suggérées comprennent:
WGS84
(World Geodetic System) a pair of numbers to be interpreted as latitude followed by longitude according to the World Geodetic System. [Valeur par défaut]
MGRS
(Military Grid Reference System) the values supplied are geospatial entity object codes, based on Universal Transverse Mercator coordinates
OSGB36
(ordnance survey great britain) the value supplied is to be interpreted as a British National Grid Reference.
ED50
(European Datum coordinate system) the value supplied is to be interpreted as latitude followed by longitude according to the European Datum coordinate system.
Utilisé par model.encodingPart
Peut contenir
Declaration
element geoDecl
{
   att.global.attributes,
   att.declarable.attributes,
   attribute datum { "WGS84" | "MGRS" | "OSGB36" | "ED50" | xsd:Name }?,
   macro.phraseSeq
}
Exemple
<geoDecl datum="OSGB36"/>