query on VoiceXML application examples for <record> and <grammar> ?

Hi ,

I would like to know some VoiceXML application examples where in 
<record> and <grammar>
are used simultaneously and, is there any difference between [I] and 
[IV], one common example
for [I], [III] and [IV] would be, application which require recording 
termination upon matching a grammar.
And I have also observed many implementations not supporting 
simultaneous <record> and <grammar>.

[I] VoiceXML 2.0
<grammar>...</grammar>
<record>
</record>


[II] VoiceXML 2.0
<record>
    <grammar>...</grammar>
</record>

[III] VoiceXML 2.0
<grammar>...</grammar>      // active
<record>
    <grammar>...</grammar>  //inactive  // please clarify more on this..
</record>

[IV] VoiceXML 2.1
set /recordutterance/ property to true
<field>
    <grammar>...</grammar>
</field>

Thanks,
Srinivas R Thota

-- 
***************************************************************************************
	This e-mail and attachments contain confidential information from 
HUAWEI, which is intended only for the person or entity whose address is 
listed above. Any use of the information contained herein in any way 
(including, but not limited to, total or partial disclosure, reproduction,
 or dissemination) by persons other than the intended recipient's) 
is prohibited. If you receive this e-mail in error, please notify the 
sender by phone or email immediately and delete it!

Received on Monday, 30 October 2006 04:36:27 UTC