<?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 an event handler, executed after an event is thrown while processing
    a form item, does not transfer control with a <goto> or <submit> the
    FIA resumes in the current form at the selection phase.
-->

  <catch>
    <conf:comment>
      Toplevel caught event <value expr="_event"/>
    </conf:comment>
    <conf:fail expr="_event"/>
  </catch>


  <form id="form1">
    <property name="timeout" value="0s"/>
    <field name="a">
      <conf:grammar utterance="alpha"/>
      <noinput count="1">
        <reprompt/>
      </noinput>
      <noinput count="2">
        <assign name="a" expr="'Chicago'"/>
      </noinput>
    </field>
    <block>
      <conf:pass/>
    </block>
  </form>

</vxml>
