<?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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn:process id="Process_1" isExecutable="false">
    <bpmn:intermediateThrowEvent id="WITH_ESCALATION_REF">
      <bpmn:escalationEventDefinition escalationRef="Escalation_4" />
    </bpmn:intermediateThrowEvent>
  </bpmn:process>
  <bpmn:escalation id="Escalation_1" name="a" />
  <bpmn:escalation id="Escalation_2" name="b" escalationCode="foo" />
  <bpmn:escalation id="Escalation_3" name="c" />
  <bpmn:escalation id="Escalation_4" name="d" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="IntermediateThrowEvent_08pa9ca_di" bpmnElement="WITH_ESCALATION_REF">
        <dc:Bounds x="261" y="241" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="234" y="277" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>
