Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Warning: unable to open primary document entity 'xsd/routes_file.xsd'

You do not need to download them. If SUMO_HOME points to the sumo installation folder they will be picked up automatically from sumo/data/xsd.

Am Do., 14. Mai 2020 um 22:49 Uhr schrieb Jose Monreal Bailey <jmonreal@xxxxxxxxx>:
Well I do not have internet access from where its being executed.
Thats why I downloaded before the xsd files

On Thu, 14 May 2020 at 13:49, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
It should be
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
instead of
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/routes_file.xsd">


Am Mi., 13. Mai 2020 um 11:24 Uhr schrieb Jose Monreal Bailey <jmonreal@xxxxxxxxx>:
Hey everyone,

I am getting the following warning,

Warning: unable to open primary document entity 'xsd/routes_file.xsd'
 In file '/home/user/4/scenario.rou.xml'
 At line/column 1/0.

My rou.xml file has the relative path to the xsd just like all other xml files from the simulation and this is the only one that gives that warning, is there anything that it can be done?

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/routes_file.xsd">

Best regards,
Jose
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
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