blob: 69d4f139acf439b5b7c8e88f5e572c872df0757c [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:a="urn:modelA" xmlns="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="a:colId">
<bpmn2:supports>proc2Id</bpmn2:supports>
</bpmn2:process>
</bpmn2:definitions>