Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/trips/preference/input_routes.rou.xml
185994 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
4
<vType id="t_0" vClass="vip"/>
5
<trip id="v_0" type="DEFAULT_BIKETYPE" depart="0.00" from="E0" to="E2"/>
6
<trip id="v_1" depart="100.00" from="E0" to="E2"/>
7
<trip id="v_2" type="t_0" depart="200.00" from="E0" to="E2"/>
8
</routes>
9
10