BPMN:Venn: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<?xml version="1.0" encoding="UTF-8"?>
<?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" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
<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:process id="Process_1" isExecutable="false">
     <bpmn:startEvent id="StartEvent_1" />
     <bpmn:startEvent id="StartEvent_1" name="A [[B]]" />
    <bpmn:textAnnotation id="TextAnnotation_127l12d">
      <bpmn:text>ab [[cd]]</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_0ed9p5j" sourceRef="StartEvent_1" targetRef="TextAnnotation_127l12d" />
   </bpmn:process>
   </bpmn:process>
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
         <dc:Bounds x="202" y="82" width="36" height="36" />
         <dc:Bounds x="282" y="162" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="285" y="205" width="30" height="14" />
        </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="TextAnnotation_127l12d_di" bpmnElement="TextAnnotation_127l12d">
        <dc:Bounds x="320" y="80" width="100" height="30" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Association_0ed9p5j_di" bpmnElement="Association_0ed9p5j">
        <di:waypoint x="311" y="166" />
        <di:waypoint x="358" y="110" />
      </bpmndi:BPMNEdge>
     </bpmndi:BPMNPlane>
     </bpmndi:BPMNPlane>
   </bpmndi:BPMNDiagram>
   </bpmndi:BPMNDiagram>
</bpmn:definitions>
</bpmn:definitions>

Latest revision as of 04:07, March 10, 2021

<?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" name="A [[B]]" />
    <bpmn:textAnnotation id="TextAnnotation_127l12d">
      <bpmn:text>ab [[cd]]</bpmn:text>
    </bpmn:textAnnotation>
    <bpmn:association id="Association_0ed9p5j" sourceRef="StartEvent_1" targetRef="TextAnnotation_127l12d" />
  </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="282" y="162" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="285" y="205" width="30" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="TextAnnotation_127l12d_di" bpmnElement="TextAnnotation_127l12d">
        <dc:Bounds x="320" y="80" width="100" height="30" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Association_0ed9p5j_di" bpmnElement="Association_0ed9p5j">
        <di:waypoint x="311" y="166" />
        <di:waypoint x="358" y="110" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>