<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://sumo.sf.net/xsd/routes_file.xsd">
    <vTypeDistribution id="vtdist">
        <vType id="trolley" accel="5.0" decel="6.0" length="12.0" maxSpeed="30.0" sigma="0.5"
            guiShape="bus/trolley" color="1.0,1.0,0.0" probability="0.2"/>
        <vType id="ant" accel="3.0" decel="6.0" length="6.0" maxSpeed="15.0" sigma="0.5"
            guiShape="ant" color="0.8,0.5,0.0" probability="0.8"/>
    </vTypeDistribution>
    <routeDistribution id="horizontal">
        <route edges="left0A0 A0B0 B0right0"/>
        <route edges="left1A1 A1B1 B1right1"/>
        <route edges="right0B0 B0A0 A0left0"/>
        <route edges="right1B1 B1A1 A1left1"/>
    </routeDistribution>
    <routeDistribution id="vertical">
        <route edges="bottom0A0 A0A1 A1top0"/>
        <route edges="bottom1B0 B0B1 B1top1"/>
        <route edges="top0A1 A1A0 A0bottom0"/>
        <route edges="top1B1 B1B0 B0bottom1"/>
    </routeDistribution>
    <flow id="horiz" route="horizontal" begin="0" end="90000" period="2" arrivalPos="-10" type="vtdist"/>
    <flow id="vertic" route="vertical" begin="0" end="90000" period="4" arrivalPos="-10" type="vtdist"/>
</routes>
