We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7adc17 commit a837c58Copy full SHA for a837c58
1 file changed
public/xsd/XSD-PROCEED.xsd
@@ -11,7 +11,8 @@
11
<xsd:import namespace="http://www.omg.org/spec/BPMN/20100524/MODEL" schemaLocation="BPMN_2_XSD-BPMN20.xsd"/>
12
13
14
- <xsd:attribute name="processVersion" type="xsd:string" />
+ <xsd:attribute name="processVersionId" type="xsd:string" />
15
+ <xsd:attribute name="processVersionName" type="xsd:string" />
16
<!-- for extension in the BPMN 'definitions' element -->
17
<xsd:attribute name="creatorSpaceId" type="xsd:string" />
18
<xsd:attribute name="creatorSpaceName" type="xsd:string" />
0 commit comments