1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
3 xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
4 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5 xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
6 targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL">
8 <xsd:import namespace="http://www.omg.org/spec/BPMN/20100524/DI" schemaLocation="BPMNDI.xsd"/>
9 <xsd:include schemaLocation="Semantic.xsd"/>
11 <xsd:element name="definitions" type="tDefinitions"/>
12 <xsd:complexType name="tDefinitions">
14 <xsd:element ref="import" minOccurs="0" maxOccurs="unbounded"/>
15 <xsd:element ref="extension" minOccurs="0" maxOccurs="unbounded"/>
16 <xsd:element ref="rootElement" minOccurs="0" maxOccurs="unbounded"/>
17 <xsd:element ref="process" minOccurs="0" maxOccurs="unbounded"/>
18 <xsd:element ref="bpmndi:BPMNDiagram" minOccurs="0" maxOccurs="unbounded"/>
19 <xsd:element ref="relationship" minOccurs="0" maxOccurs="unbounded"/>
21 <xsd:attribute name="id" type="xsd:ID" use="optional"/>
22 <xsd:attribute name="name" type="xsd:string"/>
23 <xsd:attribute name="targetNamespace" type="xsd:anyURI" use="required"/>
24 <xsd:attribute name="expressionLanguage" type="xsd:anyURI" use="optional" default="http://www.w3.org/1999/XPath"/>
25 <xsd:attribute name="typeLanguage" type="xsd:anyURI" use="optional" default="http://www.w3.org/2001/XMLSchema"/>
26 <xsd:attribute name="exporter" type="xsd:string"/>
27 <xsd:attribute name="exporterVersion" type="xsd:string"/>
28 <xsd:anyAttribute namespace="##other" processContents="lax"/>
31 <xsd:element name="import" type="tImport"/>
32 <xsd:complexType name="tImport">
33 <xsd:attribute name="namespace" type="xsd:anyURI" use="required"/>
34 <xsd:attribute name="location" type="xsd:string" use="required"/>
35 <xsd:attribute name="importType" type="xsd:anyURI" use="required"/>