EventType is the name of an event. Example legal values: foo foo.bar foo.bar.baz |
Attribute | scxml.send.attlist/@event |
<xsd:simpleType name="EventType.datatype"> <xsd:annotation> <xsd:documentation>EventType is the name of an event. Example legal values: foo foo.bar foo.bar.baz</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:token"> <xsd:pattern value="(\i|\d|\-)+(\.(\i|\d|\-)+)*"/> </xsd:restriction> </xsd:simpleType> |