BPMN:BPMN Test

From Squirrel's Lair
<?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:startEvent id="StartEvent_1">
      <bpmn:outgoing>SequenceFlow_052mygd</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:exclusiveGateway id="ExclusiveGateway_1qkpn4f" name="testing">
      <bpmn:incoming>SequenceFlow_052mygd</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1f8hvd5</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:sequenceFlow id="SequenceFlow_052mygd" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_1qkpn4f" />
    <bpmn:exclusiveGateway id="ExclusiveGateway_00edlb8">
      <bpmn:incoming>SequenceFlow_1f8hvd5</bpmn:incoming>
    </bpmn:exclusiveGateway>
    <bpmn:sequenceFlow id="SequenceFlow_1f8hvd5" sourceRef="ExclusiveGateway_1qkpn4f" targetRef="ExclusiveGateway_00edlb8" />
    <bpmn:textAnnotation id="TextAnnotation_11w6ci5">
      <bpmn:text>this decision</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_1eiq4vd" sourceRef="ExclusiveGateway_1qkpn4f" targetRef="TextAnnotation_11w6ci5" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="173" y="102" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_1qkpn4f_di" bpmnElement="ExclusiveGateway_1qkpn4f" isMarkerVisible="true">
        <dc:Bounds x="285" y="95" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="294" y="152" width="33" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_052mygd_di" bpmnElement="SequenceFlow_052mygd">
        <di:waypoint x="209" y="120" />
        <di:waypoint x="285" y="120" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="TextAnnotation_11w6ci5_di" bpmnElement="TextAnnotation_11w6ci5">
        <dc:Bounds x="340" y="170" width="100" height="30" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Association_1eiq4vd_di" bpmnElement="Association_1eiq4vd">
        <di:waypoint x="324" y="131" />
        <di:waypoint x="372" y="170" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_00edlb8_di" bpmnElement="ExclusiveGateway_00edlb8" isMarkerVisible="true">
        <dc:Bounds x="415" y="95" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1f8hvd5_di" bpmnElement="SequenceFlow_1f8hvd5">
        <di:waypoint x="335" y="120" />
        <di:waypoint x="415" y="120" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>