scxml.invoke.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
autoforward Boolean.datatype false optional
id xsd:ID optional
idlocation LocLang.datatype optional
namelist xsd:string optional
src URI.datatype optional
srcexpr ValueLang.datatype optional
type xsd:string scxml optional
typeexpr ValueLang.datatype optional

Used By

Complex Type scxml.invoke.type

Source

<xsd:attributeGroup name="scxml.invoke.attlist">
  <xsd:attribute name="type" type="xsd:string" default="scxml"/>
  <xsd:attribute name="typeexpr" type="ValueLang.datatype"/>
  <xsd:attribute name="src" type="URI.datatype"/>
  <xsd:attribute name="srcexpr" type="ValueLang.datatype"/>
  <xsd:attribute name="id" type="xsd:ID"/>
  <xsd:attribute name="idlocation" type="LocLang.datatype"/>
  <xsd:attribute name="namelist" type="xsd:string"/>
  <xsd:attribute name="autoforward" type="Boolean.datatype" use="optional" default="false"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>