Skip to content

Commit

Permalink
XSD-PROCEED.xsd: changed creator attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
iaktern authored Nov 30, 2024
1 parent bd3db2b commit 7db2f1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/xsd/XSD-PROCEED.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@


<!-- for extension in the BPMN 'definition' element -->
<xsd:attribute name="creatorEnvironmentId" type="xsd:string" />
<xsd:attribute name="creatorEnvironmentName" type="xsd:string" />
<xsd:attribute name="creatorSpaceId" type="xsd:string" />
<xsd:attribute name="creatorSpaceName" type="xsd:string" />
<xsd:attribute name="creatorId" type="xsd:string" />
<xsd:attribute name="creatorName" type="xsd:string" />
<xsd:attribute name="creatorUsername" type="xsd:string" />
<!-- for extension in the BPMN 'definition' element for process imports -->
<xsd:attribute name="originalId" type="xsd:ID" />
<xsd:attribute name="originalExporter" type="xsd:string" />
Expand Down Expand Up @@ -379,4 +380,4 @@
<xsd:attribute name="ref" type="xsd:IDREF" use="required" />
</xsd:complexType>

</xsd:schema>
</xsd:schema>

0 comments on commit 7db2f1a

Please sign in to comment.