From 9549efab3aed49e8f24cfd3e3e1018c056483886 Mon Sep 17 00:00:00 2001 From: haraldmartini <harald.martini@student.tugraz.at> Date: Wed, 22 Jun 2022 10:00:34 +0200 Subject: [PATCH] made engine torque limitations optional for conventional heavy lorry mrf --- .../VectoCore/Resources/XSD/VectoOutputManufacturer.0.9.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCore/Resources/XSD/VectoOutputManufacturer.0.9.xsd b/VectoCore/VectoCore/Resources/XSD/VectoOutputManufacturer.0.9.xsd index fa5ee9a0f8..802bc10681 100644 --- a/VectoCore/VectoCore/Resources/XSD/VectoOutputManufacturer.0.9.xsd +++ b/VectoCore/VectoCore/Resources/XSD/VectoOutputManufacturer.0.9.xsd @@ -441,7 +441,7 @@ <xs:complexType name="Conventional-LorryVehicleOutputType"> <xs:sequence> <xs:group ref="mrf:Conventional-LorryVehicleOutputTypeGroup"/> - <xs:element name="EngineTorqueLimitations" type="mrf:EngineTorqueLimitsType"/> + <xs:element name="EngineTorqueLimitations" type="mrf:EngineTorqueLimitsType" minOccurs="0"/> <xs:element name="Components" type="mrf:ConventionalLorryComponentsType"/> </xs:sequence> </xs:complexType> -- GitLab