scxml.assign.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
attr xsd:NMTOKEN optional
expr ValueLang.datatype optional
location LocLang.datatype required
type AssignType.datatype replacechildren optional

Used By

Complex Type scxml.assign.type

Source

<xsd:attributeGroup name="scxml.assign.attlist">
  <xsd:attribute name="location" type="LocLang.datatype" use="required"/>
  <xsd:attribute name="expr" type="ValueLang.datatype"/>
  <xsd:attribute name="type" type="AssignType.datatype" default="replacechildren"/>
  <xsd:attribute name="attr" type="xsd:NMTOKEN"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>