We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a837c58 commit e4196a3Copy full SHA for e4196a3
public/xsd/XSD-PROCEED.xsd
@@ -28,7 +28,9 @@
28
29
<!-- for extension in the BPMN 'definitions' element for process imports -->
30
<xsd:attribute name="originalId" type="xsd:ID" />
31
- <xsd:attribute name="originalProcessVersion" type="xsd:string" />
+ <xsd:attribute name="originalName" type="xsd:string" />
32
+ <xsd:attribute name="originalProcessVersionId" type="xsd:string" />
33
+ <xsd:attribute name="originalProcessVersionName" type="xsd:string" />
34
<xsd:attribute name="originalExporter" type="xsd:string" />
35
<xsd:attribute name="originalExporterVersion" type="xsd:string" />
36
<xsd:attribute name="originalTargetNamespace" type="xsd:anyURI" />
0 commit comments