<?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:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn:process id="Process_1" isExecutable="false">
    <bpmn:startEvent id="Start_1" name="Start" />
    <bpmn:exclusiveGateway id="Gate_Merge_A" name="Merge" />
    <bpmn:task id="Task_A" name="Draft Document" />
    <bpmn:task id="Task_B" name="Review Document" />
    <bpmn:exclusiveGateway id="Gate_Approved" name="Approved?" />
    <bpmn:endEvent id="End_1" name="Published" />
    <bpmn:sequenceFlow id="Flow_1" sourceRef="Start_1" targetRef="Gate_Merge_A" />
    <bpmn:sequenceFlow id="Flow_To_A" sourceRef="Gate_Merge_A" targetRef="Task_A" />
    <bpmn:sequenceFlow id="Flow_2" sourceRef="Task_A" targetRef="Task_B" />
    <bpmn:sequenceFlow id="Flow_To_Decision" sourceRef="Task_B" targetRef="Gate_Approved" />
    <bpmn:sequenceFlow id="Flow_Approve" sourceRef="Gate_Approved" targetRef="End_1" />
    <bpmn:sequenceFlow id="Flow_Loop" sourceRef="Gate_Approved" targetRef="Gate_Merge_A" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="Start_1_di" bpmnElement="Start_1">
        <dc:Bounds x="100" y="122" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="102" y="168" width="28" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gate_Merge_A_di" bpmnElement="Gate_Merge_A">
        <dc:Bounds x="196" y="115" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="201" y="95" width="36" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_A_di" bpmnElement="Task_A">
        <dc:Bounds x="306" y="100" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_B_di" bpmnElement="Task_B">
        <dc:Bounds x="466" y="100" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gate_Approved_di" bpmnElement="Gate_Approved">
        <dc:Bounds x="626" y="115" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="620" y="95" width="58" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="End_1_di" bpmnElement="End_1">
        <dc:Bounds x="736" y="122" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="724" y="168" width="56" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Flow_To_A_di" bpmnElement="Flow_To_A">
        <di:waypoint x="246" y="140" />
        <di:waypoint x="306" y="140" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_Approve_di" bpmnElement="Flow_Approve">
        <di:waypoint x="676" y="140" />
        <di:waypoint x="736" y="140" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_Loop_di" bpmnElement="Flow_Loop">
        <di:waypoint x="651" y="165" />
        <di:waypoint x="651" y="220" />
        <di:waypoint x="221" y="220" />
        <di:waypoint x="221" y="165" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1">
        <di:waypoint x="136" y="140" />
        <di:waypoint x="196" y="140" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_To_Decision_di" bpmnElement="Flow_To_Decision">
        <di:waypoint x="566" y="140" />
        <di:waypoint x="626" y="140" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2">
        <di:waypoint x="406" y="140" />
        <di:waypoint x="466" y="140" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
