Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/keep_edges/connections/input_connections.con.xml
169713 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"/>
4
<connection from="1si" to="2o"/>
5
6
<connection from="2si" to="4o"/>
7
<connection from="2si" to="1o"/>
8
9
</connections>
10