tThrow

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , targets{0,1} , sources{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
faultName xsd:QName required
faultVariable BPELVariableName optional
name xsd:NCName optional
suppressJoinFailure tBoolean optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element throw

Source

<xsd:complexType name="tThrow">
  <xsd:complexContent>
    <xsd:extension base="tActivity">
      <xsd:attribute name="faultName" type="xsd:QName" use="required"/>
      <xsd:attribute name="faultVariable" type="BPELVariableName"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>