<?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" xmlns:pm="http://processmaker.com/BPMN/2.0/Schema.xsd" xmlns:tns="http://sourceforge.net/bpmn/definitions/_1530553328908" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://bpmn.io/schema/bpmn" exporter="ProcessMaker Modeler" exporterVersion="1.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://bpmn.sourceforge.net/schemas/BPMN20.xsd">
  <bpmn:process id="ProcessId" name="ProcessName" isExecutable="true">
    <bpmn:startEvent id="node_1" name="Start Event" pm:allowInterstitial="false" pm:config="{&#34;web_entry&#34;:null}">
      <bpmn:outgoing>node_5</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:callActivity id="node_3" name="Sub Process" calledElement="ProcessId-1" pm:config="{&#34;calledElement&#34;:&#34;ProcessId-1&#34;,&#34;processId&#34;:1,&#34;startEvent&#34;:&#34;node_1&#34;,&#34;name&#34;:&#34;Sub Process&#34;}">
      <bpmn:incoming>node_5</bpmn:incoming>
      <bpmn:outgoing>node_8</bpmn:outgoing>
      <bpmn:ioSpecification id="node_3_inner_1622471472374">
        <bpmn:dataOutput id="node_3_output_1" name="output_array_node_3" isCollection="true" />
        <bpmn:inputSet id="node_3_inner_1622471472376" />
        <bpmn:outputSet id="node_3_inner_1622471472377">
          <bpmn:dataOutputRefs>node_3_output_1</bpmn:dataOutputRefs>
        </bpmn:outputSet>
      </bpmn:ioSpecification>
      <bpmn:multiInstanceLoopCharacteristics id="node_3_inner_1622471472372" isSequential="true">
        <bpmn:loopCardinality id="node_3_inner_1622471472373">3</bpmn:loopCardinality>
        <bpmn:loopDataOutputRef>node_3_output_1</bpmn:loopDataOutputRef>
      </bpmn:multiInstanceLoopCharacteristics>
    </bpmn:callActivity>
    <bpmn:sequenceFlow id="node_5" name="" sourceRef="node_1" targetRef="node_3" />
    <bpmn:endEvent id="node_6" name="End Event" pm:screenRef="">
      <bpmn:incoming>node_8</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="node_8" name="" sourceRef="node_3" targetRef="node_6" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagramId">
    <bpmndi:BPMNPlane id="BPMNPlaneId" bpmnElement="ProcessId">
      <bpmndi:BPMNShape id="node_1_di" bpmnElement="node_1">
        <dc:Bounds x="170" y="250" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="node_3_di" bpmnElement="node_3">
        <dc:Bounds x="300" y="230" width="116" height="76" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="node_5_di" bpmnElement="node_5">
        <di:waypoint x="188" y="268" />
        <di:waypoint x="358" y="268" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="node_6_di" bpmnElement="node_6">
        <dc:Bounds x="510" y="250" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="node_8_di" bpmnElement="node_8">
        <di:waypoint x="358" y="268" />
        <di:waypoint x="528" y="268" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
