scxml.scxml.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
binding Binding.datatype optional
datamodel xsd:NMTOKEN null optional
exmode Exmode.datatype optional
initial xsd:IDREFS optional
name xsd:NMTOKEN optional
version xsd:decimal 1.0 required

Used By

Complex Type scxml.scxml.type

Source

<xsd:attributeGroup name="scxml.scxml.attlist">
  <xsd:attribute name="initial" type="xsd:IDREFS"/>
  <xsd:attribute name="name" type="xsd:NMTOKEN"/>
  <xsd:attribute name="version" type="xsd:decimal" use="required" fixed="1.0"/>
  <xsd:attribute name="datamodel" type="xsd:NMTOKEN" default="null" use="optional"/>
  <xsd:attribute name="binding" type="Binding.datatype"/>
  <xsd:attribute name="exmode" type="Exmode.datatype"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>