<?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"
  application="a27root.vxml">

  <nomatch> 
    <conf:fail reason="Failed to match active grammar"/>
  </nomatch>
  <catch event="application.grammar"> 
    <goto next="a27b.vxml"/>
  </catch>
  <catch><conf:fail expr="'catch-all caught ' + _event"/></catch>
  <form>
    <field>
      <conf:speech value="alpha"/> 
    </field>  
  </form>
</vxml>
