scxml.transition.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
cond CondLang.datatype optional
event EventTypes.datatype optional
target xsd:IDREFS optional
type TransitionType.datatype optional

Used By

Complex Type scxml.transition.type

Source

<xsd:attributeGroup name="scxml.transition.attlist">
  <xsd:attribute name="event" type="EventTypes.datatype"/>
  <xsd:attribute name="cond" type="CondLang.datatype"/>
  <xsd:attribute name="target" type="xsd:IDREFS"/>
  <xsd:attribute name="type" type="TransitionType.datatype"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>