<xsd:complexType name="BusinessStateLinkType">
<xsd:annotation>
<xsd:documentation>The type related to the linking constructs (TO and FROM). The type can have 0..n Condition Expression associated with it. Note: The linking constructs on a transition replaced the onInitiation flag in v2.0.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Documentation" minOccurs="0"/>
<xsd:element ref="ConditionExpression" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType> |