<!-- This is the article DTD and forms part   -->
<!-- The XYZ corporation document standards   -->
<!-- Typical invocation:                      -->
<!--     <!DOCTYPE article                    -->
<!--      PUBLIC "-//XYZ//Simple Article//EN" -->
<!--             "article.dtd">               -->
<!-- This DTD coded by Lee Anne Phillips 1999 -->
<!-- Element names                            -->
<!-- For easy localization, all Element names -->
<!-- have been collected below as parameter   -->
<!-- entities. To localize this DTD, override -->
<!-- each Name with a local equivalent name.  -->
<!-- All name containers are capitalized so   -->
<!-- they're easy to spot in the DTD but you  -->
<!-- don't have to touch them anywhere but    -->
<!-- here.                                    -->
<!ENTITY % Doctype   "article">
<!ENTITY % Front     "front">
<!ENTITY % Body      "body">
<!ENTITY % Back      "back">
<!ENTITY % Title     "title">
<!ENTITY % Author    "author">
<!ENTITY % Date      "date">
<!ENTITY % Publisher "publisher">
<!ENTITY % Copyright "copyright">
<!ENTITY % Part      "part">
<!ENTITY % Paragraph "paragraph">
<!ENTITY % Number    "number">
<!ENTITY % Notes     "notes">
<!ENTITY % Appendix  "appendix">


