Skip to content

Commit

Permalink
Manual changes from Arno's changes
Browse files Browse the repository at this point in the history
I reimplemented Arno's changes in order to pick up the changes for the JSON file, since the attempt to merge did not have the latest changes.   See https://github.com/MESAInternational/B2MML-BatchML/pull/85/files for Arno's changes.
  • Loading branch information
Dennis-Brandl committed Mar 20, 2023
1 parent 5559d66 commit 84225ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Schema/AllSchemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -42764,6 +42764,9 @@
"WorkMasterID": {
"$ref": "#/$defs/IdentifierType"
},
"WorkMasterVersion": {
"$ref": "#/$defs/IdentifierType"
},
"WorkType": {
"$ref": "#/$defs/OperationsTypeType"
},
Expand Down Expand Up @@ -43953,12 +43956,24 @@
},
"type": "array"
},
"WorkDirectiveVersion": {
"items": {
"$ref": "#/$defs/IdentifierType"
},
"type": "array"
},
"WorkMasterID": {
"items": {
"$ref": "#/$defs/IdentifierType"
},
"type": "array"
},
"WorkMasterVersion": {
"items": {
"$ref": "#/$defs/IdentifierType"
},
"type": "array"
},
"WorkflowSpecification": {
"$ref": "#/$defs/WorkflowSpecificationType"
},
Expand Down
2 changes: 2 additions & 0 deletions Schema/B2MML-WorkDefinition.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
<xsd:sequence>
<xsd:group ref = "WorkDefinitionType"/>
<xsd:element name = "WorkMasterID" type = "IdentifierType"/>
<xsd:element name = "WorkMasterVersion" type = "IdentifierType"
minOccurs = "0"/>
<xsd:element name = "WorkDirectiveChild" type = "WorkDirectiveType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkDirectiveState" type = "ResponseStateType"
Expand Down
4 changes: 4 additions & 0 deletions Schema/B2MML-WorkflowSpecification.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,12 @@
minOccurs = "0"/>
<xsd:element name = "WorkMasterID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkMasterVersion" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkDirectiveID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkDirectiveVersion" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowSpecifictionNodeProperty"
type = "WorkflowSpecificationNodePropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
Expand Down

0 comments on commit 84225ff

Please sign in to comment.