Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/tutorial/output_parsing/data/circular.edg.xml
169727 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<edges version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
3
<edge from="bottom-left" id="bottom" to="bottom-right" type="edgeType"/>
4
<edge from="bottom-right" id="right" to="top-right" type="edgeType"/>
5
<edge from="top-right" id="top" to="top-left" type="edgeType"/>
6
<edge from="top-left" id="left" to="bottom-left" type="edgeType"/>
7
</edges>
8
9