The type related to the traverse between business states. |
Element | Transition |
<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> |