The DTD for the Functional Level

 

 
 
 
 
 

<!-- funct.dtd --> 
<!-- This is the DTD for morphosyntactic annotation at the functional level --> 
<!-- by Claudia Soria --> 
<!-- last modification: 27.10.1999 --> 

<!-- ABBREVIATIONS --> 

<!ENTITY % id.attr 
          'id   ID   #REQUIRED'

<!ENTITY % href.attr 
          'href      CDATA     #IMPLIED 
           xml:link  CDATA     #FIXED "simple" 
           show      CDATA     #FIXED "embed" 
           actuate   CDATA     #FIXED "auto"'

<!-- FUNCTIONAL FILE LABEL --> 

<!ELEMENT funct_file (funct+)> 

<!-- BASIC UNIT LABELS --> 

<!ELEMENT funct (head, dep+)> 
<!ATTLIST funct 
          %id.attr;> 

<!ELEMENT head EMPTY> 
<!ATTLIST head 
          head      CDATA                             #IMPLIED 
          diath     (active|passive|middle)           #IMPLIED 
          person    (1|2|3)                           #IMPLIED 
          number    (sg|pl)                           #IMPLIED 
          gender    (m|f|n)                           #IMPLIED 
          v_type    (impers)                          "impers" 
          %id.attr;
          %href.attr;> 

<!ELEMENT dep EMPTY> 
<!ATTLIST dep 
          type       (subj|dobj|obj2|iobj|mod|comp)    #REQUIRED 
          intro       CDATA                            #IMPLIED 
          case        CDATA                            #IMPLIED 
          synt_real   (n_cl|cl|c|x)                    #IMPLIED 
          %id.attr;
          %href.attr;> 
 

<!--ADDITIONAL LABELS--> 

<!ELEMENT coord (arg+)> 
<!ATTLIST coord 
          type         (and|or|comma) #IMPLIED 
          %id.attr;
          %href.attr;> 

<!ELEMENT arg EMPTY> 
<!ATTLIST arg 
          %id.attr;
          %href.attr;> 

<!ELEMENT bind (arg+)> 
<!ATTLIST bind 
          %id.attr;
          %href.attr;>


[Next:Coding Modues]

[back to top]

[back to Introduction]

[back to the Functional Level Annotation Coding Module]