home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / festival / examples / apml.dtd < prev    next >
Encoding:
Text File  |  2003-01-15  |  1.1 KB  |  29 lines

  1. <!ELEMENT apml (turnallocation, performative*, turnallocation)>
  2.  
  3. <!ELEMENT turnallocation (performative)>
  4. <!ATTLIST turnallocation type (take|give) #REQUIRED>
  5.  
  6. <!ELEMENT performative (theme|rheme)+>
  7. <!ATTLIST performative 
  8. type (greet|question|inform|paraphrase|suggest) #REQUIRED>
  9.  
  10. <!ELEMENT theme (#PCDATA|emphasis|boundary)*>
  11. <!ATTLIST theme affect (sorry-for|relief) #IMPLIED
  12.                    belief-relation
  13. (gen-spec|cause-effect|solutionhood|suggestion|modifier|justification) #IMPLIED> 
  14.  
  15. <!ELEMENT rheme (#PCDATA|emphasis|boundary)*>
  16. <!ATTLIST rheme affect (sorry-for|relief) #IMPLIED
  17.                    belief-relation
  18. (gen-spec|cause-effect|solutionhood|suggestion|modifier|justification) #IMPLIED>
  19.  
  20. <!ELEMENT emphasis (#PCDATA)>
  21. <!ATTLIST emphasis type (theme|rheme) #IMPLIED
  22.                    level (strong|medium|weak) "medium"
  23.                    x-pitchaccent (Hstar|Lstar|LplusHstar|LstarplusH|HstarplusL|HplusLstar) "Hstar"
  24.                    deictic CDATA #IMPLIED
  25.                    adjectival (small|tiny) #IMPLIED>
  26.  
  27. <!ELEMENT boundary EMPTY>
  28. <!ATTLIST boundary type (L|H|LL|HH|LH|HL) "LL"> 
  29.