From LISTSERV@EARN.UICVM Mon Feb  3 10:36:50 1992
Received: from earn-relay.ac.uk by exua.exeter.ac.uk; Mon, 3 Feb 92 10:36:47 GMT
Received: from UKACRL by UK.AC.RL.IB (Mailer R2.07) with BSMTP id 2833; Mon, 03
          Feb 92 10:36:23 GMT
Received: from UICVM by UKACRL.BITNET (Mailer R2.07) with BSMTP id 9842; Mon,
          03 Feb 92 10:27:11 GM
Received: by UICVM (Mailer R2.07) id 0328; Mon, 03 Feb 92 04:26:02 CST
Date:     Mon, 3 Feb 1992 04:25:58 -0600
From: Revised List Processor (1.7b) <LISTSERV@EARN.UICVM>
Subject:  File: "TEIBASE1 DTD" being sent to you
To: MGPopham
Status: R

<!-- ******************************************************** -->
<!-- TEIbase1.DTD  Basic structure for conventional prose.    -->
<!-- Text Encoding Initiative:  Guidelines for the Encoding   -->
<!--     and Interchange of Machine-Readable Texts.           -->
<!--     DRAFT version 1.1, October 1990.                     -->
<!-- ******************************************************** -->
<!-- These materials subject to revision.  Current versions   -->
<!-- available from the Text Encoding Initiative.             -->
<!-- Changes from version 1.0                                 -->
<!--     use correct name for ling.analysis                   -->
<!--     move declarations for Front and Back entities        -->
<!--          from this file to TEI1 main file                -->
<!-- ******************************************************** -->
 
<!-- ******************************************************** -->
<!-- * Top-level structure of the text                      * -->
<!-- ******************************************************** -->
 
<!ELEMENT text          - -  (front?, body, back?)
                                                 +(%f.empty;
                                                 | ling.analysis
                                                 | var | app
                                                 | %rendition;) >
<!-- For simplicity, empty elements and optional elements     -->
<!-- are all embedded at the highest level of the DTD.        -->
<!ATTLIST text               %global.attributes;                >
 
<!-- ******************************************************** -->
<!-- * Front matter elements                                * -->
<!-- ******************************************************** -->
<!-- TEI.front was defined in TEI1.DTD                        -->
%TEI.front;
 
<!-- ******************************************************** -->
<!-- * Body elements                                        * -->
<!-- ******************************************************** -->
<!ELEMENT body          - -  (head?, (%p.seq;),
                             (div0* | div1*), trailer?)         >
<!ELEMENT div0          - o  (head?, (%p.seq;),
                             div1*, trailer?)                   >
<!ATTLIST div0               %global.attributes;
          name               CDATA               #CURRENT
          ref                (Y|N)               Y              >
 
<!ELEMENT div1          - o  (head?, (%p.seq;),
                             div2*, trailer?)                   >
<!ATTLIST div1               %global.attributes;
          name               CDATA               #CURRENT
          ref                (Y|N)               Y              >
 
<!ELEMENT div2          - o  (head?, (%p.seq;),
                             div3*, trailer?)                   >
<!ATTLIST div2               %global.attributes;
          name               CDATA               #CURRENT
          ref                (Y|N)               Y              >
 
<!ELEMENT div3          - o  (head?, (%p.seq;),
                             div4*, trailer?)                   >
<!ATTLIST div3               %global.attributes;
          name               CDATA               #CURRENT
          ref                (Y|N)               Y              >
 
<!ELEMENT div4          - o  (head?, (%p.seq;), trailer?)       >
<!ATTLIST div4               %global.attributes;
          name               CDATA               #CURRENT
          ref                (Y|N)               Y              >
 
<!-- head and trailer are defined in TEIcrys1, not here.      -->
 
<!-- ******************************************************** -->
<!-- * Paragraph-level Elements                             * -->
<!-- ******************************************************** -->
 
<!ELEMENT p             - o  (%soup;)                           >
<!ATTLIST p                  %global.attributes;                >
 
<!-- ******************************************************** -->
<!-- * Back matter elements                                 * -->
<!-- ******************************************************** -->
<!-- TEI.back was defined in TEI1.DTD                         -->
%TEI.back;

