| <!-- chunk.dtd -->
<!-- This is the DTD for morphosyntactic annotation at the chunking level --> <!-- by Claudia Soria --> <!-- last modification: 27.10.1999 --> <!-- ABBREVIATIONS --> <!ENTITY % id.attr
<!ENTITY % href.attr
<!-- CHUNK FILE LABEL --> <!ELEMENT chunk_file (ch+)> <!-- BASIC UNIT LABELS --> <!ELEMENT ch (potgov, intro?, aux?, cop?, modal?,
caus?)>
<!ELEMENT potgov EMPTY>
<!ELEMENT intro EMPTY>
<!ELEMENT aux EMPTY>
<!ELEMENT cop EMPTY>
<!ELEMENT modal EMPTY>
<!ELEMENT caus EMPTY>
|