Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/chargingstation/input_routes.rou.xml
169686 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<route id="r0" edges="WC CE EC CW">
3
<stop chargingStation="stop1" duration="10"/>
4
<stop chargingStation="stop2" duration="10"/>
5
</route>
6
<vType id="car"/>
7
<flow id="f" route="r0" type="car" begin="0" end="15" period="2"/>
8
</routes>
9
10