<?xml version="1.0" encoding="UTF-8"?>
<!-- @ 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">

<form>
  <field name="a">
    <conf:speech value="alpha"/>
    <option value="1">
      <conf:phrase utterance="alpha"/>
    </option>
  <filled>
    <conf:pass/>
  </filled>
  </field>
</form>

<catch>
    <conf:fail expr="'caught unexpected event: ' + _event"/>
</catch>

</vxml>
