Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/vclasses/vClass_specific_speeds/input_trips.trips.xml
185994 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="0" vClass="passenger"/>
3
<vType id="1" vClass="truck"/>
4
<trip id="0" depart="0" from="absBeg" to="absEnd" type="0"/>
5
<trip id="1" depart="0" from="absBeg" to="absEnd" type="1"/>
6
</routes>
7
8