QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
array | ValueLang.datatype | required | ||||
index | xsd:string | optional | ||||
item | xsd:string | required |
Complex Type | scxml.foreach.type |
<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> |