scxml.foreach.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
array ValueLang.datatype required
index xsd:string optional
item xsd:string required

Used By

Complex Type scxml.foreach.type

Source

<xsd:attributeGroup name="scxml.foreach.attlist">
  <xsd:attribute name="array" type="ValueLang.datatype" use="required"/>
  <xsd:attribute name="item" type="xsd:string" use="required"/>
  <xsd:attribute name="index" type="xsd:string"/>
  <xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup>