Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/import/MATSim/activity/matsim_plans.xml
428527 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<!DOCTYPE population SYSTEM "http://www.matsim.org/files/dtd/population_v6.dtd">
3
4
<population desc="population written from streaming">
5
6
<attributes>
7
<attribute name="coordinateReferenceSystem" class="java.lang.String">
8
EPSG:25832
9
</attribute>
10
</attributes>
11
12
13
<!-- ====================================================================== -->
14
15
<person id="100300">
16
<plan selected="yes">
17
<activity type="home_25200" x="732605.95" y="5691004.5" end_time="07:01:00" >
18
</activity>
19
<leg mode="pt">
20
<attributes>
21
<attribute name="routingMode" class="java.lang.String">pt</attribute>
22
</attributes>
23
</leg>
24
<activity type="leisure_600" x="733045.0" y="5691859.83" start_time="07:03:00" max_dur="00:02:45" >
25
</activity>
26
<leg mode="pt">
27
<attributes>
28
<attribute name="routingMode" class="java.lang.String">pt</attribute>
29
</attributes>
30
</leg>
31
<activity type="other_3600" x="733473.91" y="5692288.74" start_time="07:14:11" max_dur="00:59:48" end_time="08:13:59" >
32
</activity>
33
<leg mode="pt">
34
<attributes>
35
<attribute name="routingMode" class="java.lang.String">pt</attribute>
36
</attributes>
37
</leg>
38
<activity type="leisure_600" x="733045.0" y="5691859.83" start_time="08:22:25" max_dur="00:06:35" >
39
</activity>
40
<leg mode="pt">
41
<attributes>
42
<attribute name="routingMode" class="java.lang.String">pt</attribute>
43
</attributes>
44
</leg>
45
<activity type="leisure_12000" x="734776.15" y="5693810.93" start_time="08:48:00" end_time="12:07:00" >
46
</activity>
47
<leg mode="pt">
48
<attributes>
49
<attribute name="routingMode" class="java.lang.String">pt</attribute>
50
</attributes>
51
</leg>
52
<activity type="leisure_6000" x="735531.13" y="5693076.83" start_time="12:18:00" end_time="14:00:00" >
53
</activity>
54
</plan>
55
56
</person>
57
58
<!-- ====================================================================== -->
59
60
</population>
61
62