<?xml version="1.0"?>
<!-- @ Copyright 1998-2003 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. @ -->
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml" xmlns:conf="http://www.w3.org/2002/vxml-conformance">
  <!-- If a document scope menu grammar is matched while processing another form, the matched <choice> element's event or eventexpr is thrown.
-->
  <catch event="pass">
    <conf:pass/>
  </catch>
  
  <catch>
    <conf:comment>
      Toplevel caught event <value expr="_event"/>
    </conf:comment>
    <conf:fail expr="_event"/>
  </catch>
  <form id="start">
    <field>
      <conf:speech value="alpha"/>
      <conf:grammar utterance="bravo"/>
    </field>
  </form>
  
    <menu scope="document">
    <choice event="pass">
    <conf:grammar utterance="alpha"/></choice>
  </menu>

</vxml>
