<?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 1113
<initial> elements have event counters that follow the normal event count semantics.
-->

  <catch><conf:fail expr="'catch-all caught ' + _event"/></catch>

  <form>

    <conf:grammar utterance="alpha"/>

    <initial>
      <conf:nomatch/>
      <nomatch count="1"> 
        <reprompt/>
      </nomatch>
      <nomatch count="2">
        <reprompt/>
      </nomatch>
      <nomatch count="3">
        <conf:pass/>
      </nomatch>
    </initial>

   
    <block>
      <conf:fail reason="Third nomatch should of caused an exit with a pass."/>
    </block>

    <field name="one"/>
  

  </form>

</vxml>
