Multimodal: EMMA


MMI Framework, with everything grayed except EMMA part

<emma:emma xmlns:emma="..." xmlns="...">
   <!-- mutually exclusive interpretations -->
   <emma:one-of
      emma:start="2004-02-18T0:00:0.15"
      emma:end="2004-02-18T0:00:0.2">
      <emma:interpretation emma:id="i1" emma:confidence="0.8"> 
         <destination emma:mode="ink">Budapest</destination>
         <make-reservation>true</make-reservation>
      </emma:interpretation>
      <emma:interpretation emma:id="i2" emma:confidence="0.4">
        <destination emma:mode="ink">Bucarest</destination>
        <make-reservation>true</make-reservation>
      </emma:interpretation>
   </emma:one-of>
</emma:emma>