Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/tutorial/quickstart/data/quickstart.edg.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
3
<edge id="D1" from="911" to="91" type="a"/>
4
<edge id="D2" from="91" to="911" type="b"/>
5
<edge id="D3" from="912" to="92" type="a"/>
6
<edge id="D4" from="92" to="912" type="b"/>
7
<edge id="D5" from="913" to="93" type="a"/>
8
<edge id="D6" from="93" to="913" type="b"/>
9
<edge id="D7" from="914" to="94" type="a"/>
10
<edge id="D8" from="94" to="914" type="b"/>
11
<edge id="L1" from="1" to="911" type="a"/>
12
<edge id="L2" from="911" to="1" type="b"/>
13
<edge id="L3" from="2" to="912" type="a"/>
14
<edge id="L4" from="912" to="2" type="b"/>
15
<edge id="L5" from="4" to="913" type="a"/>
16
<edge id="L6" from="913" to="4" type="b"/>
17
<edge id="L7" from="5" to="914" type="a"/>
18
<edge id="L8" from="914" to="5" type="b"/>
19
<edge id="L9" from="5" to="6" type="a"/>
20
<edge id="L10" from="6" to="5" type="a"/>
21
<edge id="L11" from="6" to="1" type="a"/>
22
<edge id="L12" from="1" to="6" type="a"/>
23
<edge id="L13" from="3" to="2" type="a"/>
24
<edge id="L14" from="2" to="3" type="a"/>
25
<edge id="L15" from="6" to="3" type="c"/>
26
<edge id="L16" from="3" to="6" type="c"/>
27
<edge id="L17" from="4" to="3" type="a"/>
28
<edge id="L18" from="3" to="4" type="a"/>
29
</edges>
30