Determe, Sebastien (sd378r) | ccb7152 | 2018-03-16 19:49:13 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" |
| 3 | xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" |
| 4 | xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn"> |
| 6 | <bpmn:process id="Process_1" isExecutable="false"> |
| 7 | <bpmn:startEvent id="StartEvent_1"> |
| 8 | <bpmn:outgoing>SequenceFlow_1c9hzec</bpmn:outgoing> |
| 9 | </bpmn:startEvent> |
| 10 | <bpmn:holmes id="Holmes_0bsv00m"> |
| 11 | <bpmn:incoming>SequenceFlow_1ig3gix</bpmn:incoming> |
| 12 | <bpmn:outgoing>SequenceFlow_0zwbn2r</bpmn:outgoing> |
| 13 | </bpmn:holmes> |
| 14 | <bpmn:vesCollector id="VesCollector_1ljyqg8"> |
| 15 | <bpmn:incoming>SequenceFlow_1c9hzec</bpmn:incoming> |
| 16 | <bpmn:outgoing>SequenceFlow_1ig3gix</bpmn:outgoing> |
| 17 | </bpmn:vesCollector> |
| 18 | <bpmn:policy id="Policy_114xo8j"> |
| 19 | <bpmn:incoming>SequenceFlow_0zwbn2r</bpmn:incoming> |
| 20 | <bpmn:outgoing>SequenceFlow_0ox6r95</bpmn:outgoing> |
| 21 | </bpmn:policy> |
| 22 | <bpmn:endEvent id="EndEvent_0b4m6bk"> |
| 23 | <bpmn:incoming>SequenceFlow_0ox6r95</bpmn:incoming> |
| 24 | </bpmn:endEvent> |
| 25 | <bpmn:sequenceFlow id="SequenceFlow_1c9hzec" |
| 26 | sourceRef="StartEvent_1" targetRef="VesCollector_1ljyqg8" /> |
| 27 | <bpmn:sequenceFlow id="SequenceFlow_1ig3gix" |
| 28 | sourceRef="VesCollector_1ljyqg8" targetRef="Holmes_0bsv00m" /> |
| 29 | <bpmn:sequenceFlow id="SequenceFlow_0zwbn2r" |
| 30 | sourceRef="Holmes_0bsv00m" targetRef="Policy_114xo8j" /> |
| 31 | <bpmn:sequenceFlow id="SequenceFlow_0ox6r95" |
| 32 | sourceRef="Policy_114xo8j" targetRef="EndEvent_0b4m6bk" /> |
| 33 | </bpmn:process> |
| 34 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 35 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"> |
| 36 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" |
| 37 | bpmnElement="StartEvent_1"> |
| 38 | <dc:Bounds x="50" y="162" width="36" height="36" /> |
| 39 | </bpmndi:BPMNShape> |
| 40 | <bpmndi:BPMNShape id="Holmes_0bsv00m_di" |
| 41 | bpmnElement="Holmes_0bsv00m"> |
| 42 | <dc:Bounds x="438" y="140" width="120" height="80" /> |
| 43 | </bpmndi:BPMNShape> |
| 44 | <bpmndi:BPMNShape id="VesCollector_1ljyqg8_di" |
| 45 | bpmnElement="VesCollector_1ljyqg8"> |
| 46 | <dc:Bounds x="213" y="140" width="120" height="80" /> |
| 47 | </bpmndi:BPMNShape> |
| 48 | <bpmndi:BPMNShape id="Policy_114xo8j_di" |
| 49 | bpmnElement="Policy_114xo8j"> |
| 50 | <dc:Bounds x="678" y="140" width="120" height="80" /> |
| 51 | </bpmndi:BPMNShape> |
| 52 | <bpmndi:BPMNShape id="EndEvent_0b4m6bk_di" |
| 53 | bpmnElement="EndEvent_0b4m6bk"> |
| 54 | <dc:Bounds x="901" y="162" width="36" height="36" /> |
| 55 | <bpmndi:BPMNLabel> |
| 56 | <dc:Bounds x="874" y="198" width="90" height="20" /> |
| 57 | </bpmndi:BPMNLabel> |
| 58 | </bpmndi:BPMNShape> |
| 59 | <bpmndi:BPMNEdge id="SequenceFlow_1c9hzec_di" |
| 60 | bpmnElement="SequenceFlow_1c9hzec"> |
| 61 | <di:waypoint xsi:type="dc:Point" x="86" y="180" /> |
| 62 | <di:waypoint xsi:type="dc:Point" x="213" y="180" /> |
| 63 | <bpmndi:BPMNLabel> |
| 64 | <dc:Bounds x="104.5" y="170" width="90" height="20" /> |
| 65 | </bpmndi:BPMNLabel> |
| 66 | </bpmndi:BPMNEdge> |
| 67 | <bpmndi:BPMNEdge id="SequenceFlow_1ig3gix_di" |
| 68 | bpmnElement="SequenceFlow_1ig3gix"> |
| 69 | <di:waypoint xsi:type="dc:Point" x="333" y="180" /> |
| 70 | <di:waypoint xsi:type="dc:Point" x="438" y="180" /> |
| 71 | <bpmndi:BPMNLabel> |
| 72 | <dc:Bounds x="340.5" y="170" width="90" height="20" /> |
| 73 | </bpmndi:BPMNLabel> |
| 74 | </bpmndi:BPMNEdge> |
| 75 | <bpmndi:BPMNEdge id="SequenceFlow_0zwbn2r_di" |
| 76 | bpmnElement="SequenceFlow_0zwbn2r"> |
| 77 | <di:waypoint xsi:type="dc:Point" x="558" y="180" /> |
| 78 | <di:waypoint xsi:type="dc:Point" x="678" y="180" /> |
| 79 | <bpmndi:BPMNLabel> |
| 80 | <dc:Bounds x="573" y="170" width="90" height="20" /> |
| 81 | </bpmndi:BPMNLabel> |
| 82 | </bpmndi:BPMNEdge> |
| 83 | <bpmndi:BPMNEdge id="SequenceFlow_0ox6r95_di" |
| 84 | bpmnElement="SequenceFlow_0ox6r95"> |
| 85 | <di:waypoint xsi:type="dc:Point" x="798" y="180" /> |
| 86 | <di:waypoint xsi:type="dc:Point" x="901" y="180" /> |
| 87 | <bpmndi:BPMNLabel> |
| 88 | <dc:Bounds x="804.5" y="170" width="90" height="20" /> |
| 89 | </bpmndi:BPMNLabel> |
| 90 | </bpmndi:BPMNEdge> |
| 91 | </bpmndi:BPMNPlane> |
| 92 | </bpmndi:BPMNDiagram> |
| 93 | </bpmn:definitions> |