<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">

    <!-- non valid timeThreshold (missing)-->
    <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"/>

    <!-- non valid timeThreshold (dummy)-->
    <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"/>

    <!-- non valid timeThreshold (negative)-->
    <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"/>

    <!-- valid timeThreshold -->
    <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"/>

</additional>
