The type of the transition i.e. internal or external. |
Attribute | scxml.transition.attlist/@type |
<xsd:simpleType name="TransitionType.datatype"> <xsd:annotation> <xsd:documentation>The type of the transition i.e. internal or external.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="internal"/> <xsd:enumeration value="external"/> </xsd:restriction> </xsd:simpleType> |