2018-05-16 06:57:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<semantic:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL" id="Definitions" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
|
|
<semantic:process id="Process">
|
2018-04-30 09:06:26 +00:00
|
|
|
<semantic:startEvent id="StartEvent" name="Start 0" />
|
2018-05-16 11:12:18 +00:00
|
|
|
<semantic:startEvent id="StartEvent_2" name="Start" />
|
2018-05-16 06:57:33 +00:00
|
|
|
</semantic:process>
|
2018-05-16 11:12:18 +00:00
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
2018-05-16 06:57:33 +00:00
|
|
|
<bpmndi:BPMNPlane bpmnElement="Process">
|
|
|
|
<bpmndi:BPMNShape id="StartEvent_di" bpmnElement="StartEvent">
|
|
|
|
<dc:Bounds x="192" y="123" width="36" height="36" />
|
|
|
|
<bpmndi:BPMNLabel />
|
|
|
|
</bpmndi:BPMNShape>
|
2018-05-16 11:12:18 +00:00
|
|
|
<bpmndi:BPMNShape id="StartEvent_2_di" bpmnElement="StartEvent_2">
|
|
|
|
<dc:Bounds x="306" y="123" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
2018-05-16 06:57:33 +00:00
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
2018-05-16 11:12:18 +00:00
|
|
|
</semantic:definitions>
|