<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (c) 2000-2002 EUROCONTROL, all rights reserved.
    This work is subject to the license provided in the file LICENSE.txt.
-->
<!--
	translations.dtd: DTD for static text translations
	$Date: 2003/03/07 12:18:26 $
	$Revision: 1.1 $
-->
<!-- The note element is for giving instructions to translators -->
<!ELEMENT note (#PCDATA)>
<!-- The text element groups all translations for a given text unit -->
<!ELEMENT text (note?, translation+)>
<!ATTLIST text
	id ID #REQUIRED
>
<!-- One instance of the text, in a specific language -->
<!ELEMENT translation (#PCDATA)>
<!ATTLIST translation
	xml:lang NMTOKEN #REQUIRED
>
<!-- Root element -->
<!ELEMENT translations (text+)>
<!ATTLIST translations
	xmlns CDATA #FIXED "http://www.eurocontrol.int/xmlns/AIM/eAIP/translation"
>
