<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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:vendor="http://vendor" id="test" targetNamespace="http://bpmn.io/schema/bpmn">

  <bpmndi:BPMNDiagram id="BPMNDiagram_1">

    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <di:extension>
        <vendor:baz baz="BAZ" />
      </di:extension>

      <bpmndi:BPMNShape id="BPMNShape_1" bpmnElement="SubProcess_1" isExpanded="true">
        <di:extension>
          <vendor:bar>BAR</vendor:bar>
        </di:extension>
        <dc:Bounds height="300.0" width="300.0" x="300.0" y="80.0"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_1" bpmnElement="SequenceFlow_1" sourceElement="BPMNShape_1" targetElement="BPMNShape_2">
        <di:extension />
        <di:waypoint xsi:type="dc:Point" x="388.0" y="260.0"/>
        <di:waypoint xsi:type="dc:Point" x="420.0" y="260.0"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>

  </bpmndi:BPMNDiagram>

</bpmn2:definitions>
