Skip to content

Commit e4196a3

Browse files
committed
oiginal attributes added in XSD
1 parent a837c58 commit e4196a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/xsd/XSD-PROCEED.xsd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828

2929
<!-- for extension in the BPMN 'definitions' element for process imports -->
3030
<xsd:attribute name="originalId" type="xsd:ID" />
31-
<xsd:attribute name="originalProcessVersion" type="xsd:string" />
31+
<xsd:attribute name="originalName" type="xsd:string" />
32+
<xsd:attribute name="originalProcessVersionId" type="xsd:string" />
33+
<xsd:attribute name="originalProcessVersionName" type="xsd:string" />
3234
<xsd:attribute name="originalExporter" type="xsd:string" />
3335
<xsd:attribute name="originalExporterVersion" type="xsd:string" />
3436
<xsd:attribute name="originalTargetNamespace" type="xsd:anyURI" />

0 commit comments

Comments
 (0)