Path: blob/main/tests/netedit/elements/additionals/e2detector/load/timethreshold/additionals.add.xml
169780 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">12<!-- non valid timeThreshold (missing)-->3<laneAreaDetector id="E2_01" lane="EdgeCenter0_0" pos="23" length="10.00" period="120.00" file="fileA.txt" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>45<!-- non valid timeThreshold (dummy)-->6<laneAreaDetector id="E2_02" lane="EdgeCenter0_0" pos="24" length="10.00" period="120.00" file="fileA.txt" timeThreshold="dummyTimeThreshold" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>78<!-- non valid timeThreshold (negative)-->9<laneAreaDetector id="E2_03" lane="EdgeCenter0_0" pos="25" length="10.00" period="120.00" file="fileA.txt" timeThreshold="-5.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>1011<!-- valid timeThreshold -->12<laneAreaDetector id="E2_04" lane="EdgeCenter0_0" pos="26" length="10.00" period="120.00" file="fileA.txt" timeThreshold="2.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>1314</additional>151617