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