<xsd:element name="TriggerResultLink">
<xsd:annotation>
<xsd:documentation>BPMN: if the Trigger or Result Type is Link then this must be present.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="CatchThrow" use="optional" default="CATCH">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="CATCH"/>
<xsd:enumeration value="THROW"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="Name" type="xsd:NMTOKEN" use="optional">
<xsd:annotation>
<xsd:documentation>The link can only be used within one process as a shorthand for a long sequence flow .</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:element> |