Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/parkingspace/load/x/additionals.add.xml
169783 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<parkingArea id="parkingArea_0" lane="EdgeCenter1_1" startPos="20.00" endPos="30.00">
3
4
<!-- non valid x (missing) -->
5
<space y="15.00" z="1" width="3.30" length="6.00" angle="45.00"/>
6
7
<!-- non valid x (dummy) -->
8
<space x="dummyX" y="15.00" z="1" width="3.30" length="6.00" angle="45.00"/>
9
10
<!-- non valid x (empty) -->
11
<space x="" y="15.00" z="1" width="3.30" length="6.00" angle="45.00"/>
12
13
<!-- valid x -->
14
<space x="10.00" y="15.00" z="1" width="3.30" length="6.00" angle="45.00"/>
15
16
</parkingArea>
17
</additional>
18
19