blob: be669aa4e534e272cd5e68781b6d0b44fa9ac614 [file] [log] [blame]
Michael Schoefflere4f221d2018-10-05 13:21:58 +02001<?xml version="1.0" encoding="utf-8"?>
2<xs:schema xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:cppscsp="http://bosch.de/example" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3 <xs:import namespace="http://bosch.de/example" />
4 <xs:import namespace="http://www.omg.org/spec/BPMN/20100524/DI" />
5 <xs:element name="definitions">
6 <xs:complexType>
7 <xs:sequence>
8 <xs:element name="process">
9 <xs:complexType>
10 <xs:sequence>
11 <xs:element name="extensionElements">
12 <xs:complexType>
13 <xs:sequence>
14 <xs:element ref="cppscsp:metadata" />
15 </xs:sequence>
16 </xs:complexType>
17 </xs:element>
18 <xs:element name="startEvent">
19 <xs:complexType>
20 <xs:sequence>
21 <xs:element name="outgoing" type="xs:string" />
22 </xs:sequence>
23 <xs:attribute name="id" type="xs:string" use="required" />
24 </xs:complexType>
25 </xs:element>
26 <xs:element name="endEvent">
27 <xs:complexType>
28 <xs:sequence>
29 <xs:element name="incoming" type="xs:string" />
30 </xs:sequence>
31 <xs:attribute name="id" type="xs:string" use="required" />
32 </xs:complexType>
33 </xs:element>
34 <xs:element name="sequenceFlow">
35 <xs:complexType>
36 <xs:attribute name="id" type="xs:string" use="required" />
37 <xs:attribute name="sourceRef" type="xs:string" use="required" />
38 <xs:attribute name="targetRef" type="xs:string" use="required" />
39 </xs:complexType>
40 </xs:element>
41 </xs:sequence>
42 <xs:attribute name="id" type="xs:string" use="required" />
43 <xs:attribute name="name" type="xs:string" use="required" />
44 <xs:attribute name="isExecutable" type="xs:boolean" use="required" />
45 </xs:complexType>
46 </xs:element>
47 <xs:element ref="bpmndi:BPMNDiagram" />
48 </xs:sequence>
49 <xs:attribute name="id" type="xs:string" use="required" />
50 <xs:attribute name="targetNamespace" type="xs:string" use="required" />
51 <xs:attribute name="exporter" type="xs:string" use="required" />
52 <xs:attribute name="exporterVersion" type="xs:string" use="required" />
53 </xs:complexType>
54 </xs:element>
55</xs:schema>