From c20db133c50d348b7a7889da5cb8504158f26f2f Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <quaritsch@ivt.tugraz.at>
Date: Thu, 19 Oct 2023 14:43:44 +0200
Subject: [PATCH] bugfix in xml schema: remove erroneous PS technology for
 lorries

---
 .../Resources/XSD/VectoDeclarationDefinitions.2.4.xsd         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.4.xsd b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.4.xsd
index 17a5ca47dd..5f78f2d9ce 100644
--- a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.4.xsd
+++ b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.4.xsd
@@ -19,6 +19,7 @@ Changelog:
 	16.11.2022: 	- Removed trailing white spaces from PSTechnologies and SPTechnologies
 				- changed Small + elec. driven + ESS to Small + AMS + elec. driven
     13.06.2023: Changed rated current, rated voltage, rated capacity (bus aux smart electrics) from datatype xs:integer to xs:int 	
+	19.10.2023: remove erroneous lorry PS technology entry
 	-->
 	<xs:complexType name="Abstract_ADAS_ConventionalType" abstract="true">
 		<xs:complexContent>
@@ -2530,7 +2531,6 @@ Changelog:
 	</xs:simpleType>
 	<xs:simpleType name="AuxPSTechnologyLorryType">
 		<xs:restriction base="xs:string">
-			<xs:enumeration value="Crankshaft mounted - Electronically controlled visco clutch"/>
 			<xs:enumeration value="Small"/>
 			<xs:enumeration value="Small + ESS"/>
 			<xs:enumeration value="Small + visco clutch"/>
@@ -2560,7 +2560,6 @@ Changelog:
 			<xs:enumeration value="Large Supply + visco clutch + AMS"/>
 			<xs:enumeration value="Large Supply + mech. clutch + AMS"/>
 			<xs:enumeration value="Vacuum pump"/>
-			<!--fully electric-->
 			<xs:enumeration value="Small + elec. driven"/>
 			<xs:enumeration value="Small + AMS + elec. driven"/>
 			<xs:enumeration value="Medium Supply 1-stage + elec. driven"/>
@@ -2570,6 +2569,7 @@ Changelog:
 			<xs:enumeration value="Large Supply + elec. driven"/>
 			<xs:enumeration value="Large Supply + AMS + elec. driven"/>
 			<xs:enumeration value="Vacuum pump + elec. driven"/>
+			<!--fully electric-->
 		</xs:restriction>
 	</xs:simpleType>
 	<xs:simpleType name="AuxSPTechnology_HEV-S_LorryType">
-- 
GitLab