<?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:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0mwxlvp" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.3.5">
  <bpmn:process id="Process_1" isExecutable="true">
    <bpmn:task id="Task_1" />
    <bpmn:sequenceFlow id="SequenceFlow_2" sourceRef="BoundaryEvent_1" targetRef="EndEvent_1" />
    <bpmn:boundaryEvent id="BoundaryEvent_1" name="foo" attachedToRef="Task_1">
      <bpmn:documentation>bar</bpmn:documentation>
      <bpmn:outgoing>SequenceFlow_2</bpmn:outgoing>
    </bpmn:boundaryEvent>
    <bpmn:endEvent id="EndEvent_1">
      <bpmn:incoming>SequenceFlow_2</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:boundaryEvent id="BoundaryConditionalEvent" attachedToRef="Task_1">
      <bpmn:conditionalEventDefinition id="ConditionalEventDefinition_0gz47ju">
        <bpmn:condition xsi:type="bpmn:tFormalExpression" />
      </bpmn:conditionalEventDefinition>
    </bpmn:boundaryEvent>
    <bpmn:boundaryEvent id="BoundaryMessageEvent" attachedToRef="Task_1">
      <bpmn:messageEventDefinition id="MessageEventDefinition_1yr9oic" />
    </bpmn:boundaryEvent>
    <bpmn:boundaryEvent id="BoundarySignalEvent" attachedToRef="Task_1">
      <bpmn:signalEventDefinition id="SignalEventDefinition_1c2akhc" />
    </bpmn:boundaryEvent>
    <bpmn:boundaryEvent id="BoundaryTimerEvent" attachedToRef="Task_1">
      <bpmn:timerEventDefinition id="TimerEventDefinition_1dp1bzw" />
    </bpmn:boundaryEvent>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="Task_06yfm3r_di" bpmnElement="Task_1">
        <dc:Bounds x="50" y="60" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1tkizp1_di" bpmnElement="SequenceFlow_2">
        <di:waypoint x="100" y="158" />
        <di:waypoint x="100" y="182" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BoundaryEvent_171mrac_di" bpmnElement="BoundaryEvent_1">
        <dc:Bounds x="82" y="122" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="92" y="165" width="16" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0n5etz4_di" bpmnElement="EndEvent_1">
        <dc:Bounds x="82" y="182" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BoundaryEvent_0cj6ht4_di" bpmnElement="BoundaryConditionalEvent">
        <dc:Bounds x="32" y="42" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BoundaryEvent_0epopzx_di" bpmnElement="BoundaryMessageEvent">
        <dc:Bounds x="132" y="42" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BoundaryEvent_1ocm5xo_di" bpmnElement="BoundarySignalEvent">
        <dc:Bounds x="32" y="122" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BoundaryEvent_041ew22_di" bpmnElement="BoundaryTimerEvent">
        <dc:Bounds x="132" y="122" width="36" height="36" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>