Path: blob/main/tests/netedit/elements/additionals/e1detector/load/file/additionals.add.xml
169772 views
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">12<!-- non valid file (missing) -->3<inductionLoop id="E1_01" lane="EdgeCenter1_1" pos="10" period="120.00" vTypes="bus taxi private" friendlyPos="0"/>45<!-- non valid file (dummy) -->6<inductionLoop id="E1_02" lane="EdgeCenter1_1" pos="12" period="120.00" file="%%%$$$%%%" vTypes="bus taxi private" friendlyPos="0"/>78<!-- valid file (empty) -->9<inductionLoop id="E1_03" lane="EdgeCenter1_1" pos="14" period="120.00" file="" vTypes="bus taxi private" friendlyPos="0"/>1011<!-- valid file (duplicated) -->12<inductionLoop id="E1_04" lane="EdgeCenter1_1" pos="16" period="120.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1314<!-- valid file -->15<inductionLoop id="E1_05" lane="EdgeCenter1_1" pos="18" period="120.00" file="fileA.txt" vTypes="bus taxi private" friendlyPos="0"/>1617</additional>181920