<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<flow id="bus" from = "beg" to ="end" line="bus" begin="0" end="1000" period="300">
<stop busStop="beg_0" until="10"/>
<stop busStop="left_0" until="60"/>
</flow>
<flow id="bus2" from = "beg" to ="end" line="bus2" begin="0" end="1000" period="300">
<stop busStop="left_0" until="70"/>
<stop busStop="end_0" until="110"/>
</flow>
<personFlow id="p" begin="0" end="10" number="3">
<personTrip from="beg" to="end" modes="public"/>
</personFlow>
</routes>