Based on the work by Neill A. Kipp, et al.
For full documentation, see the original.
etd.sgml.dtd
- Kipp's original DTDetd.xml.dtd
- my converstion to XMLempty_etd_minimal
- sample ETD in XML with only the required elementsempty_etd_optional
- sample ETD in XML with all the optional elements
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE etd SYSTEM "file:etd.xml.dtd">
<etd>
<front>
<title></title>
<author>
<given></given>
<surname></surname>
<suffix></suffix>
</author>
<submission></submission>
<school></school>
<degree></degree>
<major></major>
<approvals></approvals>
<date></date>
<city></city>
<state></state>
<keywords>
<keyword></keyword>
</keywords>
<copyright></copyright>
<abstract></abstract>
</front>
<body>
<chapter></chapter>
</body>
<back>
<bibliography></bibliography>
<vita></vita>
</back>
<footnote id="x1"></footnote>
</etd>