Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/bugs/0xxx/ticket267/input_connections.con.xml
169715 views
1
<connections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
2
3
<connection from="1si" to="3o" fromLane="0" toLane="0"/>
4
<connection from="1si" to="2o" fromLane="2" toLane="0"/>
5
6
<connection from="2si" to="4o" fromLane="0" toLane="0"/>
7
<connection from="2si" to="1o" fromLane="2" toLane="0"/>
8
9
</connections>
10