The binding type in use for the SCXML document. |
Attribute | scxml.scxml.attlist/@binding |
<xsd:simpleType name="Binding.datatype"> <xsd:annotation> <xsd:documentation>The binding type in use for the SCXML document.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="early"/> <xsd:enumeration value="late"/> </xsd:restriction> </xsd:simpleType> |