<!-- bento_core DTD Version 1.0 -->
<!-- ALL CONTENTS COPYRIGHT 2008, OOP-Research Corporation. -->
<!-- All rights reserved. -->
<!-- Any questions and comments are welcome to -->
<!-- tech@oop-research.com -->

<!ELEMENT bento-core (email4error, mapping-per-host*)>

<!ELEMENT email4error (tz, to-address, to-name, from-address, from-name, subject, charset)>

<!ELEMENT mapping-per-host (host, supported-browsers, path2image, error-unit*)>

<!ELEMENT supported-browsers (browser-type*)>

<!ELEMENT path2image (path*)>

<!ELEMENT error-unit (key, map-list)>

<!ELEMENT map-list (map*)>

<!ELEMENT map (browser-type, error-file, error-image)>

<!ELEMENT tz (#PCDATA)>
<!ELEMENT to-address (#PCDATA)>
<!ELEMENT to-name (#PCDATA)>
<!ELEMENT from-address (#PCDATA)>
<!ELEMENT from-name (#PCDATA)>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT charset (#PCDATA)>

<!ELEMENT host (#PCDATA)>

<!ELEMENT browser-type (#PCDATA)>

<!ELEMENT path (#PCDATA)>

<!ELEMENT key (#PCDATA)>

<!ELEMENT error-file (#PCDATA)>

<!ELEMENT error-image (#PCDATA)>


