xpdl:Route

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
ExclusiveType restriction of xsd:NMTOKEN Data optional
GatewayDirection restriction of xsd:NMTOKEN Unspecified optional
BPMN 2.0 Gateway Direction. Ommiting this attribute is the equivalent of giving it a Unspecified
GatewayType restriction of xsd:NMTOKEN Exclusive optional
Used when needed for BPMN Gateways. Gate and sequence information is associated with the Transition Element.
IncomingCondition xsd:string optional
Instantiate xsd:boolean false optional
MarkerVisible xsd:boolean false optional
Applicable only to Exclusive Data Based Gateways
OutgoingCondition xsd:string optional
ParallelEventBased xsd:boolean false optional
Used for BPMN 2.0. GatewayType must be set to Parallel and Instantiate to true.
XORType restriction of xsd:NMTOKEN Data optional
Deprecated in BPMN 1.1
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Element xpdl:Activity

Source

<xsd:element name="Route">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="GatewayType" use="optional" default="Exclusive">
      <xsd:annotation>
        <xsd:documentation>Used when needed for BPMN Gateways. Gate and sequence information is associated with the Transition Element.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="XOR">
            <xsd:annotation>
              <xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
            </xsd:annotation>
          </xsd:enumeration>
          <xsd:enumeration value="OR">
            <xsd:annotation>
              <xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
            </xsd:annotation>
          </xsd:enumeration>
          <xsd:enumeration value="AND">
            <xsd:annotation>
              <xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
            </xsd:annotation>
          </xsd:enumeration>
          <xsd:enumeration value="Exclusive"/>
          <xsd:enumeration value="Inclusive"/>
          <xsd:enumeration value="Parallel"/>
          <xsd:enumeration value="Complex"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="XORType" use="optional" default="Data">
      <xsd:annotation>
        <xsd:documentation>Deprecated in BPMN 1.1</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="Data"/>
          <xsd:enumeration value="Event"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="ExclusiveType" use="optional" default="Data">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="Data"/>
          <xsd:enumeration value="Event"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="Instantiate" type="xsd:boolean" use="optional" default="false"/>
    <xsd:attribute name="ParallelEventBased" type="xsd:boolean" use="optional" default="false">
      <xsd:annotation>
        <xsd:documentation>Used for BPMN 2.0. GatewayType must be set to Parallel and Instantiate to true.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="MarkerVisible" type="xsd:boolean" use="optional" default="false">
      <xsd:annotation>
        <xsd:documentation>Applicable only to Exclusive Data Based Gateways</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="IncomingCondition" type="xsd:string" use="optional"/>
    <xsd:attribute name="OutgoingCondition" type="xsd:string" use="optional"