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 cb31cb69..97d66a34 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 @@ -28,6 +28,8 @@ This XML Schema is used to describe "Validation Execution Sets" as used by the phive validation library. Version history: + * 2024-11-22 - v1.0.0-RC2 + * Added "description" to VesCustomErrorType * 2024-05-16 - v1.0.0-RC1 * Initial version @@ -55,7 +57,6 @@ Version history: - @@ -128,9 +129,9 @@ Version history: - + - ID of the error who's error level is to be modified + ID of the error that is to be modified @@ -148,6 +149,11 @@ Version history: Optional suffix to be added to the respective error text + + + Reason for the customization + +