logo
требования / Zadanie_na_kursovuyu_i_laboratornye_raboty / Методология программной инженерии (курсовая и лабораторные работы) / BPMN2

12.2.4 Complete BPMN DI XML Schema

Table 12.7 – Complete BPMN DI XML schema

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" targetNamespace="http://www.omg.org/spec/BPMN/20100524/DI" elementFormDefault="qualified" attributeFormDefault="unqualified">

<xsd:import namespace="http://www.omg.org/spec/DD/20100524/DC" schemaLocation="DC.xsd" /> <xsd:import namespace="http://www.omg.org/spec/DD/20100524/DI" schemaLocation="DI.xsd" /> <xsd:element name="BPMNDiagram" type="bpmndi:BPMNDiagram" />

<xsd:element name="BPMNPlane" type="bpmndi:BPMNPlane" /> <xsd:element name="BPMNLabelStyle" type="bpmndi:BPMNLabelStyle" />

<xsd:element name="BPMNShape" type="bpmndi:BPMNShape" substitutionGroup="di:DiagramElement" /> <xsd:element name="BPMNLabel" type="bpmndi:BPMNLabel" />

<xsd:element name="BPMNEdge" type="bpmndi:BPMNEdge" substitutionGroup="di:DiagramElement" />

<xsd:complexType name="BPMNDiagram"> <xsd:complexContent>

<xsd:extension base="di:Diagram"> <xsd:sequence>

<xsd:element ref="bpmndi:BPMNPlane" />

<xsd:element ref="bpmndi:BPMNLabelStyle" maxOccurs="unbounded" minOccurs="0" /> </xsd:sequence>

</xsd:extension>

</xsd:complexContent>

</xsd:complexType>