From 7e74e9496aec5013e2d95ba751d13a498cee000a Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Mon, 4 Apr 2022 08:25:04 +0200
Subject: [PATCH] updating xml schema 2.3: tyredimensiontype - remove space
 before rim diameter

(cherry picked from commit 45d7668375ce8d021378c2c676f9f1e3938086e6)
---
 .../Resources/XSD/VectoDeclarationDefinitions.2.3.xsd    | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.3.xsd b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.3.xsd
index 35d1a1850b..45860b1299 100644
--- a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.3.xsd
+++ b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.3.xsd
@@ -5,6 +5,11 @@
 	<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v1.0" schemaLocation="VectoDeclarationDefinitions.1.0.xsd"/>
 	<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.0" schemaLocation="VectoDeclarationDefinitions.2.0.xsd"/>
 	<xs:import namespace="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1" schemaLocation="VectoDeclarationDefinitions.2.1.xsd"/>
+<!--
+Changelog:
+	03.02.2022: First official version uploaded to CITnet
+	04.04.2022: Changes in 'TyreDimensionType': remove space between tyre design code and rim diameter (205/70 R15, 205/80 R15) 
+-->
 	<xs:complexType name="AbstractADCDataDeclarationType" abstract="true">
 		<xs:complexContent>
 			<xs:extension base="v1.0:AbstractAngledriveDataDeclarationType"/>
@@ -2180,8 +2185,8 @@
 			<xs:enumeration value="235/60 R17C"/>
 			<xs:enumeration value="425/55 R19.5"/>
 			<xs:enumeration value="425/55 R19.5"/>
-			<xs:enumeration value="205/80 R 15"/>
-			<xs:enumeration value="205/70 R 15"/>
+			<xs:enumeration value="205/80 R15"/>
+			<xs:enumeration value="205/70 R15"/>
 			<xs:enumeration value="205/70 R17C"/>
 			<xs:enumeration value="285/55 R16C"/>
 		</xs:restriction>
-- 
GitLab