scxml.send.attlist

Attribute Group Information

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

Used By

Complex Type scxml.send.type

Source

<xsd:attributeGroup name="scxml.send.attlist">
  <xsd:attribute name="event" type="EventType.datatype"/>
  <xsd:attribute name="eventexpr" type="ValueLang.datatype"/>
  <xsd:attribute name="target" type="URI.datatype"/>
  <xsd:attribute name="targetexpr" type="ValueLang.datatype"/>
  <xsd:attribute name="type" type="xsd:string" default="scxml"/>
  <xsd:attribute name="typeexpr" type="ValueLang.datatype"/>
  <xsd:attribute name="id" type="xsd:ID"/>
  <xsd:attribute name="idlocation" type="LocLang.datatype"/>
  <xsd:attribute name="delay" type="Duration.datatype" default="0s"/>
  <xsd:attribute name="delayexpr" type="ValueLang.datatype"/>
  <xsd:attribute name="namelist" type="xsd:string"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>