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 48a93252 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

updating sample xml files

parent 1ccf8f16
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
<Auxiliaries>
<Data xsi:type="CompletedVehicleAuxiliaryDataDeclarationType">
<ElectricSystem>
<AlternatorTechnology ratio="1.000">Sample Alternator Technology 1</AlternatorTechnology>
<AlternatorTechnology ratio="1.000">default</AlternatorTechnology>
<LEDLights>
<Dayrunninglights>false</Dayrunninglights>
<Headlights>false</Headlights>
......@@ -59,8 +59,8 @@
<HVAC>
<SystemConfiguration>7</SystemConfiguration>
<CompressorType>
<DriverAC>sample tech 2</DriverAC>
<PassengerAC>sample tech 1</PassengerAC>
<DriverAC>2-stage</DriverAC>
<PassengerAC>4-stage</PassengerAC>
</CompressorType>
<AuxiliaryHeaterPower>0</AuxiliaryHeaterPower>
<DoubleGlasing>true</DoubleGlasing>
......
<?xml version="1.0" encoding="UTF-8"?>
<tns:VectoInputDeclaration schemaVersion="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1"
xmlns:tns="urn:tugraz:ivt:VectoAPI:DeclarationInput:v2.0"
xmlns:v2.6="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:DEV:v2.6"
xmlns:v2.1="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1"
xmlns:v2.0="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.0"
xmlns:di="http://www.w3.org/2000/09/xmldsig#"
xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:DeclarationJob E:\QUAM\Workspace\VECTO_DEV_Buses\VectoCore\VectoCore\Resources\XSD/VectoDeclarationJob.xsd">
<tns:VectoInputDeclaration schemaVersion="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1" xmlns:tns="urn:tugraz:ivt:VectoAPI:DeclarationInput:v2.0" xmlns:v2.6="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:DEV:v2.6" xmlns:v2.1="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.1" xmlns:v2.0="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:v2.0" xmlns:di="http://www.w3.org/2000/09/xmldsig#" xsi:schemaLocation="urn:tugraz:ivt:VectoAPI:DeclarationJob E:\QUAM\Workspace\VECTO_DEV_Buses\VectoCore\VectoCore\Resources\XSD/VectoDeclarationJob.xsd">
<v2.0:Vehicle id="VEH-1234567890" xsi:type="PrimaryVehicleDeclarationType" xmlns="urn:tugraz:ivt:VectoAPI:DeclarationDefinitions:DEV:v2.6">
<ManufacturerPrimaryVehicle>Generic Truck Manufacturer</ManufacturerPrimaryVehicle>
<ManufacturerAddressPrimaryVehicle>Street, ZIP City</ManufacturerAddressPrimaryVehicle>
......@@ -2602,14 +2592,14 @@
<AppVersion>TC CalcApp 123</AppVersion>
<CertificationMethod>Standard values</CertificationMethod>
<Characteristics>
<Entry speedRatio="0.0000" torqueRatio="1.00" inputTorqueRef="300.00"></Entry>
<Entry speedRatio="0.5000" torqueRatio="1.00" inputTorqueRef="200.00"></Entry>
<Entry speedRatio="0.9000" torqueRatio="0.90" inputTorqueRef="200.00"></Entry>
<Entry speedRatio="0.0000" torqueRatio="1.00" inputTorqueRef="300.00"/>
<Entry speedRatio="0.5000" torqueRatio="1.00" inputTorqueRef="200.00"/>
<Entry speedRatio="0.9000" torqueRatio="0.90" inputTorqueRef="200.00"/>
</Characteristics>
</Data>
<Signature>
<di:Reference URI="#tc-123xyz">
<di:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"></di:DigestMethod>
<di:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
<di:DigestValue>q2sumDwsqQKLw4xwkEllgsygF5bHBwZPSS66UNaXXis=</di:DigestValue>
</di:Reference>
</Signature>
......@@ -3274,9 +3264,22 @@
<Technology axleNumber="1">Variable displacement elec. controlled</Technology>
</SteeringPump>
<ElectricSystem>
<AlternatorTechnology ratio="1.000">Sample Alternator Technology 1</AlternatorTechnology>
<AlternatorTechnology ratio="1.000">default</AlternatorTechnology>
<SmartElectrics>false</SmartElectrics>
<ResultCards></ResultCards>
<ResultCards>
<Idle>
<Entry current="0" smartCurrent="0"/>
<Entry current="100" smartCurrent="120"/>
</Idle>
<Traction>
<Entry current="0" smartCurrent="1"/>
<Entry current="100" smartCurrent="120"/>
</Traction>
<Overrun>
<Entry current="0" smartCurrent="0"/>
<Entry current="100" smartCurrent="120"/>
</Overrun>
</ResultCards>
</ElectricSystem>
<PneumaticSystem>
<SizeOfAirSupply>500</SizeOfAirSupply>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment