Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/drt/drtOnline/dua_pairs/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
</vType>
6
7
<trip id="taxiA" type="taxi" depart="0.00" from="A0B0" to="B0C0">
8
<stop lane="A0B0_1" triggered="person"/>
9
</trip>
10
11
</routes>
12
13