Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b66168ad authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

return default value for ATEcoRollReleaseLockupClutch in XML schema version...

return default value for ATEcoRollReleaseLockupClutch in XML schema version 2.1 (will not be supported for the 2nd amendment)
parent 36d247d5
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ using System.Xml.Linq;
using TUGraz.VectoCommon.InputData;
using TUGraz.VectoCommon.Resources;
using TUGraz.VectoCore.InputData.FileIO.XML.Declaration.Interfaces;
using TUGraz.VectoCore.Models.Declaration;
using TUGraz.VectoCore.Utils;
namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
......@@ -96,6 +97,8 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
: base(vehicle, componentNode, sourceFile) { }
protected override XNamespace SchemaNamespace => NAMESPACE_URI;
public override bool? ATEcoRollReleaseLockupClutch => false;
}
// ---------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment