From 3a873317e64ebd8f18f069cb81541b9fc38c776f Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Tue, 19 Mar 2024 17:05:49 +0100 Subject: [PATCH] Added history item --- .../main/resources/schemas/ves/ves-1.0.xsd | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/phive-ves-model/src/main/resources/schemas/ves/ves-1.0.xsd b/phive-ves-model/src/main/resources/schemas/ves/ves-1.0.xsd index 6a63f801..7e37f7f8 100644 --- a/phive-ves-model/src/main/resources/schemas/ves/ves-1.0.xsd +++ b/phive-ves-model/src/main/resources/schemas/ves/ves-1.0.xsd @@ -468,6 +468,48 @@ Version: 2024-03-19 + + + + + The content of this element needs to be the human readable description of what was changed. + That should be human readable text in English language. + Note: history items are immutable and MUST NOT be altered later at any costs. + + + + + + + The date and time when the change was published + + + + + Who is responsible for the change + + + + + + An optional code for the activity that was performed. + No default code list exists at the time of creation. + + + + + + + + + + + + Contains the details of the status changes + + + + @@ -528,6 +570,13 @@ Version: 2024-03-19 + + + + This element allows the editor to provide information about the different status changes. + + +