<!ELEMENT r (e+) >
<!ELEMENT e (lg,mg+)>
<!ELEMENT lg (l,lc*)>
<!ELEMENT l (#PCDATA)>
<!ATTLIST l 
      pos ( a | n | v | adv | po | pr | pron | i | pcle | num | cc | cs | npl | x ) #REQUIRED
>      

<!ELEMENT lc (#PCDATA)>

<!ELEMENT mg (tg+)>
<!ELEMENT tg (t+,xg*)>

<!ELEMENT t (#PCDATA)>
<!ATTLIST t 
      pos ( a | a5 | S | m | f | n | v | adv | p | pron | i | cc | cs | im | mpl | fpl | npl | x ) #REQUIRED
>      
<!ELEMENT xg ((x,xt?)+)>
<!ELEMENT x (#PCDATA)>
<!ELEMENT xt (#PCDATA)>


<!--
This document is not quite finished yet...

Here are the pos tags:
 a  = Adjective
 m  = Masculine (nob)
 f  = Feminine (nob) 
 n  = Neuter (nob), noun (sme)
 S  = noun, still not given gender (nob)
 v  = verb
 adv  = adverb
 p  = preposition (nob)
 pr = preposition (sme)
 po = postposition (sme)
 pron  = pronoun
 i  = interjection
 cc  = conjunction
 cs  = subjunction
 im = infinitive mark å (nob)
 x  = still no pos

Documenting
(the tags are short due to a manual cleanup)
r  root
e  entry
l  lemma
lc lemma comment 
m  meaning
t  translation
x  example
xt example translation
.g group 
-->