Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/e1detector/load/period/additionals.add.xml
169776 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<!-- non valid frequency (missing) -->
4
<inductionLoop id="E1_01" lane="EdgeCenter1_1" pos="15" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>
5
6
<!-- non valid frequency (dummy) -->
7
<inductionLoop id="E1_02" lane="EdgeCenter1_1" pos="18" period="dummyFrequency" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>
8
9
<!-- non valid frequency (negative) -->
10
<inductionLoop id="E1_03" lane="EdgeCenter1_1" pos="21" period="-100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>
11
12
<!-- valid frequency -->
13
<inductionLoop id="E1_04" lane="EdgeCenter1_1" pos="24" period="120.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>
14
15
</additional>
16
17