SRGS Example


<grammar xmlns="http://www.w3.org/2001/06/grammar">
  <rule id="yes">
    <one-of>
      <item>yes</item>
      <item xml:lang="fr-CA">oui</item>
    </one-of> 
  </rule> 
 
  <rule id="state" scope="public">
    <one-of>
      <item>Florida</item>
      <item>North Dakota</item>
      <item>New York</item>
    </one-of>
  </rule>
</grammar>