From fc4a738f4d19f1cf4af951ad234c7ab2a6976e70 Mon Sep 17 00:00:00 2001 From: Harald Martini <harald.martini@student.tugraz.at> Date: Wed, 3 Nov 2021 16:14:29 +0100 Subject: [PATCH] Update id of voltage parameter in IEPCSystemVoltageLevelMeasuredType and ElectricMachineSystemVoltageLevelMeasuredType --- .../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 b8f88bf425..030266d2eb 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 @@ -789,7 +789,7 @@ <xs:sequence> <xs:element name="Voltage" type="v2.10.1:VoltageLevelVoltageType"> <xs:annotation> - <xs:documentation>P467, P500 - [V]</xs:documentation> + <xs:documentation>P467 - [V]</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaxTorqueCurve" type="v2.10.1:ElectricMachineSystemMaxTorqueCurveType"/> @@ -942,7 +942,7 @@ <xs:sequence> <xs:element name="Voltage" type="v2.10.1:VoltageLevelVoltageType"> <xs:annotation> - <xs:documentation>P467, P500 - [V]</xs:documentation> + <xs:documentation>P500 - [V]</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaxTorqueCurve" type="v2.10.1:ElectricMachineSystemMaxTorqueCurveType"/> -- GitLab