Describes the processor execution mode for this document, being either "lax" or "strict". |
Attribute | scxml.scxml.attlist/@exmode |
<xsd:simpleType name="Exmode.datatype"> <xsd:annotation> <xsd:documentation>Describes the processor execution mode for this document, being either "lax" or "strict".</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="lax"/> <xsd:enumeration value="strict"/> </xsd:restriction> </xsd:simpleType> |