Path: blob/main/tests/netedit/elements/additionals/e1detector/load/period/additionals.add.xml
169776 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">12<!-- non valid frequency (missing) -->3<inductionLoop id="E1_01" lane="EdgeCenter1_1" pos="15" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>45<!-- non valid frequency (dummy) -->6<inductionLoop id="E1_02" lane="EdgeCenter1_1" pos="18" period="dummyFrequency" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>78<!-- non valid frequency (negative) -->9<inductionLoop id="E1_03" lane="EdgeCenter1_1" pos="21" period="-100.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1011<!-- valid frequency -->12<inductionLoop id="E1_04" lane="EdgeCenter1_1" pos="24" period="120.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1314</additional>151617