Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/drt/drtOnline/customized_times/input_routes.rou.xml
428536 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
3
<vType id="taxi" vClass="taxi">
4
<param key="has.taxi.device" value="true"/>
5
<param key="device.taxi.pickUpDuration" value="60"/>
6
<param key="device.taxi.dropOffDuration" value="120"/>
7
</vType>
8
<trip id="taxiA" depart="0.00" type="taxi">
9
<stop lane="A0B0_1" triggered="person"/>
10
</trip>
11
<trip id="taxiB" depart="0.00" type="taxi">
12
<stop lane="A0B0_1" triggered="person"/>
13
</trip>
14
<trip id="taxiC" depart="0.00" type="taxi">
15
<stop lane="A0B0_1" triggered="person"/>
16
</trip>
17
18
</routes>
19
20