Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/assign/cadyts/test.edg.xml
428380 views
1
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
2
<edge from="91" id="91to1" to="1" type="c"/>
3
<edge from="1" id="1to21" to="2" type="a" shape="300,-50 700,-50"/>
4
<edge from="1" id="1to22" to="2" type="b" shape="300,50 700,50"/>
5
<edge from="2" id="out" to="3" type="c"/>
6
</edges>
7
8