xpdl:TriggerResultSignal

Element Information

Model

xpdl:Properties* , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'
Children: xpdl:Properties

Attributes

QName Type Fixed Default Use Inheritable Annotation
CatchThrow restriction of xsd:NMTOKEN CATCH optional
Name xsd:string optional
Text description of the signal
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="TriggerResultSignal">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Properties" type="xpdl:ExpressionType" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Name" type="xsd:string" use="optional">
      <xsd:annotation>
        <xsd:documentation>Text description of the signal</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="CatchThrow" use="optional" default="CATCH">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="CATCH"/>
          <xsd:enumeration value="THROW"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample