<xsd:attributeGroup name="scxml.send.attlist">
<xsd:attribute name="event" type="EventType.datatype"/>
<xsd:attribute name="eventexpr" type="ValueLang.datatype"/>
<xsd:attribute name="target" type="URI.datatype"/>
<xsd:attribute name="targetexpr" type="ValueLang.datatype"/>
<xsd:attribute name="type" type="xsd:string" default="scxml"/>
<xsd:attribute name="typeexpr" type="ValueLang.datatype"/>
<xsd:attribute name="id" type="xsd:ID"/>
<xsd:attribute name="idlocation" type="LocLang.datatype"/>
<xsd:attribute name="delay" type="Duration.datatype" default="0s"/>
<xsd:attribute name="delayexpr" type="ValueLang.datatype"/>
<xsd:attribute name="namelist" type="xsd:string"/>
<xsd:attributeGroup ref="scxml.extra.attribs"/>
</xsd:attributeGroup> |