<xsd:element name="ToLink">
<xsd:annotation>
<xsd:documentation>A linking construct that indicates states that the current context
(containing element) can transition to. The ToLink/@toBusinessStateRef attribute
value references the state through its ID value. Completion States can have 0..n
ConditionExpressions that are checked at runtime to determine whether the transition
to a state is actually made. Note: This element was added in
v2.0.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="BusinessStateLinkType">
<xsd:attribute name="toBusinessStateRef" type="xsd:IDREF" use="required">
<xsd:annotation>
<xsd:documentation>The nameID reference of the Business State of the
link transitioned to.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|