send

Element Information

Model

ANY element from ANY namespace OTHER than 'No Namespace'

Attributes

QName Type Fixed Default Use Inheritable Annotation
delay ECMAScript.expression '0s' optional
hints ECMAScript.expression optional
name ECMAScript.expression optional
namelist VariableNames.datatype optional
sendid ECMAScript.LeftHandSideExpression optional
target ECMAScript.expression required
targettype ECMAScript.expression 'ccxml' optional

Used By

Element Group eventElements

Source

<xsd:element name="send">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:any namespace="##other" processContents="lax"/>
    </xsd:choice>
    <xsd:attribute name="target" use="required" type="ECMAScript.expression"/>
    <xsd:attribute name="targettype" type="ECMAScript.expression" default="'ccxml'"/>
    <xsd:attribute name="sendid" type="ECMAScript.LeftHandSideExpression"/>
    <xsd:attribute name="delay" type="ECMAScript.expression" default="'0s'"/>
    <xsd:attribute name="name" type="ECMAScript.expression"/>
    <xsd:attribute name="hints" type="ECMAScript.expression"/>
    <xsd:attribute name="namelist" type="VariableNames.datatype"/>
  </xsd:complexType>
</xsd:element>

Sample