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