Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/xml/parse_nested_xsd/input_data.xml
428503 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-11-03 16:24:34 by Eclipse SUMO sumo Version v1_10_0+1903-0983242
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
10
11
<input>
12
<net-file value="net.net.xml"/>
13
<additional-files value="input_routes.rou.xml"/>
14
</input>
15
16
<output>
17
<write-license value="true"/>
18
<fcd-output value="fcd.xml"/>
19
</output>
20
21
<time>
22
<end value="2"/>
23
</time>
24
25
<processing>
26
<default.speeddev value="0"/>
27
</processing>
28
29
<report>
30
<xml-validation value="never"/>
31
<xml-validation.routes value="never"/>
32
<duration-log.disable value="true"/>
33
<no-step-log value="true"/>
34
</report>
35
36
</configuration>
37
-->
38
39
<fcd-export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/fcd_file.xsd">
40
<timestep time="0.00">
41
<vehicle id="p0_0" x="390.15" y="401.65" angle="270.00" type="DEFAULT_VEHTYPE" speed="0.00" pos="5.10" lane="1/1to0/1_0" slope="0.00"/>
42
<person id="p0" x="390.15" y="401.65" angle="270.00" speed="0.00" pos="5.10" edge="1/1to0/1" slope="0.00"/>
43
</timestep>
44
<timestep time="1.00">
45
<vehicle id="p0_0" x="388.16" y="401.65" angle="270.00" type="DEFAULT_VEHTYPE" speed="1.99" pos="7.09" lane="1/1to0/1_0" slope="0.00"/>
46
<person id="p0" x="388.16" y="401.65" angle="270.00" speed="1.99" pos="7.09" edge="1/1to0/1" slope="0.00"/>
47
</timestep>
48
</fcd-export>
49
50