<?xml version="1.0" encoding="UTF-8"?>
<definitions
  xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  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"
  exporter="KLu Kwalificatie-matching Project"
  exporterVersion="2.3">

  <collaboration id="Collaboration_1">
    <participant id="Pool_1" name="Instroom GU-mechanica - KLu CLRS (v2.3 - CREBO-detail)" processRef="Process_1" />
  </collaboration>

  <process id="Process_1" isExecutable="false">
    <laneSet id="LaneSet_1">
      <lane id="Lane_Kandidaat" name="Kandidaat">
        <flowNodeRef>StartEvent_1</flowNodeRef>
      </lane>
      <lane id="Lane_DCPL" name="DCPL&#10;Defensie Centrum Personeel Logistiek">
        <flowNodeRef>Task_DossierOntvangen</flowNodeRef>
        <flowNodeRef>Task_ToetsVooropleidingseis</flowNodeRef>
        <flowNodeRef>Gateway_Uitkomst</flowNodeRef>
        <flowNodeRef>EndEvent_DirectDoor</flowNodeRef>
        <flowNodeRef>EndEvent_Afgewezen_DCPL</flowNodeRef>
      </lane>
      <lane id="Lane_BBI" name="BBI&#10;Bureau Bijzondere Instroom">
        <flowNodeRef>Task_BBI_DossierOntvangen</flowNodeRef>
        <flowNodeRef>Task_BBI_Beoordeling</flowNodeRef>
        <flowNodeRef>Task_BBI_DoorsturenVakgebied</flowNodeRef>
      </lane>
      <lane id="Lane_Jurgen" name="Vakgebiedsverantwoordelijke GU">
        <flowNodeRef>Gateway_CreboOud</flowNodeRef>
        <flowNodeRef>Task_CreboOpzoeken</flowNodeRef>
        <flowNodeRef>Task_SBBRaadplegen</flowNodeRef>
        <flowNodeRef>Task_Puzzelen</flowNodeRef>
        <flowNodeRef>Task_Classificatie</flowNodeRef>
        <flowNodeRef>Gateway_Classificatie</flowNodeRef>
        <flowNodeRef>EndEvent_Afgewezen_C</flowNodeRef>
        <flowNodeRef>Task_AdviesNaarRAETC</flowNodeRef>
      </lane>
      <lane id="Lane_Kennisadviseur" name="Kennisadviseur&#10;(rol nog te valideren)">
        <flowNodeRef>Task_KennisadviesCheck</flowNodeRef>
      </lane>
      <lane id="Lane_RAETC" name="RAETC&#10;Opleidingscentrum Woensdrecht">
        <flowNodeRef>Task_OverlegRAETC</flowNodeRef>
        <flowNodeRef>Gateway_ToetsNodig</flowNodeRef>
        <flowNodeRef>Task_Eindtermentoets</flowNodeRef>
        <flowNodeRef>Task_OpleidingsrouteBepalen</flowNodeRef>
      </lane>
      <lane id="Lane_Werkeenheid" name="Werkeenheid / WGO&#10;(Werkeenheid Geleid Onderwijs)">
        <flowNodeRef>Task_PlaatsingVGO</flowNodeRef>
        <flowNodeRef>Task_WGOBegeleider</flowNodeRef>
        <flowNodeRef>Task_Begeleiding</flowNodeRef>
        <flowNodeRef>Task_Evaluatie</flowNodeRef>
        <flowNodeRef>Gateway_Geschikt</flowNodeRef>
        <flowNodeRef>EndEvent_Corporaal</flowNodeRef>
      </lane>
      <lane id="Lane_STB" name="RAETC / STB-er&#10;(Loopbaanbegeleiding)">
        <flowNodeRef>Task_STBGesprek</flowNodeRef>
        <flowNodeRef>Task_Herbestemming</flowNodeRef>
        <flowNodeRef>EndEvent_Herbestemd</flowNodeRef>
      </lane>
    </laneSet>

    <!-- KANDIDAAT -->
    <startEvent id="StartEvent_1" name="Kandidaat meldt&#10;zich aan">
      <outgoing>Flow_01</outgoing>
    </startEvent>

    <!-- DCPL -->
    <userTask id="Task_DossierOntvangen" name="Dossier ontvangen">
      <incoming>Flow_01</incoming>
      <outgoing>Flow_02</outgoing>
    </userTask>
    <userTask id="Task_ToetsVooropleidingseis" name="Toetsen vooropleidingseis&#10;(CREBO-nummer check)">
      <incoming>Flow_02</incoming>
      <outgoing>Flow_03</outgoing>
    </userTask>
    <exclusiveGateway id="Gateway_Uitkomst" name="Uitkomst?">
      <incoming>Flow_03</incoming>
      <outgoing>Flow_JA</outgoing>
      <outgoing>Flow_NEE</outgoing>
      <outgoing>Flow_TWIJFEL</outgoing>
    </exclusiveGateway>
    <endEvent id="EndEvent_DirectDoor" name="Voldoet direct&#10;(reguliere instroom)">
      <incoming>Flow_JA</incoming>
    </endEvent>
    <endEvent id="EndEvent_Afgewezen_DCPL" name="Afgewezen&#10;(voldoet niet)">
      <incoming>Flow_NEE</incoming>
      <terminateEventDefinition id="TermDef_DCPL" />
    </endEvent>

    <!-- BBI -->
    <userTask id="Task_BBI_DossierOntvangen" name="Twijfelgeval ontvangen&#10;van DCPL">
      <incoming>Flow_TWIJFEL</incoming>
      <outgoing>Flow_BBI_01</outgoing>
    </userTask>
    <userTask id="Task_BBI_Beoordeling" name="Eerste beoordeling:&#10;welk vakgebied?&#10;Dossier compleet?">
      <incoming>Flow_BBI_01</incoming>
      <outgoing>Flow_BBI_02</outgoing>
    </userTask>
    <userTask id="Task_BBI_DoorsturenVakgebied" name="Doorsturen naar&#10;vakgebiedsverantwoordelijke&#10;(bijv. Vakgeb. GU voor GU)">
      <incoming>Flow_BBI_02</incoming>
      <outgoing>Flow_BBI_03</outgoing>
    </userTask>

    <!-- JURGEN bypass-row -->
    <exclusiveGateway id="Gateway_CreboOud" name="Oud CREBO?">
      <incoming>Flow_BBI_03</incoming>
      <outgoing>Flow_CreboOud_Ja</outgoing>
      <outgoing>Flow_CreboOud_Nee</outgoing>
    </exclusiveGateway>
    <userTask id="Task_CreboOpzoeken" name="Hercoderen oud CREBO&#10;(Excel FBW Ctrl-F&#10;OF Kies-MBO online)">
      <incoming>Flow_CreboOud_Ja</incoming>
      <outgoing>Flow_05</outgoing>
    </userTask>

    <!-- JURGEN main-row -->
    <userTask id="Task_SBBRaadplegen" name="SBB kwalificatiedossier&#10;raadplegen">
      <incoming>Flow_05</incoming>
      <incoming>Flow_CreboOud_Nee</incoming>
      <outgoing>Flow_06</outgoing>
    </userTask>
    <userTask id="Task_Puzzelen" name="Handmatig puzzelen:&#10;opleiding vs. functie-eisen&#10;(eigen Excel kruistabel)">
      <incoming>Flow_06</incoming>
      <outgoing>Flow_07</outgoing>
    </userTask>
    <userTask id="Task_Classificatie" name="Classificatie toekennen:&#10;A (kleine delta)&#10;B (gemiddelde delta)&#10;C (grote delta)">
      <incoming>Flow_07</incoming>
      <outgoing>Flow_08</outgoing>
    </userTask>
    <exclusiveGateway id="Gateway_Classificatie" name="Haalbaar?">
      <incoming>Flow_08</incoming>
      <outgoing>Flow_C_Afwijzen</outgoing>
      <outgoing>Flow_AB_Door</outgoing>
    </exclusiveGateway>
    <endEvent id="EndEvent_Afgewezen_C" name="Afgewezen&#10;(klasse C - niet haalbaar)">
      <incoming>Flow_C_Afwijzen</incoming>
      <terminateEventDefinition id="TermDef_C" />
    </endEvent>
    <userTask id="Task_AdviesNaarRAETC" name="Advies + classificatie&#10;doorsturen naar RAETC">
      <incoming>Flow_AB_Door</incoming>
      <outgoing>Flow_Kennisadvies</outgoing>
    </userTask>

    <!-- KENNISADVISEUR -->
    <userTask id="Task_KennisadviesCheck" name="Kennisadviseur check&#10;(rol nog te valideren)">
      <incoming>Flow_Kennisadvies</incoming>
      <outgoing>Flow_NaarRAETC</outgoing>
    </userTask>

    <!-- RAETC -->
    <userTask id="Task_OverlegRAETC" name="Overleg RAETC:&#10;beslissing op basis van&#10;advies vakgebiedsverantw.">
      <incoming>Flow_NaarRAETC</incoming>
      <outgoing>Flow_09</outgoing>
    </userTask>
    <exclusiveGateway id="Gateway_ToetsNodig" name="Eindtermentoets&#10;nodig?">
      <incoming>Flow_09</incoming>
      <outgoing>Flow_ToetsJa</outgoing>
      <outgoing>Flow_ToetsNee</outgoing>
    </exclusiveGateway>
    <userTask id="Task_Eindtermentoets" name="Eindtermentoets afnemen&#10;(drempel: >= 5,5 = geslaagd)">
      <incoming>Flow_ToetsJa</incoming>
      <outgoing>Flow_10</outgoing>
    </userTask>
    <userTask id="Task_OpleidingsrouteBepalen" name="Opleidingsroute bepalen:&#10;AO - Schakeltraject - VTO - WGO">
      <incoming>Flow_ToetsNee</incoming>
      <incoming>Flow_10</incoming>
      <outgoing>Flow_NaarWGO</outgoing>
    </userTask>

    <!-- WERKEENHEID -->
    <userTask id="Task_PlaatsingVGO" name="Plaatsing VGO-traject&#10;(Voorbereidende Grondopleiding,&#10;max. 8 weken)">
      <incoming>Flow_NaarWGO</incoming>
      <outgoing>Flow_11</outgoing>
    </userTask>
    <userTask id="Task_WGOBegeleider" name="WGO-begeleider +&#10;takenboek toewijzen">
      <incoming>Flow_11</incoming>
      <outgoing>Flow_12</outgoing>
    </userTask>
    <userTask id="Task_Begeleiding" name="Begeleiding conform&#10;takenboek (4-8 weken)">
      <incoming>Flow_12</incoming>
      <outgoing>Flow_13</outgoing>
    </userTask>
    <userTask id="Task_Evaluatie" name="Evaluatie: takenboek-voortgang&#10;+ gevoel WGO-begeleider">
      <incoming>Flow_13</incoming>
      <outgoing>Flow_14</outgoing>
    </userTask>
    <exclusiveGateway id="Gateway_Geschikt" name="Geschikt?">
      <incoming>Flow_14</incoming>
      <outgoing>Flow_Ja_Corporaal</outgoing>
      <outgoing>Flow_Nee_STB</outgoing>
    </exclusiveGateway>
    <endEvent id="EndEvent_Corporaal" name="Geplaatst als Korporaal">
      <incoming>Flow_Ja_Corporaal</incoming>
    </endEvent>

    <!-- STB -->
    <userTask id="Task_STBGesprek" name="STB-er gesprek:&#10;alternatieven verkennen&#10;met HR">
      <incoming>Flow_Nee_STB</incoming>
      <outgoing>Flow_15</outgoing>
    </userTask>
    <userTask id="Task_Herbestemming" name="Herbestemming naar&#10;andere functie&#10;(bijv. chauffeur, logistiek)">
      <incoming>Flow_15</incoming>
      <outgoing>Flow_16</outgoing>
    </userTask>
    <endEvent id="EndEvent_Herbestemd" name="Herbestemd binnen&#10;organisatie">
      <incoming>Flow_16</incoming>
    </endEvent>

    <!-- SEQUENCE FLOWS -->
    <sequenceFlow id="Flow_01" sourceRef="StartEvent_1" targetRef="Task_DossierOntvangen" />
    <sequenceFlow id="Flow_02" sourceRef="Task_DossierOntvangen" targetRef="Task_ToetsVooropleidingseis" />
    <sequenceFlow id="Flow_03" sourceRef="Task_ToetsVooropleidingseis" targetRef="Gateway_Uitkomst" />
    <sequenceFlow id="Flow_JA" name="JA - voldoet" sourceRef="Gateway_Uitkomst" targetRef="EndEvent_DirectDoor" />
    <sequenceFlow id="Flow_NEE" name="NEE - voldoet niet" sourceRef="Gateway_Uitkomst" targetRef="EndEvent_Afgewezen_DCPL" />
    <sequenceFlow id="Flow_TWIJFEL" name="TWIJFEL - naar BBI" sourceRef="Gateway_Uitkomst" targetRef="Task_BBI_DossierOntvangen" />
    <sequenceFlow id="Flow_BBI_01" sourceRef="Task_BBI_DossierOntvangen" targetRef="Task_BBI_Beoordeling" />
    <sequenceFlow id="Flow_BBI_02" sourceRef="Task_BBI_Beoordeling" targetRef="Task_BBI_DoorsturenVakgebied" />
    <sequenceFlow id="Flow_BBI_03" sourceRef="Task_BBI_DoorsturenVakgebied" targetRef="Gateway_CreboOud" />
    <sequenceFlow id="Flow_CreboOud_Ja" name="oud (23-nr)" sourceRef="Gateway_CreboOud" targetRef="Task_CreboOpzoeken" />
    <sequenceFlow id="Flow_CreboOud_Nee" name="al 25/27-nr" sourceRef="Gateway_CreboOud" targetRef="Task_SBBRaadplegen" />
    <sequenceFlow id="Flow_05" sourceRef="Task_CreboOpzoeken" targetRef="Task_SBBRaadplegen" />
    <sequenceFlow id="Flow_06" sourceRef="Task_SBBRaadplegen" targetRef="Task_Puzzelen" />
    <sequenceFlow id="Flow_07" sourceRef="Task_Puzzelen" targetRef="Task_Classificatie" />
    <sequenceFlow id="Flow_08" sourceRef="Task_Classificatie" targetRef="Gateway_Classificatie" />
    <sequenceFlow id="Flow_C_Afwijzen" name="C - niet haalbaar" sourceRef="Gateway_Classificatie" targetRef="EndEvent_Afgewezen_C" />
    <sequenceFlow id="Flow_AB_Door" name="A of B - haalbaar" sourceRef="Gateway_Classificatie" targetRef="Task_AdviesNaarRAETC" />
    <sequenceFlow id="Flow_Kennisadvies" sourceRef="Task_AdviesNaarRAETC" targetRef="Task_KennisadviesCheck" />
    <sequenceFlow id="Flow_NaarRAETC" sourceRef="Task_KennisadviesCheck" targetRef="Task_OverlegRAETC" />
    <sequenceFlow id="Flow_09" sourceRef="Task_OverlegRAETC" targetRef="Gateway_ToetsNodig" />
    <sequenceFlow id="Flow_ToetsJa" name="Ja" sourceRef="Gateway_ToetsNodig" targetRef="Task_Eindtermentoets" />
    <sequenceFlow id="Flow_ToetsNee" name="Nee" sourceRef="Gateway_ToetsNodig" targetRef="Task_OpleidingsrouteBepalen" />
    <sequenceFlow id="Flow_10" sourceRef="Task_Eindtermentoets" targetRef="Task_OpleidingsrouteBepalen" />
    <sequenceFlow id="Flow_NaarWGO" sourceRef="Task_OpleidingsrouteBepalen" targetRef="Task_PlaatsingVGO" />
    <sequenceFlow id="Flow_11" sourceRef="Task_PlaatsingVGO" targetRef="Task_WGOBegeleider" />
    <sequenceFlow id="Flow_12" sourceRef="Task_WGOBegeleider" targetRef="Task_Begeleiding" />
    <sequenceFlow id="Flow_13" sourceRef="Task_Begeleiding" targetRef="Task_Evaluatie" />
    <sequenceFlow id="Flow_14" sourceRef="Task_Evaluatie" targetRef="Gateway_Geschikt" />
    <sequenceFlow id="Flow_Ja_Corporaal" name="Ja" sourceRef="Gateway_Geschikt" targetRef="EndEvent_Corporaal" />
    <sequenceFlow id="Flow_Nee_STB" name="Niet opleidbaar" sourceRef="Gateway_Geschikt" targetRef="Task_STBGesprek" />
    <sequenceFlow id="Flow_15" sourceRef="Task_STBGesprek" targetRef="Task_Herbestemming" />
    <sequenceFlow id="Flow_16" sourceRef="Task_Herbestemming" targetRef="EndEvent_Herbestemd" />
  </process>

  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1">

      <bpmndi:BPMNShape id="Pool_1_di" bpmnElement="Pool_1" isHorizontal="true">
        <dc:Bounds x="100" y="40" width="2520" height="1060" />
      </bpmndi:BPMNShape>

      <bpmndi:BPMNShape id="Lane_Kandidaat_di" bpmnElement="Lane_Kandidaat" isHorizontal="true">
        <dc:Bounds x="130" y="40" width="2490" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_DCPL_di" bpmnElement="Lane_DCPL" isHorizontal="true">
        <dc:Bounds x="130" y="120" width="2490" height="160" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_BBI_di" bpmnElement="Lane_BBI" isHorizontal="true">
        <dc:Bounds x="130" y="280" width="2490" height="120" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_Jurgen_di" bpmnElement="Lane_Jurgen" isHorizontal="true">
        <dc:Bounds x="130" y="400" width="2490" height="260" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_Kennisadviseur_di" bpmnElement="Lane_Kennisadviseur" isHorizontal="true">
        <dc:Bounds x="130" y="660" width="2490" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_RAETC_di" bpmnElement="Lane_RAETC" isHorizontal="true">
        <dc:Bounds x="130" y="740" width="2490" height="140" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_Werkeenheid_di" bpmnElement="Lane_Werkeenheid" isHorizontal="true">
        <dc:Bounds x="130" y="880" width="2490" height="120" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Lane_STB_di" bpmnElement="Lane_STB" isHorizontal="true">
        <dc:Bounds x="130" y="1000" width="2490" height="100" />
      </bpmndi:BPMNShape>

      <!-- KANDIDAAT -->
      <bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
        <dc:Bounds x="200" y="62" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="180" y="104" width="76" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>

      <!-- DCPL -->
      <bpmndi:BPMNShape id="Task_DossierOntvangen_di" bpmnElement="Task_DossierOntvangen">
        <dc:Bounds x="270" y="160" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_ToetsVooropleidingseis_di" bpmnElement="Task_ToetsVooropleidingseis">
        <dc:Bounds x="450" y="160" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gateway_Uitkomst_di" bpmnElement="Gateway_Uitkomst" isMarkerVisible="true">
        <dc:Bounds x="630" y="175" width="50" height="50" />
        <bpmndi:BPMNLabel><dc:Bounds x="618" y="230" width="74" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_DirectDoor_di" bpmnElement="EndEvent_DirectDoor">
        <dc:Bounds x="750" y="130" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="720" y="170" width="98" height="26" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_Afgewezen_DCPL_di" bpmnElement="EndEvent_Afgewezen_DCPL">
        <dc:Bounds x="750" y="232" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="725" y="195" width="90" height="26" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>

      <!-- BBI -->
      <bpmndi:BPMNShape id="Task_BBI_DossierOntvangen_di" bpmnElement="Task_BBI_DossierOntvangen">
        <dc:Bounds x="700" y="300" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_BBI_Beoordeling_di" bpmnElement="Task_BBI_Beoordeling">
        <dc:Bounds x="880" y="300" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_BBI_DoorsturenVakgebied_di" bpmnElement="Task_BBI_DoorsturenVakgebied">
        <dc:Bounds x="1060" y="300" width="140" height="80" />
      </bpmndi:BPMNShape>

      <!-- JURGEN bypass-row (y=420-500) -->
      <bpmndi:BPMNShape id="Gateway_CreboOud_di" bpmnElement="Gateway_CreboOud" isMarkerVisible="true">
        <dc:Bounds x="1230" y="435" width="50" height="50" />
        <bpmndi:BPMNLabel><dc:Bounds x="1218" y="492" width="74" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_CreboOpzoeken_di" bpmnElement="Task_CreboOpzoeken">
        <dc:Bounds x="1310" y="420" width="180" height="80" />
      </bpmndi:BPMNShape>

      <!-- JURGEN main-row (y=540-620) -->
      <bpmndi:BPMNShape id="Task_SBBRaadplegen_di" bpmnElement="Task_SBBRaadplegen">
        <dc:Bounds x="1310" y="540" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Puzzelen_di" bpmnElement="Task_Puzzelen">
        <dc:Bounds x="1490" y="540" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Classificatie_di" bpmnElement="Task_Classificatie">
        <dc:Bounds x="1670" y="540" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gateway_Classificatie_di" bpmnElement="Gateway_Classificatie" isMarkerVisible="true">
        <dc:Bounds x="1850" y="555" width="50" height="50" />
        <bpmndi:BPMNLabel><dc:Bounds x="1842" y="610" width="66" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_Afgewezen_C_di" bpmnElement="EndEvent_Afgewezen_C">
        <dc:Bounds x="1857" y="482" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="1828" y="445" width="94" height="26" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_AdviesNaarRAETC_di" bpmnElement="Task_AdviesNaarRAETC">
        <dc:Bounds x="1930" y="540" width="140" height="80" />
      </bpmndi:BPMNShape>

      <!-- KENNISADVISEUR -->
      <bpmndi:BPMNShape id="Task_KennisadviesCheck_di" bpmnElement="Task_KennisadviesCheck">
        <dc:Bounds x="1930" y="675" width="140" height="60" />
      </bpmndi:BPMNShape>

      <!-- RAETC -->
      <bpmndi:BPMNShape id="Task_OverlegRAETC_di" bpmnElement="Task_OverlegRAETC">
        <dc:Bounds x="1930" y="770" width="140" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gateway_ToetsNodig_di" bpmnElement="Gateway_ToetsNodig" isMarkerVisible="true">
        <dc:Bounds x="2090" y="785" width="50" height="50" />
        <bpmndi:BPMNLabel><dc:Bounds x="2068" y="840" width="94" height="26" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Eindtermentoets_di" bpmnElement="Task_Eindtermentoets">
        <dc:Bounds x="2160" y="750" width="140" height="60" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_OpleidingsrouteBepalen_di" bpmnElement="Task_OpleidingsrouteBepalen">
        <dc:Bounds x="2360" y="770" width="200" height="80" />
      </bpmndi:BPMNShape>

      <!-- WERKEENHEID -->
      <bpmndi:BPMNShape id="Task_PlaatsingVGO_di" bpmnElement="Task_PlaatsingVGO">
        <dc:Bounds x="2360" y="900" width="200" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_WGOBegeleider_di" bpmnElement="Task_WGOBegeleider">
        <dc:Bounds x="2120" y="900" width="180" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Begeleiding_di" bpmnElement="Task_Begeleiding">
        <dc:Bounds x="1880" y="900" width="180" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Evaluatie_di" bpmnElement="Task_Evaluatie">
        <dc:Bounds x="1640" y="900" width="180" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Gateway_Geschikt_di" bpmnElement="Gateway_Geschikt" isMarkerVisible="true">
        <dc:Bounds x="1490" y="915" width="50" height="50" />
        <bpmndi:BPMNLabel><dc:Bounds x="1483" y="970" width="64" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_Corporaal_di" bpmnElement="EndEvent_Corporaal">
        <dc:Bounds x="1370" y="922" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="1335" y="960" width="106" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>

      <!-- STB -->
      <bpmndi:BPMNShape id="Task_STBGesprek_di" bpmnElement="Task_STBGesprek">
        <dc:Bounds x="1370" y="1020" width="180" height="70" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_Herbestemming_di" bpmnElement="Task_Herbestemming">
        <dc:Bounds x="1140" y="1020" width="180" height="70" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_Herbestemd_di" bpmnElement="EndEvent_Herbestemd">
        <dc:Bounds x="1000" y="1037" width="36" height="36" />
        <bpmndi:BPMNLabel><dc:Bounds x="970" y="1077" width="96" height="14" /></bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>

      <!-- ===== EDGES ===== -->
      <bpmndi:BPMNEdge id="Flow_01_di" bpmnElement="Flow_01">
        <di:waypoint x="218" y="98" />
        <di:waypoint x="218" y="200" />
        <di:waypoint x="270" y="200" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_02_di" bpmnElement="Flow_02">
        <di:waypoint x="410" y="200" />
        <di:waypoint x="450" y="200" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_03_di" bpmnElement="Flow_03">
        <di:waypoint x="590" y="200" />
        <di:waypoint x="630" y="200" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_JA_di" bpmnElement="Flow_JA">
        <di:waypoint x="655" y="175" />
        <di:waypoint x="655" y="148" />
        <di:waypoint x="750" y="148" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_NEE_di" bpmnElement="Flow_NEE">
        <di:waypoint x="655" y="225" />
        <di:waypoint x="655" y="250" />
        <di:waypoint x="750" y="250" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_TWIJFEL_di" bpmnElement="Flow_TWIJFEL">
        <di:waypoint x="680" y="200" />
        <di:waypoint x="710" y="200" />
        <di:waypoint x="710" y="340" />
        <di:waypoint x="700" y="340" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_BBI_01_di" bpmnElement="Flow_BBI_01">
        <di:waypoint x="840" y="340" />
        <di:waypoint x="880" y="340" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_BBI_02_di" bpmnElement="Flow_BBI_02">
        <di:waypoint x="1020" y="340" />
        <di:waypoint x="1060" y="340" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_BBI_03_di" bpmnElement="Flow_BBI_03">
        <di:waypoint x="1200" y="340" />
        <di:waypoint x="1255" y="340" />
        <di:waypoint x="1255" y="435" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_CreboOud_Ja_di" bpmnElement="Flow_CreboOud_Ja">
        <di:waypoint x="1280" y="460" />
        <di:waypoint x="1310" y="460" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_CreboOud_Nee_di" bpmnElement="Flow_CreboOud_Nee">
        <di:waypoint x="1255" y="485" />
        <di:waypoint x="1255" y="580" />
        <di:waypoint x="1310" y="580" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_05_di" bpmnElement="Flow_05">
        <di:waypoint x="1400" y="500" />
        <di:waypoint x="1400" y="540" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_06_di" bpmnElement="Flow_06">
        <di:waypoint x="1450" y="580" />
        <di:waypoint x="1490" y="580" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_07_di" bpmnElement="Flow_07">
        <di:waypoint x="1630" y="580" />
        <di:waypoint x="1670" y="580" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_08_di" bpmnElement="Flow_08">
        <di:waypoint x="1810" y="580" />
        <di:waypoint x="1850" y="580" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_C_Afwijzen_di" bpmnElement="Flow_C_Afwijzen">
        <di:waypoint x="1875" y="555" />
        <di:waypoint x="1875" y="518" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_AB_Door_di" bpmnElement="Flow_AB_Door">
        <di:waypoint x="1900" y="580" />
        <di:waypoint x="1930" y="580" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_Kennisadvies_di" bpmnElement="Flow_Kennisadvies">
        <di:waypoint x="2000" y="620" />
        <di:waypoint x="2000" y="675" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_NaarRAETC_di" bpmnElement="Flow_NaarRAETC">
        <di:waypoint x="2000" y="735" />
        <di:waypoint x="2000" y="770" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_09_di" bpmnElement="Flow_09">
        <di:waypoint x="2070" y="810" />
        <di:waypoint x="2090" y="810" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_ToetsJa_di" bpmnElement="Flow_ToetsJa">
        <di:waypoint x="2115" y="785" />
        <di:waypoint x="2115" y="780" />
        <di:waypoint x="2160" y="780" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_ToetsNee_di" bpmnElement="Flow_ToetsNee">
        <di:waypoint x="2140" y="810" />
        <di:waypoint x="2360" y="810" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_10_di" bpmnElement="Flow_10">
        <di:waypoint x="2300" y="780" />
        <di:waypoint x="2460" y="780" />
        <di:waypoint x="2460" y="770" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_NaarWGO_di" bpmnElement="Flow_NaarWGO">
        <di:waypoint x="2460" y="850" />
        <di:waypoint x="2460" y="900" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_11_di" bpmnElement="Flow_11">
        <di:waypoint x="2360" y="940" />
        <di:waypoint x="2300" y="940" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_12_di" bpmnElement="Flow_12">
        <di:waypoint x="2120" y="940" />
        <di:waypoint x="2060" y="940" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_13_di" bpmnElement="Flow_13">
        <di:waypoint x="1880" y="940" />
        <di:waypoint x="1820" y="940" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_14_di" bpmnElement="Flow_14">
        <di:waypoint x="1640" y="940" />
        <di:waypoint x="1540" y="940" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_Ja_Corporaal_di" bpmnElement="Flow_Ja_Corporaal">
        <di:waypoint x="1490" y="940" />
        <di:waypoint x="1406" y="940" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_Nee_STB_di" bpmnElement="Flow_Nee_STB">
        <di:waypoint x="1515" y="965" />
        <di:waypoint x="1515" y="1055" />
        <di:waypoint x="1550" y="1055" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_15_di" bpmnElement="Flow_15">
        <di:waypoint x="1370" y="1055" />
        <di:waypoint x="1320" y="1055" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="Flow_16_di" bpmnElement="Flow_16">
        <di:waypoint x="1140" y="1055" />
        <di:waypoint x="1036" y="1055" />
      </bpmndi:BPMNEdge>

    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>
