Path: blob/main/tests/netedit/elements/additionals/e2detector/load/speedthreshold/additionals.add.xml
169781 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">12<!-- non valid speedThreshold (missing)-->3<laneAreaDetector id="E2_01" lane="EdgeCenter0_0" pos="27" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" jamThreshold="10.00" friendlyPos="0"/>45<!-- non valid speedThreshold (dummy)-->6<laneAreaDetector id="E2_02" lane="EdgeCenter0_0" pos="28" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="dummySpeedThreshold" jamThreshold="10.00" friendlyPos="0"/>78<!-- non valid speedThreshold (negative)-->9<laneAreaDetector id="E2_03" lane="EdgeCenter0_0" pos="29" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="-2" jamThreshold="10.00" friendlyPos="0"/>1011<!-- valid speedThreshold -->12<laneAreaDetector id="E2_04" lane="EdgeCenter0_0" pos="30" length="10.00" period="120.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="5" jamThreshold="10.00" friendlyPos="0"/>1314</additional>151617