scxml.send.type

Complex Type Information

Model

(content{0,1} | param* | (ANY element from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml'))
Children: content, param

Attributes

QName Type Fixed Default Use Inheritable Annotation
delay Duration.datatype 0s optional
delayexpr ValueLang.datatype optional
event EventType.datatype optional
eventexpr ValueLang.datatype optional
id xsd:ID optional
idlocation LocLang.datatype optional
namelist xsd:string optional
target URI.datatype optional
targetexpr ValueLang.datatype optional
type xsd:string scxml optional
typeexpr ValueLang.datatype optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/07/scxml'

Used By

Element send

Source

<xsd:complexType name="scxml.send.type">
  <xsd:group ref="scxml.send.content"/>
  <xsd:attributeGroup ref="scxml.send.attlist"/>
</xsd:complexType>