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>
|