<?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">

<!--
    93: A form may contain form items, which are subdivided into input items
    (<field>, <record>, <transfer>, <object>, <subdialog>) and control
    items (<block> and <initial>).
-->

  <catch>
    <conf:comment>
      Toplevel caught event <value expr="_event"/>
    </conf:comment>
    <conf:fail expr="_event"/>
  </catch>


  <form id="first">
    <initial cond="false">
      <conf:speech value="alpha"/>
    </initial>

    <field cond="false">
      <conf:speech value="alpha"/>
      <conf:grammar utterance="alpha"/>
    </field>

    <record name="recording" cond="false">
    </record>

    <transfer dest="tel:+358-555-1234567" cond="false">
    </transfer>

    <object classid="object:get_date" cond="false">
    </object>

    <subdialog name="answer" src="#prompt" cond="false">
    </subdialog>

    <block>
      <conf:pass/>
    </block>
  </form>


  <form id="prompt">
    <var name="a" expr="'AAA'"/>
    <block>
      <return namelist="a"/>
    </block>
  </form>

</vxml>
