4 * Copyright (c) 2000-2009 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
9 * $Id: emailTemplateData.dtd,v 1.2 2009/08/18 23:44:08 asmecher Exp $
12 <!ELEMENT email_texts (email_text+)
>
14 locale CDATA #REQUIRED
>
15 <!ELEMENT email_text (subject, body, description?)
>
18 <!ELEMENT subject (#PCDATA)
>
19 <!ELEMENT body (#PCDATA)
>
20 <!ELEMENT description (#PCDATA)
>