Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/od2trips/function/differSourceSinkWarn/input_taz.taz.xml
169689 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="1" edges="a1"/>
4
<taz id="2">
5
<tazSource id="b1" weight="1"/>
6
<tazSink id="b2" weight="1"/>
7
</taz>
8
</tazs>
9
10
11