34 lines
1.9 KiB
XML
34 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
<bpmn:collaboration id="Collaboration_1">
|
|
<bpmn:participant id="Participant_1" processRef="Process_1" />
|
|
<bpmn:participant id="Participant_2" processRef="Process_2" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_1" isExecutable="false" />
|
|
<bpmn:process id="Process_2">
|
|
<bpmn:subProcess id="SubProcess_1" />
|
|
<bpmn:textAnnotation id="TextAnnotation_1" />
|
|
<bpmn:association id="Association_1" sourceRef="SubProcess_1" targetRef="TextAnnotation_1" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1">
|
|
<bpmndi:BPMNShape id="Participant_1_di" bpmnElement="Participant_1">
|
|
<dc:Bounds x="14" y="10" width="600" height="300" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Participant_2_di" bpmnElement="Participant_2">
|
|
<dc:Bounds x="14" y="341" width="603" height="332" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="SubProcess_1_di" bpmnElement="SubProcess_1" isExpanded="true">
|
|
<dc:Bounds x="103" y="424" width="350" height="200" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="TextAnnotation_1_di" bpmnElement="TextAnnotation_1">
|
|
<dc:Bounds x="492" y="372" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Association_1_di" bpmnElement="Association_1">
|
|
<di:waypoint xsi:type="dc:Point" x="453" y="465" />
|
|
<di:waypoint xsi:type="dc:Point" x="492" y="429" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|