<?xml version="1.0" encoding="UTF-8"?>

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vehicle id="ego" depart="0.00">
        <!-- extra convoluted route that would be changed by rerouting but
             should be left intact -->
        <route edges="A0A1 A1B1 B1B2 B2B1 B1C1 C1D1 D1D2 D2D3"/>
        <stop busStop="busStop_A1B1" duration="60.00"/>
        <stop busStop="busStop_B1C1" duration="60.00"/>
        <stop busStop="busStop_C1D1" duration="60.00"/>
    </vehicle>
</routes>
