<?xml version="1.0" encoding="UTF-8"?>
<!-- @ 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: "The input item 'object' may contain the property element. 
  Property elements specify properties that are in effect for this input item."
Manual Execution: The object must be changed to an object supported by the system under test.
  The property can be changed to one supported by the object.
  The prompt can be changed to a language supported by the platform or eliminated if unnecessary.
-->
  <catch>
    <conf:fail expr="'Catch-all caught ' + _event"/>
  </catch>

  <form id="form0">
    <!-- The object must be changed to an object supported by the system under test -->
    <object name="a">
      <property name="bargein" value="false"/>
      <prompt>
      Try to barge in on this prompt.  If you cannot, then the test has passed.
    </prompt>
    </object>
  </form>
</vxml>
