From 0d1bd0c302dcd714765bae3f79b1c905f12038d9 Mon Sep 17 00:00:00 2001
From: Harald Martini <harald.martini@student.tugraz.at>
Date: Thu, 4 Nov 2021 08:23:02 +0100
Subject: [PATCH] updated DragTorqueType definition

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

diff --git a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.1_xEV_Components.xsd b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.1_xEV_Components.xsd
index bf61b7da8a..30cf6955f2 100644
--- a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.1_xEV_Components.xsd
+++ b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.1_xEV_Components.xsd
@@ -507,8 +507,7 @@
 		</xs:attribute>
 	</xs:complexType>
 	<xs:simpleType name="DragTorqueType">
-		<xs:restriction base="v1.0:Double2">
-			<xs:annotation>
+		<xs:annotation>
 				<xs:documentation>P472, P505 - [Nm]</xs:documentation>
 				<xs:appinfo>
 					<vectoParam:description>
@@ -518,6 +517,7 @@
 					</vectoParam:description>
 				</xs:appinfo>
 			</xs:annotation>
+		<xs:restriction base="v1.0:Double2">
 		</xs:restriction>
 	</xs:simpleType>
 	<xs:complexType name="ElectricMachineSystemDragTorqueEntryType">
-- 
GitLab