|
10 | 10 |
|
11 | 11 | <xsd:import namespace="http://www.omg.org/spec/BPMN/20100524/MODEL" schemaLocation="BPMN_2_XSD-BPMN20.xsd"/> |
12 | 12 |
|
| 13 | + <!-- for extension in the BPMN 'definitions' element --> |
13 | 14 |
|
| 15 | + <!-- if a user wants to set an own process id (id attribute is internal)--> |
| 16 | + <xsd:attribute name="userDefinedId" type="xsd:string" /> |
| 17 | + <!-- date when a process was created, format given in ISO 8601, date and time required, timezone optional--> |
| 18 | + <xsd:attribute name="creationDate" type="xsd:dateTime" /> |
| 19 | + <!-- for Versions --> |
14 | 20 | <xsd:attribute name="processVersionId" type="xsd:string" /> |
15 | 21 | <xsd:attribute name="processVersionName" type="xsd:string" /> |
16 | | - <!-- for extension in the BPMN 'definitions' element --> |
| 22 | + <!-- for User and Spaces --> |
17 | 23 | <xsd:attribute name="creatorSpaceId" type="xsd:string" /> |
18 | 24 | <xsd:attribute name="creatorSpaceName" type="xsd:string" /> |
19 | 25 | <xsd:attribute name="creatorId" type="xsd:string" /> |
20 | 26 | <xsd:attribute name="creatorName" type="xsd:string" /> |
21 | 27 | <xsd:attribute name="creatorUsername" type="xsd:string" /> |
22 | | - <!-- if a user wants to set an own process id (id attribute is internal)--> |
23 | | - <xsd:attribute name="userDefinedId" type="xsd:string" /> |
24 | | - |
25 | | - |
| 28 | + <!-- for Templates --> |
26 | 29 | <xsd:attribute name="basedOnTemplateId" type="xsd:string" /> |
27 | 30 | <xsd:attribute name="basedOnTemplateVersionId" type="xsd:string" /> |
28 | 31 |
|
29 | | - <!-- for extension in the BPMN 'definitions' element for process imports --> |
| 32 | + |
| 33 | + <!-- extension in the BPMN 'definitions' element for process imports --> |
30 | 34 | <xsd:attribute name="originalId" type="xsd:ID" /> |
31 | 35 | <xsd:attribute name="originalName" type="xsd:string" /> |
| 36 | + <xsd:attribute name="originalUserDefinedId" type="xsd:string" /> |
| 37 | + <xsd:attribute name="originalCreationDate" type="xsd:dateTime" /> |
32 | 38 | <xsd:attribute name="originalProcessVersionId" type="xsd:string" /> |
33 | 39 | <xsd:attribute name="originalProcessVersionName" type="xsd:string" /> |
34 | 40 | <xsd:attribute name="originalExporter" type="xsd:string" /> |
|
0 commit comments