scxml.data.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
expr ValueLang.datatype optional
id xsd:ID required
src URI.datatype optional

Used By

Complex Type scxml.data.type

Source

<xsd:attributeGroup name="scxml.data.attlist">
  <xsd:attribute name="id" type="xsd:ID" use="required"/>
  <xsd:attribute name="src" type="URI.datatype"/>
  <xsd:attribute name="expr" type="ValueLang.datatype"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>