TransitionType

The type related to the traverse between business
states.

Complex Type Information

Model

Children: FromLink, ToLink

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 Transition

Source

<xsd:complexType name="TransitionType">
  <xsd:annotation>
    <xsd:documentation>The type related to the traverse between business states.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="FromLink"/>
    <xsd:element ref="ToLink"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="optname"/>
</xsd:complexType>