scxml.param.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
expr ValueLang.datatype optional
location LocLang.datatype optional
name xsd:NMTOKEN required

Used By

Complex Type scxml.param.type

Source

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