<?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="Process Id" name="ProcessName" isExecutable="true">
     </bpmn:process>
     <bpmndi:BPMNDiagram id="BPMNDiagramId">
         <bpmndi:BPMNPlane id="BPMNPlaneId" bpmnElement="ProcessId">
        </bpmndi:BPMNPlane>
    </bpmndi:BPMNDiagram>
</bpmn:definitions>
