File: opendriveNetconvert.typ.xml

package info (click to toggle)
sumo 1.18.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,218,476 kB
  • sloc: xml: 2,488,246; cpp: 431,611; python: 236,255; java: 14,424; cs: 5,200; ansic: 494; sh: 474; makefile: 80; csh: 1
file content (35 lines) | stat: -rw-r--r-- 3,282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">
    <type id="driving"       priority="1"  speed="13.89" width="3.65" disallow="pedestrian rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="stop"          priority="1"  speed="13.89" width="3.65" disallow="pedestrian rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="restricted"    priority="0"  speed="13.89" width="3.65" disallow="all"/> <!-- ambiguous semantics. Could mean bus-lane as well as fully-area restricted (but surfaced) lane area (as seen in official examples) -->
    <type id="parking"       priority="1"  speed="1.39"  width="2.50" disallow="pedestrian rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="entry"         priority="1"  speed="22.22" width="3.65" disallow="pedestrian rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="exit"          priority="1"  speed="22.22" width="3.65" disallow="pedestrian rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="offRamp"       priority="1"  speed="22.22" width="3.65" disallow="pedestrian bicycle moped rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="onRamp"        priority="1"  speed="22.22" width="3.65" disallow="pedestrian bicycle moped rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="roadWorks"     priority="0"  speed="1.39"  width="3.65" allow="authority"/>
    <type id="tram"          priority="2"  speed="13.89" width="3.65" allow="tram"/>
    <type id="rail"          priority="3"  speed="33.33" width="3.65" allow="rail rail_urban rail_electric rail_fast"/>

    <!-- should be enabled via additional typemaps -->
    <!--
    <type id="biking"        priority="-1" speed="5.56"  width="1.50" allow="bicycle"      />
    <type id="sidewalk"      priority="-2" speed="2.78"  width="2.50" allow="pedestrian"   />
    -->

    <!-- discarded -->
    <type id="none"          priority="0"  speed="1.39" width="1.0"   disallow="all"          discard="true"/>
    <type id="shoulder"      priority="0"  speed="1.39" width="1.0"   disallow="all"          discard="true"/>
    <type id="border"        priority="0"  speed="1.39" width="0.1"   disallow="all"          discard="true"/>
    <type id="median"        priority="0"  speed="1.39" width="0.1"   disallow="all"          discard="true"/>
    <type id="special1"      priority="1"  speed="22.22" width="3.65" allow="custom1"         discard="true"/>
    <type id="special2"      priority="1"  speed="22.22" width="3.65" allow="custom2"         discard="true"/>
    <type id="special3"      priority="1"  speed="22.22" width="3.65" allow="custom1 custom2" discard="true"/>

    <!-- deprecated -->
    <type id="mwyEntry"      priority="1"  speed="22.22" width="3.65" disallow="pedestrian bicycle moped rail rail_urban rail_electric rail_fast tram ship"/>
    <type id="mwyExit"       priority="1"  speed="22.22" width="3.65" disallow="pedestrian bicycle moped rail rail_urban rail_electric rail_fast tram ship"/>

    <!-- not fully implemented -->
    <type id="bidirectional" priority="1"  speed="1.39"  width="3.65" disallow="pedestrian rail rail_urban rail_electric rail_fast tram ship"/> 
</types>