Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/route_1htoDay/output/routes.rou.xml
428519 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vehicle id="a" depart="100">
3
<route edges="a b c d"/>
4
</vehicle>
5
<flow id="b" begin="400" end="600" period="10">
6
<route edges="c e f g"/>
7
</flow>
8
</routes>
9
10