Decision

A particular pattern of transition between business states. For
example, a choice. This is similar to a Decision in a UML activity diagram, although
precise semantics differ. One incoming link and many outgoing links, only one of
which is taken.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string optional
nameID xsd:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Element Group collaborationGroup

Source

<xsd:element name="Decision" type="DecisionType">
  <xsd:annotation>
    <xsd:documentation>A particular pattern of transition between business states. For example, a choice. This is similar to a Decision in a UML activity diagram, although precise semantics differ. One incoming link and many outgoing links, only one of which is taken.</xsd:documentation>
  </xsd:annotation>
  <xsd:unique name="Decision-ID">
    <xsd:selector xpath="."/>
    <xsd:field xpath="nameID"/>
  </xsd:unique>
</xsd:element>

Sample