Binding.datatype

The binding type in use for the SCXML document.

Simple Type Information

Used By

Source

<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>