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

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

correct xml files in test data to validate against schema

parent 1c6cf2d6
No related branches found
No related tags found
No related merge requests found
......@@ -75,10 +75,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
IXmlTypeWriter GetPEV_CompletedBusComponentsType();
IReportVehicleOutputGroup GetGeneralVehicleOutputGroup();
......@@ -93,7 +89,6 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
IReportOutputGroup GetHEV_PrimaryBusVehicleOutputGroup();
IXmlTypeWriter GetEngineTorqueLimitationsType();
IXmlTypeWriter GetEngineType();
IXmlTypeWriter GetRetarderType();
......
......@@ -129,19 +129,5 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport
return auxId + "Technology";
}
}
}
......@@ -52,9 +52,9 @@ xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:DeclarationOutput:VehicleInterimFile
<RatedPower>325032</RatedPower>
<MaxEngineTorque>2134</MaxEngineTorque>
<WHRType>
<v2.3:MechanicalOutputICE>false</v2.3:MechanicalOutputICE>
<v2.3:MechanicalOutputDrivetrain>false</v2.3:MechanicalOutputDrivetrain>
<v2.3:ElectricalOutput>true</v2.3:ElectricalOutput>
<MechanicalOutputICE>false</MechanicalOutputICE>
<MechanicalOutputDrivetrain>false</MechanicalOutputDrivetrain>
<ElectricalOutput>true</ElectricalOutput>
</WHRType>
<Mode>
<IdlingSpeed>600</IdlingSpeed>
......
......@@ -48,9 +48,9 @@ xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:DeclarationOutput:VehicleInterimFile
<RatedPower>380000</RatedPower>
<MaxEngineTorque>2400</MaxEngineTorque>
<WHRType>
<v2.3:MechanicalOutputICE>false</v2.3:MechanicalOutputICE>
<v2.3:MechanicalOutputDrivetrain>false</v2.3:MechanicalOutputDrivetrain>
<v2.3:ElectricalOutput>false</v2.3:ElectricalOutput>
<MechanicalOutputICE>false</MechanicalOutputICE>
<MechanicalOutputDrivetrain>false</MechanicalOutputDrivetrain>
<ElectricalOutput>false</ElectricalOutput>
</WHRType>
<Mode>
<IdlingSpeed>560</IdlingSpeed>
......
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