Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/data/typemap/visumNetconvert.typ.xml
428331 views
1
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">
2
<type id="bus" allow="bus"/>
3
<type id="tcsp" allow="bus"/>
4
<type id="acces tc" allow="bus"/>
5
<type id="accès tc" allow="bus"/>
6
<type id="walk" allow="pedestrian"/>
7
<type id="w" allow="pedestrian"/>
8
<type id="f" allow="pedestrian"/>
9
<type id="ped" allow="pedestrian"/>
10
<type id="map" allow="pedestrian"/>
11
<type id="lkw" allow="truck"/>
12
<type id="l" allow="truck"/>
13
<type id="h" allow="truck"/>
14
<type id="hgv" allow="truck"/>
15
<type id="lw" allow="truck"/>
16
<type id="truck" allow="truck"/>
17
<type id="tru" allow="truck"/>
18
<type id="pl" allow="truck"/>
19
<type id="b" allow="bicycle"/>
20
<type id="bike" allow="bicycle"/>
21
<type id="velo" allow="bicycle"/>
22
<type id="train" allow="rail"/>
23
<type id="rail" allow="rail"/>
24
<type id="tram" allow="tram"/>
25
<type id="pkw" allow="passenger"/>
26
<type id="p" allow="passenger"/>
27
<type id="car" allow="passenger"/>
28
<type id="c" allow="passenger"/>
29
<type id="vp" allow="passenger"/>
30
<type id="2rm" allow="passenger"/>
31
</types>
32
33