<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
    <!-- Without errors -->
    <chargingStation id="chargingStation_0" lane="EdgeCenter1_1" startPos="5" endPos="10" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" friendlyPos="false"/>

    <!-- missing ID -->
    <chargingStation lane="EdgeCenter1_1" startPos="5" endPos="10" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>

    <!-- invalid ID -->
    <chargingStation id="id with spaces" lane="EdgeCenter1_1" startPos="5" endPos="10" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>

    <!-- Duplicated ID -->
    <chargingStation id="chargingStation_0" lane="EdgeCenter1_1" startPos="5" endPos="10" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="0.00" name="chargingStation" friendlyPos="false"/>

</additional>
