<?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">

<!-- 
Assertion: "An enumerate element can be used inside catch element elements associated with a menu element."
Pass if, during the 2nd prompt, the user hears utterances that alpha, bravo, charlie and delta expand to in order, otherwise fail.
-->
  <menu id="menu0">
  <conf:noinput/>
  
  <choice event="menu0_done">
    <conf:phrase utterance="alpha"/>
  </choice>
  <choice event="menu0_done">
    <conf:phrase utterance="bravo"/>
  </choice>
  <choice event="menu0_done">
    <conf:phrase utterance="charlie"/>
  </choice>
  <choice event="menu0_done">
    <conf:phrase utterance="delta"/>
  </choice>
  </menu>

<noinput>
  <prompt>
    <enumerate/>
  </prompt>
</noinput>

<noinput count="2">
  <exit/>
</noinput>

<catch>
    <conf:fail expr="'caught unexpected event: ' + _event"/>
</catch>

</vxml>
