<xsd:element name="dialogprepare">
<xsd:complexType>
<xsd:attribute name="connectionid" type="ECMAScript.expression"/>
<xsd:attribute name="conferenceid" type="ECMAScript.expression"/>
<xsd:attribute name="src" use="required" type="ECMAScript.expression"/>
<xsd:attribute name="type" default="'application/voicexml+xml'" type="ECMAScript.expression"/>
<xsd:attribute name="namelist" type="VariableNames.datatype"/>
<xsd:attribute name="parameters" type="VariableNames.datatype"/>
<xsd:attribute name="dialogid" type="ECMAScript.LeftHandSideExpression"/>
<xsd:attribute name="maxage" type="ECMAScript.expression"/>
<xsd:attribute name="maxstale" type="ECMAScript.expression"/>
<xsd:attribute name="enctype" default="'application/x-www-form-urlencoded'" type="ECMAScript.expression"/>
<xsd:attribute name="method" default="'get'" type="ECMAScript.expression"/>
<xsd:attribute name="mediadirection" default="'both'" type="ECMAScript.expression"/>
<xsd:attribute name="hints" type="ECMAScript.expression"/>
</xsd:complexType>
</xsd:element> |