xmlStr.js 1.5 KB

12345678910111213141516171819202122232425262728
  1. export default `<?xml version="1.0" encoding="UTF-8"?>
  2. <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_0001" targetNamespace="http://bpmn.io/schema/bpmn">
  3. <bpmn:process id="Process_1697" name="业务流程_169708" isExecutable="true">
  4. <bpmn:startEvent id="Event_0x7a3v2">
  5. <bpmn:outgoing>Flow_0oqin5p</bpmn:outgoing>
  6. </bpmn:startEvent>
  7. <bpmn:endEvent id="Event_033hoaa">
  8. <bpmn:incoming>Flow_0oqin5p</bpmn:incoming>
  9. </bpmn:endEvent>
  10. <bpmn:sequenceFlow id="Flow_0oqin5p" sourceRef="Event_0x7a3v2" targetRef="Event_033hoaa" />
  11. </bpmn:process>
  12. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  13. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1697">
  14. <bpmndi:BPMNShape id="Event_0x7a3v2_di" bpmnElement="Event_0x7a3v2">
  15. <dc:Bounds x="162" y="-128" width="36" height="36" />
  16. </bpmndi:BPMNShape>
  17. <bpmndi:BPMNShape id="Event_033hoaa_di" bpmnElement="Event_033hoaa">
  18. <dc:Bounds x="298" y="22" width="36" height="36" />
  19. </bpmndi:BPMNShape>
  20. <bpmndi:BPMNEdge id="Flow_0oqin5p_di" bpmnElement="Flow_0oqin5p">
  21. <di:waypoint x="198" y="-110" />
  22. <di:waypoint x="248" y="-110" />
  23. <di:waypoint x="248" y="40" />
  24. <di:waypoint x="298" y="40" />
  25. </bpmndi:BPMNEdge>
  26. </bpmndi:BPMNPlane>
  27. </bpmndi:BPMNDiagram>
  28. </bpmn:definitions>`