<xsd:element name="fetch">
<xsd:complexType>
<xsd:attribute name="next" use="required" type="ECMAScript.expression"/>
<xsd:attribute name="type" default="'application/ccxml+xml'" type="ECMAScript.expression"/>
<xsd:attribute name="namelist" type="VariableNames.datatype"/>
<xsd:attribute name="method" default="'get'" type="ECMAScript.expression"/>
<xsd:attribute name="fetchid" type="ECMAScript.LeftHandSideExpression"/>
<xsd:attribute name="timeout" type="ECMAScript.expression"/>
<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="mode" default="'processed'" type="ECMAScript.expression"/>
</xsd:complexType>
</xsd:element> |