Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/vclasses/no_valid_connection/input_routes.rou.xml
185786 views
1
<?xml version="1.0"?>
2
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
3
<vType id="bus" vClass="bus"/>
4
<trip id="invalid1" type="bus" from="absBeg" to="beg2left" depart="0"/>
5
<trip id="invalid2" type="bus" from="absBeg" to="left2end" depart="0"/>
6
</routes>
7
8