Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] duaiterate.py problems

You have two starting tags for

variableSpeedSign

 but only one closing tag


Am 11.06.21 um 15:14 schrieb Fereshteh:
Thanks Jakob. I also would be appreciated if you tell me what’s wrong with
this additional file:


<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/additional_file.xsd";>
   <variableSpeedSign id="VSS_ID1" lanes="30486-30609_0">
      <step time="0" speed="0.01"/>
   <variableSpeedSign id="VSS_ID2" lanes="30609-30486_0">
      <step time="0" speed="0.01"/>
	
   </variableSpeedSign>
</additional>


That faced to this error:

Error: no declaration found for element 'variableSpeedSign'
  In file '0/../3_variableSpeedSign{2}.xml'
  At line/column 5/57.

Sincerely,
Fereshteh



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top