Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f9ec7c20 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis
Browse files

fix: correct interim supercap reader type

parent 88c60075
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
public class XMLSuperCapDeclarationInputDataV01 : XMLSuperCapDeclarationInputDataV23
{
public static readonly XNamespace NAMESPACE_URI = XMLDefinitions.DECLARATION_MULTISTAGE_BUS_VEHICLE_NAMESPACE_VO1;
public const string XSD_TYPE = "REESSCapacitorType";
public const string XSD_TYPE = "CapacitorSystemDataType";
public static readonly string QUALIFIED_XSD_TYPE =
XMLHelper.CombineNamespace(NAMESPACE_URI.NamespaceName, XSD_TYPE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment