Path: blob/main/tests/netedit/elements/additionals/e2detector/load/id/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<!-- without errors -->3<laneAreaDetector id="E2_01" lane="EdgeCenter0_0" pos="1" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>45<!-- non valid id (empty) -->6<laneAreaDetector ane="EdgeCenter0_0" pos="2" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>78<!-- non valid id (spaces) -->9<laneAreaDetector id="id with spaces" lane="EdgeCenter0_0" pos="2" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>1011<!-- non valid id (duplicated) -->12<laneAreaDetector id="E2_01" lane="EdgeCenter0_0" pos="2" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>1314<!-- valid ID -->15<laneAreaDetector id="E2_02" lane="EdgeCenter0_0" pos="1" length="10.00" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" jamThreshold="10.00" friendlyPos="0"/>1617</additional>181920