<?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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn:process id="Process" isExecutable="false">
    <bpmn:dataObjectReference id="DataObjectReference" dataObjectRef="DataObject" />
    <bpmn:dataObject id="DataObject" />
    <bpmn:task id="Task">
      <bpmn:dataOutputAssociation id="DataAssociation">
        <bpmn:targetRef>DataObjectReference</bpmn:targetRef>
      </bpmn:dataOutputAssociation>
    </bpmn:task>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process">
      <bpmndi:BPMNShape id="DataObjectReference_di" bpmnElement="DataObjectReference">
        <dc:Bounds x="201" y="184" width="36" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="174" y="234" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="DataAssociation_di" bpmnElement="DataAssociation">
        <di:waypoint xsi:type="dc:Point" x="47" y="60" />
        <di:waypoint xsi:type="dc:Point" x="112" y="184" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_di" bpmnElement="Task">
        <dc:Bounds x="52" y="36" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>