<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en">
	<header>
		<title>Corpus DTD -format</title>
        <authors>
            <person email="tomi.pieski@hum.uit.no" name="Tomi Pieski"/>
        </authors>
	</header>
	<body>
        <section>
            <title>Introduction</title>
            <p>Draft    [X]
               Proposal [ ]
               Approved [ ]</p>
            <table>
                <caption>Version history</caption>
                <tr>
                    <th colspan="1" rowspan="1">Version</th>
                    <th colspan="1" rowspan="1">Date</th>
                    <th colspan="1" rowspan="1">Explanation</th>
                    <th colspan="1" rowspan="1">Author</th>
                </tr>
                <tr>
                   <td colspan="1" rowspan="1">0.1</td>
                   <td colspan="1" rowspan="1">14.3.2005</td>
                   <td colspan="1" rowspan="1">Initial transformation from newsgroup</td>
                   <td colspan="1" rowspan="1">Tomi</td>
                </tr>
            </table>
        </section>
		<section>
			<title>Content structure</title>
<source xml:space="preserve"><![CDATA[document (header, body)

    header (fileDesc, sourceDesc)
        fileDesc (title, translatedFrom, genre)
            title
            traslatedFrom (nob|nno|fin|swe|...)
            genre (fact|fiction|religion)
              fact (adm|news|science|...)
              fiction (prose|poetry|...)
              religion (bible|...)

        sourceDesc (author, year, place, publDesc)
            author (name, age, sex, nationality)
            year
            place
            publDesc (publisher, idno)
              idno
	


    body (text)
    text (title | paragraph | list | table | section) +

        section (title | paragraph | list | table | section) +
        list (li+)
        table (row+)
            row (cell+)
]]></source>
		</section>
        <section>
            <title>Formal TEI conformant DTD</title>
            <fixme author="Tomi">To be added</fixme>
            <p class="last_modified">Last modified: $Date: 2009-05-11 11:06:46 +0200 (man, 11 mai 2009) $, by $Author: boerre $</p>
        </section>
	</body>
</document>
