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

Skip to content
Snippets Groups Projects
Commit 17c4ba15 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adapt generate xml output to new schema

parent 392f706f
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -900,4 +900,43 @@
<data name="VectoCustomerReport" xml:space="preserve">
<value>VectoCustomerInformation</value>
</data>
<data name="Report_ResultEntry_AvgDrivingSpeed" xml:space="preserve">
<value>AverageDrivingSpeed</value>
</data>
<data name="Report_ResultEntry_EngineSpeedDriving" xml:space="preserve">
<value>EngineSpeedDriving</value>
</data>
<data name="Report_ResultEntry_EngineSpeedDriving_Min" xml:space="preserve">
<value>Min</value>
</data>
<data name="Report_ResultEntry_EngineSpeedDriving_Avg" xml:space="preserve">
<value>Average</value>
</data>
<data name="Report_ResultEntry_EngineSpeedDriving_Max" xml:space="preserve">
<value>Max</value>
</data>
<data name="Unit_RPM" xml:space="preserve">
<value>rpm</value>
</data>
<data name="Unit_km" xml:space="preserve">
<value>km</value>
</data>
<data name="Unit_kg" xml:space="preserve">
<value>kg</value>
</data>
<data name="Unit_kmph" xml:space="preserve">
<value>km/h</value>
</data>
<data name="Unit_mps2" xml:space="preserve">
<value>m/s²</value>
</data>
<data name="Unit_t" xml:space="preserve">
<value>t</value>
</data>
<data name="Unit_kW" xml:space="preserve">
<value>kW</value>
</data>
<data name="Unit_ltr" xml:space="preserve">
<value>ltr</value>
</data>
</root>
\ No newline at end of file
This diff is collapsed.
......@@ -52,7 +52,7 @@ namespace TUGraz.VectoCore.Utils
{XmlDocumentType.DeclarationComponentData, Tuple.Create("VectoComponent{0}.xsd", new [] {"1.0"}) },
{XmlDocumentType.EngineeringData, Tuple.Create("VectoEngineeringInput{0}.xsd", new [] {"0.7"}) },
{XmlDocumentType.ManufacturerReport, Tuple.Create("VectoOutputManufacturer{0}.xsd", new [] {"0.4", "0.5"}) },
{ XmlDocumentType.CustomerReport , Tuple.Create("VectoOutputCustomer{0}.xsd", new [] {"0.4"})},
{ XmlDocumentType.CustomerReport , Tuple.Create("VectoOutputCustomer{0}.xsd", new [] {"0.4", "0.5"})},
};
private XMLValidator(Action<bool> resultaction, Action<XmlSeverityType, ValidationEvent> validationErrorAction)
......
This diff is collapsed.
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