Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/XML/stopOffsets/warnings/input_nodes.nod.xml
169730 views
1
<nodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
2
<node id="0" x="0.0" y="0.0" type="priority"/>
3
4
<node id="1" x="-500.0" y="0.0" type="priority"/>
5
<node id="2" x="+500.0" y="0.0" type="priority"/>
6
<node id="3" x="0.0" y="-500.0" type="priority"/>
7
<node id="4" x="0.0" y="+500.0" type="priority"/>
8
9
<node id="m1" x="-250.0" y="0.0" type="priority"/>
10
<node id="m2" x="+250.0" y="0.0" type="priority"/>
11
<node id="m3" x="0.0" y="-250.0" type="priority"/>
12
<node id="m4" x="0.0" y="+250.0" type="priority"/>
13
14
</nodes>
15
16