Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/jtrrouter/function/vclasses/input_dua2s.nod.xml
169685 views
1
<nodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
2
3
<node id="absBeg" x="-500" y="0" type="priority"/>
4
5
<node id="begleft" x="0" y="500" type="priority"/>
6
<node id="beg" x="0" y="0" type="priority"/>
7
8
<node id="endleft" x="1000" y="500" type="priority"/>
9
<node id="end" x="1000" y="0" type="priority"/>
10
11
<node id="absEnd" x="1500" y="0" type="priority"/>
12
<node id="rabsEnd" x="2000" y="0" type="priority"/>
13
14
</nodes>
15
16