<!-- teivers2.dtd: written by OddDTD 1994-09-09 -->
<!-- 9.1: Base Tag Set for Verse -->
<!-- First, declare the default text structure, which is the -->
<!-- same for verse as it is for other kinds of text. (But -->
<!-- declare it only if verse is the only base.) -->
<![ %TEI.singleBase [
<!ENTITY % TEI.structure.dtd system 'teistr2.dtd' >
%TEI.structure.dtd;
]]>
<!-- Finally, declare the elements specific to this base tag -->
<!-- set -->
<!-- 9.2: Numbered line groups -->
<!ENTITY % lg1 'INCLUDE' >
<![ %lg1; [
<!ELEMENT %n.lg1; - o ((%n.head)?, (%n.l; | %n.lg2;)+) >
<!ATTLIST %n.lg1; %a.global;
%a.divn;
%a.metrical;
TEIform CDATA 'lg1' >
]]>
<!ENTITY % lg2 'INCLUDE' >
<![ %lg2; [
<!ELEMENT %n.lg2; - o ((%n.head)?, (%n.l; | %n.lg3;)+) >
<!ATTLIST %n.lg2; %a.global;
%a.divn;
%a.metrical;
TEIform CDATA 'lg2' >
]]>
<!ENTITY % lg3 'INCLUDE' >
<![ %lg3; [
<!ELEMENT %n.lg3; - o ((%n.head)?, (%n.l; | %n.lg4;)+) >
<!ATTLIST %n.lg3; %a.global;
%a.divn;
%a.metrical;
TEIform CDATA 'lg3' >
]]>
<!ENTITY % lg4 'INCLUDE' >
<![ %lg4; [
<!ELEMENT %n.lg4; - o ((%n.head)?, (%n.l; | %n.lg5;)+) >
<!ATTLIST %n.lg4; %a.global;
%a.divn;
%a.metrical;
TEIform CDATA 'lg4' >
]]>
<!ENTITY % lg5 'INCLUDE' >
<![ %lg5; [
<!ELEMENT %n.lg5; - o ((%n.head)?, (%n.l)+) >
<!ATTLIST %n.lg5; %a.global;
%a.divn;
%a.metrical;
TEIform CDATA 'lg5' >
]]>
<!-- (end of 9.2) -->
<!-- 9.3: Caesura -->
<!ENTITY % caesura 'INCLUDE' >
<![ %caesura; [
<!ELEMENT %n.caesura; - O EMPTY >
<!ATTLIST %n.caesura; %a.global;
TEIform CDATA 'caesura' >
]]>
<!-- (end of 9.3) -->
<!-- (end of 9.1) -->