Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/chargingstation/load/startpos/additionals.add.xml
169780 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<!-- missing start position -->
4
<chargingStation id="chargingStation_0" lane="EdgeCenter1_1" endPos="30" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>
5
6
<!-- non valid start position 1 -->
7
<chargingStation id="chargingStation_1" lane="EdgeCenter1_1" startPos="dummyStartPosition" endPos="25" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>
8
9
<!-- non valid start position 2 -->
10
<chargingStation id="chargingStation_2" lane="EdgeCenter1_1" startPos="-25" endPos="25" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>
11
12
<!-- non valid start position 3 -->
13
<chargingStation id="chargingStation_3" lane="EdgeCenter1_1" startPos="500" endPos="25" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>
14
15
<!-- valid start position -->
16
<chargingStation id="chargingStation_4" lane="EdgeCenter1_1" startPos="5" endPos="25" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>
17
18
</additional>
19
20