File: osmNetconvertRailUsage.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 (17 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/types_file.xsd">

    <!-- no extra permissions shall be added -->
    <type id="usage.main"       oneway="true" disallow="all"/>
    <type id="usage.branch"     oneway="true" disallow="all"/>
    <type id="usage.industrial" oneway="true" disallow="all"/>
    <type id="usage.military"   oneway="true" disallow="all"/>
    <type id="usage.tourism"    oneway="true" disallow="all"/>
    <type id="usage.test"       oneway="true" disallow="all"/>
    <type id="service.yard"     oneway="true" disallow="all"/>
    <type id="service.siding"   oneway="true" disallow="all"/>
    <type id="service.spur"     oneway="true" disallow="all"/>
    <type id="service.crossover" oneway="true" disallow="all"/>
    <!-- prevent unused railways from being imported through their service tag -->
    <type id="railway.disused" discard="true"/>

</types>