Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/detentry/load/default/additionals.add.xml
169727 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<!-- Entry with non valid E3 parent (Without ID) -->
4
<entryExitDetector id="entryExitDetector_0" period="100.00" file="fileA.txt" timeThreshold="1.00" speedThreshold="1.39" pos="22.97,6.36">
5
<detEntry lane="EdgeCenter1_1" pos="10"/>
6
<detExit lane="EdgeCenter1_1" pos="20"/>
7
</entryExitDetector>
8
9
</additional>
10
11