<!-- teiana2.dtd:  written by OddDTD 1999-05-18               -->

<!-- 15:  Simple analytic mechanisms                          -->
<!-- Text Encoding Initiative: Guidelines for Electronic      -->
<!-- Text Encoding and Interchange. Document TEI P3, 1994.    -->
<!-- Copyright (c) 1994 ACH, ACL, ALLC. Permission to copy    -->
<!-- in any form is granted, provided this notice is          -->
<!-- included in all copies.                                  -->
<!-- These materials may not be altered; modifications to     -->
<!-- these DTDs should be performed as specified in the       -->
<!-- Guidelines in chapter "Modifying the TEI DTD."           -->
<!-- These materials subject to revision. Current versions    -->
<!-- are available from the Text Encoding Initiative.         -->
<!-- We declare the various elements, group by group.         -->
<!-- 15.3:  Spans                                             -->
<!ENTITY % span 'INCLUDE' >
<![ %span; [
<!ELEMENT %n.span;      - O  EMPTY                              >
<!ATTLIST %n.span;           %a.global;
                             %a.interpret;
          to                 IDREF               #IMPLIED
          value              CDATA               #REQUIRED
          from               IDREF               #REQUIRED
          TEIform            CDATA               'span'         >
]]>

<!ENTITY % spanGrp 'INCLUDE' >
<![ %spanGrp; [
<!ELEMENT %n.spanGrp;   - -  ((%n.span;)*)                      >
<!ATTLIST %n.spanGrp;        %a.global;
                             %a.interpret;
          TEIform            CDATA               'spanGrp'      >
]]>

<!ENTITY % interp 'INCLUDE' >
<![ %interp; [
<!ELEMENT %n.interp;    - O  EMPTY                              >
<!ATTLIST %n.interp;         %a.global;
                             %a.interpret;
          value              CDATA               #REQUIRED
          TEIform            CDATA               'interp'       >
]]>

<!ENTITY % interpGrp 'INCLUDE' >
<![ %interpGrp; [
<!ELEMENT %n.interpGrp; - -  ((%n.interp;)*)                    >
<!ATTLIST %n.interpGrp;      %a.global;
                             %a.interpret;
          TEIform            CDATA               'interpGrp'    >
]]>

<!-- (end of 15.3)                                            -->
<!-- 15.1:  Linguistic Segment Categories                     -->
<!ENTITY % s 'INCLUDE' >
<![ %s; [
<!ELEMENT %n.s;         - -  (%phrase.seq)        -(s)          >
<!ATTLIST %n.s;              %a.global;
                             %a.seg;
          TEIform            CDATA               's'            >
]]>

<!ENTITY % cl 'INCLUDE' >
<![ %cl; [
<!ELEMENT %n.cl;        - -  (%phrase.seq)                      >
<!ATTLIST %n.cl;             %a.global;
                             %a.seg;
          TEIform            CDATA               'cl'           >
]]>

<!ENTITY % phr 'INCLUDE' >
<![ %phr; [
<!ELEMENT %n.phr;       - -  (%phrase.seq)                      >
<!ATTLIST %n.phr;            %a.global;
                             %a.seg;
          TEIform            CDATA               'phr'          >
]]>

<!ENTITY % w 'INCLUDE' >
<![ %w; [
<!ELEMENT %n.w;         - -  ((#PCDATA | %n.seg; | %n.w; | 
                             %n.m; | %n.c;)*)                   >
<!ATTLIST %n.w;              %a.global;
                             %a.seg;
          lemma              CDATA               #IMPLIED
          TEIform            CDATA               'w'            >
]]>

<!ENTITY % m 'INCLUDE' >
<![ %m; [
<!ELEMENT %n.m;         - -  ((#PCDATA | %n.seg; | %n.c;)*)     >
<!ATTLIST %n.m;              %a.global;
                             %a.seg;
          baseform           CDATA               #IMPLIED
          TEIform            CDATA               'm'            >
]]>

<!ENTITY % c 'INCLUDE' >
<![ %c; [
<!ELEMENT %n.c;         - -  (#PCDATA)                          >
<!ATTLIST %n.c;              %a.global;
                             %a.seg;
          TEIform            CDATA               'c'            >
]]>

<!-- (end of 15.1)                                            -->
<!-- (end of 15)                                              -->
