<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="Definitions_1" exporter="camunda modeler" exporterVersion="2.6.0" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn:collaboration id="Collaboration">
    <bpmn:participant id="Participant" processRef="Process"/>
  </bpmn:collaboration>
  <bpmn:process id="Process" isExecutable="false">
    <bpmn:subProcess id="SubProcess">
      <bpmn:dataStoreReference id="DataStoreReference"/>
    </bpmn:subProcess>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration">
      <bpmndi:BPMNShape id="Participant_di" bpmnElement="Participant" isHorizontal="false">
        <dc:Bounds height="250.0" width="600.0" x="42.0" y="46.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="SubProcess_di" bpmnElement="SubProcess" isExpanded="true">
        <dc:Bounds height="200.0" width="350.0" x="260.0" y="73.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="DataStoreReference_di" bpmnElement="DataStoreReference">
        <dc:Bounds height="50.0" width="50.0" x="395.0" y="195.0"/>
        <bpmndi:BPMNLabel>
          <dc:Bounds height="20.0" width="90.0" x="375.0" y="245.0"/>
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>