Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/routeprobe/inspect_selection/additionals.add.xml
169771 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<!-- routeProbe A -->
3
<routeProbe id="routeProbe_01" edge="EdgeCenter0" period="100.00" file="fileA.txt" name="nameA" vTypes="typeA typeB" begin="1.00">
4
<param key="KeyA1" value="valueA1"/>
5
<param key="KeyA3" value="valueA2"/>
6
<param key="KeyA2" value="valueA3"/>
7
</routeProbe>
8
9
<!-- routeProbe B -->
10
<routeProbe id="routeProbe_02" edge="EdgeCenter1" period="120.00" file="fileB.txt" name="nameB" vTypes="typeC typeD" begin="3.00">
11
<param key="KeyB1" value="valueB1"/>
12
<param key="KeyB3" value="valueB2"/>
13
<param key="KeyB2" value="valueB3"/>
14
</routeProbe>
15
</additional>
16
17