From a816a0140cf0068f128722a13651f8198528692c Mon Sep 17 00:00:00 2001 From: Harald Martini <harald.martini@student.tugraz.at> Date: Thu, 4 Nov 2021 08:08:42 +0100 Subject: [PATCH] Updated type of DataElement in REESSCapactiorType and REESSBatteryType --- .../XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd index e512899c94..52af1807b0 100644 --- a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd +++ b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.10.2_JobInputData.xsd @@ -1435,7 +1435,7 @@ <xs:element name="REESS"> <xs:complexType> <xs:sequence> - <xs:element name="Data" type="v2.10.1:BatterySystemDataType"/> + <xs:element name="Data" type="v2.10.1:AbstractBatteryDataType"/> <xs:element name="Signature" type="v2.0:SignatureType"/> </xs:sequence> </xs:complexType> @@ -1468,7 +1468,7 @@ </xs:complexType> <xs:complexType name="REESSCapacitorType"> <xs:sequence> - <xs:element name="Data" type="v2.10.1:CapacitorDataType"/> + <xs:element name="Data" type="v2.10.1:AbstractCapacitorDataType"/> <xs:element name="Signature" type="v2.0:SignatureType"/> </xs:sequence> </xs:complexType> -- GitLab