Path: blob/main/tests/duarouter/container/basic_containerFlow/input_routes.rou.xml
185786 views
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">1<containerFlow id="c0" begin="0" end="10" number="2">2<tranship from="beg" to="end"/>3</containerFlow>4<containerFlow id="c0_edges" begin="0" end="10" number="2">5<tranship edges="beg middle end"/>6</containerFlow>7<containerFlow id="c1" begin="0" end="10" number="2">8<transport from="end" to="beg" lines="1"/>9</containerFlow>10<containerFlow id="c2" begin="0" end="10" number="2">11<stop edge="end" duration="20"/>12</containerFlow>13<containerFlow id="c3" begin="0" end="10" number="2">14<transport from="end" to="beg" lines="1"/>15<tranship from="end" to="beg"/>16<stop edge="beg" duration="20"/>17</containerFlow>1819</routes>202122