<complexType name="ActionBinding.type">
<sequence>
<element ref="tns:BusinessTransactionCharacteristics" />
<element ref="tns:ActionContext" minOccurs="0" />
<element ref="tns:ChannelId" maxOccurs="unbounded" />
<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute name="id" type="ID" use="required" />
<attribute name="action" type="tns:non-empty-string" use="required" />
<attribute name="packageId" type="IDREF" use="required" />
<attribute ref="xlink:href" use="optional" />
<attribute ref="xlink:type" fixed="simple" />
</complexType>
|