Path: blob/main/tests/netedit/elements/additionals/e3detector/load/timethreshold/additionals.add.xml
169735 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">1<!-- non valid timeThreshold missing) -->2<entryExitDetector id="entryExitDetector_0" period="100.00" file="fileA.txt" speedThreshold="1.39" pos="18,10">3<detEntry lane="EdgeCenter1_0" pos="24"/>4<detExit lane="EdgeCenter0_0" pos="24"/>5</entryExitDetector>67<!-- non valid timeThreshold (dummy) -->8<entryExitDetector id="entryExitDetector_1" period="100.00" file="fileA.txt" timeThreshold="dummyTimeTreshold" speedThreshold="1.39" pos="20,10">9<detEntry lane="EdgeCenter1_0" pos="26"/>10<detExit lane="EdgeCenter0_0" pos="26"/>11</entryExitDetector>1213<!-- non valid timeThreshold (negative) -->14<entryExitDetector id="entryExitDetector_2" period="100.00" file="fileA.txt" timeThreshold="-5" speedThreshold="1.39" pos="22,10">15<detEntry lane="EdgeCenter1_0" pos="28"/>16<detExit lane="EdgeCenter0_0" pos="28"/>17</entryExitDetector>1819<!-- valid timeThreshold -->20<entryExitDetector id="entryExitDetector_3" period="100.00" file="fileA.txt" timeThreshold="2.12" speedThreshold="1.39" pos="24,10">21<detEntry lane="EdgeCenter1_0" pos="30"/>22<detExit lane="EdgeCenter0_0" pos="30"/>23</entryExitDetector>24</additional>252627