<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
   <vType id="DEFAULT_VEHTYPE" sigma="0"/>
   <route id="r0" edges="Edge0 Edge1 Edge2" probability="0.5"/>
   <route id="r1" edges="Edge3 Edge4 Edge5" probability="0.5"/>
   <vehicle id="1" depart="0">
       <routeDistribution>
           <route refId="r0"/>
           <route refId="r1"/>
       </routeDistribution>
   </vehicle>
</routes>
