Path: blob/main/tests/netedit/elements/demands/routeflow/inspect_selection/routes.rou.xml
169780 views
<?xml version="1.0" encoding="UTF-8"?>12<!-- generated on 2025-01-13 15:31:19 by Eclipse SUMO netedit Version v1_21_0+1820-ca0974d033d3This data file and the accompanying materials4are made available under the terms of the Eclipse Public License v2.05which accompanies this distribution, and is available at6http://www.eclipse.org/legal/epl-v20.html7This file may also be made available under the following Secondary8Licenses when the conditions for such availability set forth in the Eclipse9Public License 2.0 are satisfied: GNU General Public License, version 210or later which is available at11https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html12SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later13-->1415<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">16<!-- Routes -->17<route id="routeA" edges="Edge0 Edge1 Edge2" color="yellow"/>18<route id="routeB" edges="Edge3 Edge4 Edge5" color="yellow"/>19<!-- Vehicles, persons and containers (sorted by depart) -->20<flow id="flowA" begin="0.00" departLane="random" departPos="2.00" departPosLat="2.00" departSpeed="12.00" arrivalLane="0" arrivalPos="3.00" arrivalPosLat="3.00" arrivalSpeed="12.00" color="red" line="line A" personNumber="1" containerNumber="5" insertionChecks="leaderGap junction speedLimit all" route="routeA" end="2600.00" number="13">21<param key="KeyA1" value="valueA1"/>22<param key="KeyA2" value="valueA3"/>23<param key="KeyA3" value="valueA2"/>24</flow>25<flow id="flowB" begin="10.00" departLane="free" departPos="random" departPosLat="random_free" departSpeed="speedLimit" arrivalLane="current" arrivalPos="random" arrivalPosLat="right" arrivalSpeed="current" color="blue" line="line B" personNumber="2" insertionChecks="leaderGap speedLimit all" containerNumber="10" route="routeB" end="3600.00" number="18">26<param key="KeyB1" value="valueB1"/>27<param key="KeyB2" value="valueB3"/>28<param key="KeyB3" value="valueB2"/>29</flow>30</routes>313233