Skip to content

Commit c0c6288

Browse files
committed
creationDate
1 parent e4196a3 commit c0c6288

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

public/xsd/XSD-PROCEED.xsd

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,31 @@
1010

1111
<xsd:import namespace="http://www.omg.org/spec/BPMN/20100524/MODEL" schemaLocation="BPMN_2_XSD-BPMN20.xsd"/>
1212

13+
<!-- for extension in the BPMN 'definitions' element -->
1314

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 -->
1420
<xsd:attribute name="processVersionId" type="xsd:string" />
1521
<xsd:attribute name="processVersionName" type="xsd:string" />
16-
<!-- for extension in the BPMN 'definitions' element -->
22+
<!-- for User and Spaces -->
1723
<xsd:attribute name="creatorSpaceId" type="xsd:string" />
1824
<xsd:attribute name="creatorSpaceName" type="xsd:string" />
1925
<xsd:attribute name="creatorId" type="xsd:string" />
2026
<xsd:attribute name="creatorName" type="xsd:string" />
2127
<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 -->
2629
<xsd:attribute name="basedOnTemplateId" type="xsd:string" />
2730
<xsd:attribute name="basedOnTemplateVersionId" type="xsd:string" />
2831

29-
<!-- for extension in the BPMN 'definitions' element for process imports -->
32+
33+
<!-- extension in the BPMN 'definitions' element for process imports -->
3034
<xsd:attribute name="originalId" type="xsd:ID" />
3135
<xsd:attribute name="originalName" type="xsd:string" />
36+
<xsd:attribute name="originalUserDefinedId" type="xsd:string" />
37+
<xsd:attribute name="originalCreationDate" type="xsd:dateTime" />
3238
<xsd:attribute name="originalProcessVersionId" type="xsd:string" />
3339
<xsd:attribute name="originalProcessVersionName" type="xsd:string" />
3440
<xsd:attribute name="originalExporter" type="xsd:string" />

0 commit comments

Comments
 (0)