<?xml version="1.0" encoding="ISO-8859-1" ?>
<!ENTITY % HTMLlat1 SYSTEM "ent/xhtml-lat1.ent">
<!ENTITY % HTMLsymbol SYSTEM "ent/xhtml-symbol.ent">
<!ENTITY % HTMLspecial SYSTEM "ent/xhtml-special.ent">
%HTMLlat1;
%HTMLsymbol;
%HTMLspecial;
<!ELEMENT module (chapter+)>
<!ATTLIST module title CDATA #REQUIRED
author CDATA #REQUIRED
date CDATA #IMPLIED
directory NMTOKEN #FIXED "general"
stylesdir NMTOKEN #FIXED "styles"
prefacefile NMTOKEN #FIXED "index.html"
tocfile NMTOKEN #FIXED "toc.html"
bibliographyfile NMTOKEN #IMPLIED
webographyfile NMTOKEN #IMPLIED
glossaryfile NMTOKEN #IMPLIED
helpfile NMTOKEN #IMPLIED>
<!ELEMENT chapter (section*)>
<!ATTLIST chapter title CDATA #REQUIRED
directory NMTOKEN #REQUIRED
contentfile NMTOKEN #FIXED "index.html"
counter (yes | no) "yes"
abstractfile NMTOKEN #IMPLIED
qcmfile CDATA #IMPLIED>
<!ELEMENT section (subsection*)>
<!ATTLIST section title CDATA #REQUIRED
contentfile NMTOKEN #REQUIRED>
<!ELEMENT subsection EMPTY>
<!ATTLIST subsection title CDATA #REQUIRED
contentfile NMTOKEN #REQUIRED>