Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/od2trips/timelines/timeline_flows/input_taz.taz.xml
169686 views
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
<tazs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/taz_file.xsd">
3
<taz id="0">
4
<tazSource id="top0to2/0" weight="100"/>
5
<tazSink id="2/0totop0" weight="100"/>
6
</taz>
7
<taz id="1">
8
<tazSource id="top1to2/1" weight="100"/>
9
<tazSink id="2/1totop1" weight="100"/>
10
</taz>
11
<taz id="2">
12
<tazSource id="top2to2/2" weight="100"/>
13
<tazSink id="2/2totop2" weight="100"/>
14
</taz>
15
</tazs>
16
17
18