Home | History | Annotate | Download | only in grammars
      1 <?xml version="1.0" encoding="ISO-8859-1" ?>
      2 <grammar version="1.0" xml:lang="en-US" mode="voice" root="_phone_type_choice">
      3 <!--
      4  -->
      5 
      6  <rule id="_phone_type_choice" scope="public">
      7     <one-of>
      8       <item>home <tag>MEANING='H'</tag></item>
      9       <item>mobile <tag>MEANING='M'</tag></item>
     10       <item>cell <tag>MEANING='M'</tag></item>
     11       <item>work <tag>MEANING='W'</tag></item>
     12       <item>other <tag>MEANING='O'</tag></item>
     13       <item>exit <tag>MEANING='X'</tag></item>
     14       <item>cancel <tag>MEANING='X'</tag></item>
     15       <item>try again <tag>MEANING='R'</tag></item>
     16       <item>retry <tag>MEANING='R'</tag></item>
     17     </one-of>
     18  </rule>
     19 
     20 </grammar>
     21