<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:_1="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmn2="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://sample.bpmn2.org/bpmn2/sample/process">
  <process id="CharityOrganizationRequest" name="Default Process">
    <laneSet id="LaneSet_1" name="Lane Set 1">
      <lane id="Lane_1" name="Default Lane (Charity Platform Administrator)">
        <flowNodeRef>ExclusiveGateway_1</flowNodeRef>
        <flowNodeRef>UserTask_5</flowNodeRef>
        <flowNodeRef>UserTask_4</flowNodeRef>
        <flowNodeRef>StartEvent_1</flowNodeRef>
      </lane>
      <lane id="Lane_2" name="System">
        <flowNodeRef>ServiceTask_2</flowNodeRef>
        <flowNodeRef>ServiceTask_1</flowNodeRef>
        <flowNodeRef>EndEvent_1</flowNodeRef>
        <flowNodeRef>EndEvent_2</flowNodeRef>
      </lane>
    </laneSet>
    <serviceTask id="ServiceTask_2" name="Notify on Approval">
      <incoming>SequenceFlow_8</incoming>
      <outgoing>SequenceFlow_1</outgoing>
    </serviceTask>
    <dataObject id="DataObject_1" name="Charity Organization Request"/>
    <exclusiveGateway id="ExclusiveGateway_1" name="Request Approved">
      <incoming>SequenceFlow_5</incoming>
      <outgoing>SequenceFlow_6</outgoing>
      <outgoing>SequenceFlow_7</outgoing>
    </exclusiveGateway>
    <sequenceFlow id="SequenceFlow_6" name="No" sourceRef="ExclusiveGateway_1" targetRef="ServiceTask_1"/>
    <sequenceFlow id="SequenceFlow_7" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="UserTask_5"/>
    <userTask id="UserTask_5" name="Create Organization">
      <incoming>SequenceFlow_7</incoming>
      <outgoing>SequenceFlow_8</outgoing>
    </userTask>
    <sequenceFlow id="SequenceFlow_8" sourceRef="UserTask_5" targetRef="ServiceTask_2"/>
    <userTask id="UserTask_4" name="Review Request">
      <incoming>SequenceFlow_4</incoming>
      <outgoing>SequenceFlow_5</outgoing>
    </userTask>
    <sequenceFlow id="SequenceFlow_5" sourceRef="UserTask_4" targetRef="ExclusiveGateway_1"/>
    <startEvent id="StartEvent_1">
      <outgoing>SequenceFlow_4</outgoing>
      <messageEventDefinition id="MessageEventDefinition_1"/>
    </startEvent>
    <sequenceFlow id="SequenceFlow_4" sourceRef="StartEvent_1" targetRef="UserTask_4"/>
    <serviceTask id="ServiceTask_1" name="Notify on Rejection">
      <incoming>SequenceFlow_6</incoming>
      <outgoing>SequenceFlow_10</outgoing>
    </serviceTask>
    <sequenceFlow id="SequenceFlow_10" name="" sourceRef="ServiceTask_1" targetRef="EndEvent_1"/>
    <endEvent id="EndEvent_1">
      <incoming>SequenceFlow_10</incoming>
    </endEvent>
    <sequenceFlow id="SequenceFlow_1" sourceRef="ServiceTask_2" targetRef="EndEvent_2"/>
    <endEvent id="EndEvent_2" name="">
      <incoming>SequenceFlow_1</incoming>
    </endEvent>
    <association id="Association_3" associationDirection="One" sourceRef="DataObject_1" targetRef="ServiceTask_1"/>
    <association id="Association_6" associationDirection="One" sourceRef="DataObject_1" targetRef="ServiceTask_2"/>
    <association id="Association_7" associationDirection="One" sourceRef="DataObject_1" targetRef="UserTask_4"/>
    <association id="Association_8" associationDirection="One" sourceRef="DataObject_1" targetRef="UserTask_5"/>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default Process Diagram">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CharityOrganizationRequest">
      <bpmndi:BPMNShape id="BPMNShape_1" bpmnElement="StartEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="257.0" y="40.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_2" bpmnElement="EndEvent_1">
        <dc:Bounds height="36.0" width="36.0" x="640.0" y="360.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_UserTask_4" bpmnElement="UserTask_4">
        <dc:Bounds height="50.0" width="110.0" x="220.0" y="160.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="BPMNShape_1" targetElement="BPMNShape_UserTask_4">
        <di:waypoint xsi:type="dc:Point" x="275.0" y="76.0"/>
        <di:waypoint xsi:type="dc:Point" x="275.0" y="160.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_ExclusiveGateway_1" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
        <dc:Bounds height="50.0" width="50.0" x="250.0" y="259.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="BPMNShape_UserTask_4" targetElement="BPMNShape_ExclusiveGateway_1">
        <di:waypoint xsi:type="dc:Point" x="275.0" y="210.0"/>
        <di:waypoint xsi:type="dc:Point" x="275.0" y="259.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_ServiceTask_1" bpmnElement="ServiceTask_1">
        <dc:Bounds height="50.0" width="110.0" x="603.0" y="260.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="BPMNShape_ExclusiveGateway_1" targetElement="BPMNShape_ServiceTask_1">
        <di:waypoint xsi:type="dc:Point" x="301.0" y="284.0"/>
        <di:waypoint xsi:type="dc:Point" x="603.0" y="285.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_UserTask_5" bpmnElement="UserTask_5">
        <dc:Bounds height="50.0" width="110.0" x="220.0" y="420.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="BPMNShape_ExclusiveGateway_1" targetElement="BPMNShape_UserTask_5">
        <di:waypoint xsi:type="dc:Point" x="275.0" y="310.0"/>
        <di:waypoint xsi:type="dc:Point" x="275.0" y="420.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_ServiceTask_2" bpmnElement="ServiceTask_2">
        <dc:Bounds height="50.0" width="110.0" x="490.0" y="422.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="BPMNShape_UserTask_5" targetElement="BPMNShape_ServiceTask_2">
        <di:waypoint xsi:type="dc:Point" x="330.0" y="445.0"/>
        <di:waypoint xsi:type="dc:Point" x="490.0" y="447.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="BPMNShape_ServiceTask_1" targetElement="BPMNShape_2">
        <di:waypoint xsi:type="dc:Point" x="658.0" y="310.0"/>
        <di:waypoint xsi:type="dc:Point" x="658.0" y="360.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_Lane_1" bpmnElement="Lane_1" isHorizontal="false">
        <dc:Bounds height="600.0" width="321.0" x="50.0" y="0.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_Lane_2" bpmnElement="Lane_2" isHorizontal="false">
        <dc:Bounds height="620.0" width="371.0" x="440.0" y="2.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_DataObject_1" bpmnElement="DataObject_1">
        <dc:Bounds height="65.0" width="36.0" x="140.0" y="58.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_Association_3" bpmnElement="Association_3" sourceElement="BPMNShape_DataObject_1" targetElement="BPMNShape_ServiceTask_1">
        <di:waypoint xsi:type="dc:Point" x="176.0" y="90.0"/>
        <di:waypoint xsi:type="dc:Point" x="658.0" y="90.0"/>
        <di:waypoint xsi:type="dc:Point" x="658.0" y="260.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_Association_6" bpmnElement="Association_6" sourceElement="BPMNShape_DataObject_1" targetElement="BPMNShape_ServiceTask_2">
        <di:waypoint xsi:type="dc:Point" x="176.0" y="90.0"/>
        <di:waypoint xsi:type="dc:Point" x="545.0" y="90.0"/>
        <di:waypoint xsi:type="dc:Point" x="545.0" y="422.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_Association_7" bpmnElement="Association_7" sourceElement="BPMNShape_DataObject_1" targetElement="BPMNShape_UserTask_4">
        <di:waypoint xsi:type="dc:Point" x="158.0" y="123.0"/>
        <di:waypoint xsi:type="dc:Point" x="158.0" y="185.0"/>
        <di:waypoint xsi:type="dc:Point" x="220.0" y="185.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_Association_8" bpmnElement="Association_8" sourceElement="BPMNShape_DataObject_1" targetElement="BPMNShape_UserTask_5">
        <di:waypoint xsi:type="dc:Point" x="158.0" y="123.0"/>
        <di:waypoint xsi:type="dc:Point" x="158.0" y="445.0"/>
        <di:waypoint xsi:type="dc:Point" x="220.0" y="445.0"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_EndEvent_1" bpmnElement="EndEvent_2">
        <dc:Bounds height="36.0" width="36.0" x="527.0" y="510.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="BPMNShape_ServiceTask_2" targetElement="BPMNShape_EndEvent_1">
        <di:waypoint xsi:type="dc:Point" x="545.0" y="472.0"/>
        <di:waypoint xsi:type="dc:Point" x="545.0" y="510.0"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>