diff --git a/Schema/AllSchemas.json b/Schema/AllSchemas.json index 219dbfe..c12ad93 100644 --- a/Schema/AllSchemas.json +++ b/Schema/AllSchemas.json @@ -42764,6 +42764,9 @@ "WorkMasterID": { "$ref": "#/$defs/IdentifierType" }, + "WorkMasterVersion": { + "$ref": "#/$defs/IdentifierType" + }, "WorkType": { "$ref": "#/$defs/OperationsTypeType" }, @@ -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" }, diff --git a/Schema/B2MML-WorkDefinition.xsd b/Schema/B2MML-WorkDefinition.xsd index e51e1f3..a0ef1c6 100644 --- a/Schema/B2MML-WorkDefinition.xsd +++ b/Schema/B2MML-WorkDefinition.xsd @@ -175,6 +175,8 @@ + + +