name attribute in FIELD

I notice that in VoiceXML 2.0 19.1.2002 draft, "2.3.1 Field" the name
description has been modified:

name
    The field item variable in the dialog scope that will hold the
    result.
    The name must be unique among form items in the form.
    ****************************************************???

Above "form items" seems to exclude var's. Surely the intention is not
to allow following? 

  <form>
    <var name="x"/>
    ...
    <field name="x">
       ...
    </field>
    ...

    <filled>
       ...which "x" applies here if referenced?
    </filled>
  </form>

Or do I misunderstand something once again...?

Received on Tuesday, 5 February 2002 10:10:54 UTC