| <!-- mword.dtd -->
<!-- This is the DTD for morphosyntactic annotation at the morphological word level --> <!-- by Claudia Soria --> <!-- last modification: 27.10.1999 --> <!-- ABBREVIATIONS --> <!ENTITY % id.att
<!ENTITY % href.att
<!-- MORPHOLOGICAL WORD FILE LABEL --> <!ELEMENT mword_file (mw+, cpw*)> <!-- BASIC UNIT LABEL --> <!ELEMENT mw (lexit?, stem?, suffix?, prefix?)>
<!ELEMENT cpw (cpw_h?)>
<!ELEMENT cpw_h EMPTY>
<!ELEMENT stem (#PCDATA)>
<!ELEMENT suffix (#PCDATA)>
<!ELEMENT prefix (#PCDATA)>
<!-- The following element is used in case there is a reference lexicon in xml format --> <!ELEMENT lexit EMPTY>
|