-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSandbox.xml
48 lines (48 loc) · 1.43 KB
/
Sandbox.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<Vehicle xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://regcheck.org.uk">
<vehicleJson>{
"Description": "Sandbox Grand Cherokee Limited 5.2 Aut.",
"RegistrationYear": "1997",
"CarMake": {
"CurrentTextValue": "JEEP"
},
"CarModel": {
"CurrentTextValue": "Sandbox Grand Cherokee Limited 5.2 Aut."
},
"MakeDescription": {
"CurrentTextValue": "JEEP"
},
"ModelDescription": {
"CurrentTextValue": "Sandbox Grand Cherokee Limited 5.2 Aut."
},
"ImageUrl": "http://www.placaapi.com/image.aspx/@SkVFUCBHcmFuZCBDaGVyb2tlZSBMaW1pdGVkIDUuMiBBdXQu",
"Location": "NewYork, KS",
"Vin": "1B1GZA7Y5VY526920",
"Fuel": "gasoline",
"Colour": "Black",
"Power": "220",
"EngineCC": "{}",
"Type": "PASSENGER",
"Seats": "5",
"Axles": "{}",
"GrossWeight": "{}",
"MaxTraction": "{}"
}</vehicleJson>
<vehicleData>
<Description>Sandbox Grand Cherokee Limited 5.2 Aut.</Description>
<RegistrationYear>1997</RegistrationYear>
<CarMake>
<CurrentTextValue>JEEP</CurrentTextValue>
</CarMake>
<CarModel>Sandbox Grand Cherokee Limited 5.2 Aut.</CarModel>
<EngineSize>
<CurrentValue>{}</CurrentValue>
</EngineSize>
<FuelType>
<CurrentValue>gasoline</CurrentValue>
</FuelType>
<NumberOfSeats>
<CurrentValue>5</CurrentValue>
</NumberOfSeats>
</vehicleData>
</Vehicle>