Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e2multilanedetector/load/parameters/additionals.add.xml
169728 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 04.10.2018 08:07:19 by Eclipse SUMO netedit Version v1_0_0+0003-85a2829977
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="D:\sumo\tests\netedit\additionalElements\e2MultiLaneDetector\load\input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="D:\sumo\tests\netedit\additionalElements\e2MultiLaneDetector\load\input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<offset.disable-normalization value="true"/>
16
<lefthand value="false"/>
17
</processing>
18
19
<junctions>
20
<no-turnarounds value="true"/>
21
<junctions.corner-detail value="5"/>
22
<junctions.limit-turn-speed value="5.5"/>
23
<rectangular-lane-cut value="false"/>
24
</junctions>
25
26
<pedestrian>
27
<walkingareas value="false"/>
28
</pedestrian>
29
30
</configuration>
31
-->
32
33
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
34
<!-- E2 parent -->
35
<laneAreaDetector id="multiLaneAreaDetector_0" lanes="Edge0_1 Edge1_1 Edge2_1" pos="15" period="900.00" file="multiLaneAreaDetector_0.xml" endPos="15">
36
37
<!-- valid generic parameter (valid) -->
38
<param key="key1" value="value1"/>
39
40
<!-- missin key (invalid) -->
41
<param value="value2"/>
42
43
<!-- empty key (invalid) -->
44
<param key="" value="value3"/>
45
46
<!-- key contains invalid characters (invalid) -->
47
<param key="$$key with spaces%%" value="value4"/>
48
49
<!-- duplicated key (valid, overwrites the first one, show warning) -->
50
<param key="key1" value="value5"/>
51
52
<!-- missing value (invalid, value must exist)-->
53
<param key="key2"/>
54
55
<!-- empty value (valid, value may be empty) -->
56
<param key="key2" value=""/>
57
58
<!-- value contains invalid characters (valid - no restrictions on value) -->
59
<param key="key3" value="$$value with spaces%%"/>
60
61
</laneAreaDetector>
62
63
<!-- out of class -->
64
<param key="keyOut" value="valueOut"/>
65
</additional>
66
67