blob: 0d1bc49f9c24bd4b76f671f0753e981983b9cbf8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" id="defAId"
exporter="org.eclipse.bpmn2" exporterVersion="1.0.0" name="Model A"
targetNamespace="urn:modelA"
xmlns="urn:modelA" xmlns:b="urn:modelB">
<bpmn2:import importType="http://www.omg.org/spec/BPMN/20100524/MODEL"
location="qname_prefixNs_referenced.bpmn2" namespace="urn:modelB"/>
<bpmn2:collaboration id="colId"/>
<bpmn2:process id="proc1Id" definitionalCollaborationRef="colId">
<bpmn2:supports>b:proc2Id</bpmn2:supports>
</bpmn2:process>
</bpmn2:definitions>