<?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"
>

<form>
  <link event="event.someevent">
    <conf:grammar utterance="alpha"/>
  </link>

  <catch event="event.someevent">
    <conf:pass/>
  </catch>

  <catch>
    <conf:fail expr="'catch-all caught ' + _event"/>
  </catch>

  <field name="f1">
    <conf:speech value="alpha"/>
    <conf:grammar utterance="bravo"/>
    <filled>
       <conf:fail reason="filled"/>
    </filled>
  </field>
   
  <block>
     <conf:fail reason="block" />
  </block>
</form>

</vxml>
