1<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> 2 <person id="p0" depart="0"> 3 <personTrip from="SC" to="CN" modes="car"/> 4 <!-- must not be a trip-like walk to trigger #7357 --> 5 <walk edges="CN CW"/> 6 </person> 7</routes> 8 9