Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/networkInputs/dua2s/input_dua2s.nod.xml
169678 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="507.8" type="priority"/>
6
<node id="beg" x="0" y="0" type="priority"/>
7
8
<node id="endleft" x="1000" y="507.8" 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
<node id="trainBeg" x="-250" y="250"/>
15
<node id="trainEnd" x="1250" y="250"/>
16
</nodes>
17
18