xpdl:TriggerConditional

Element Information

Model

xpdl:Expression{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'
Children: xpdl:Expression

Attributes

QName Type Fixed Default Use Inheritable Annotation
ConditionName xsd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="TriggerConditional">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Expression" type="xpdl:ExpressionType" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="ConditionName" type="xsd:string" use="optional"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample