createccxml

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
enctype ECMAScript.expression 'application/x-www-form-urlencoded' optional
fetchparam ECMAScript.expression 'none' optional
maxage ECMAScript.expression optional
maxstale ECMAScript.expression optional
method ECMAScript.expression 'get' optional
namelist VariableNames.datatype optional
next ECMAScript.expression required
parameters VariableNames.datatype optional
sessionid ECMAScript.LeftHandSideExpression optional
timeout ECMAScript.expression optional

Used By

Element Group executableContent

Source

<xsd:element name="createccxml">
  <xsd:complexType>
    <xsd:attribute name="next" use="required" type="ECMAScript.expression"/>
    <xsd:attribute name="namelist" type="VariableNames.datatype"/>
    <xsd:attribute name="parameters" type="VariableNames.datatype"/>
    <xsd:attribute name="method" default="'get'" type="ECMAScript.expression"/>
    <xsd:attribute name="fetchparam" default="'none'" type="ECMAScript.expression"/>
    <xsd:attribute name="sessionid" 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:complexType>
</xsd:element>

Sample