fetch

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
enctype ECMAScript.expression 'application/x-www-form-urlencoded' optional
fetchid ECMAScript.LeftHandSideExpression optional
maxage ECMAScript.expression optional
maxstale ECMAScript.expression optional
method ECMAScript.expression 'get' optional
mode ECMAScript.expression 'processed' optional
namelist VariableNames.datatype optional
next ECMAScript.expression required
timeout ECMAScript.expression optional
type ECMAScript.expression 'application/ccxml+xml' optional

Used By

Element Group fetchElements

Source

<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>

Sample