<?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 1086
After a field level grammar is matched, a form level <filled> element will be 
queued for execution if the field item variable is specified in the namelist 
of the <filled> element and the mode is "any".
-->

  <catch><conf:fail expr="'catch-all caught ' + _event"/></catch>

   <form>

    <filled mode="any" namelist="one">
      <conf:pass/>
    </filled>

   
    <field name="one">
      <conf:grammar utterance="alpha"/>
      <conf:speech value="alpha"/>
    </field> 

    <block>
      <conf:fail reason="Form level filled should of exited with a pass."/>
    </block>
  
  </form>

</vxml>
