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'

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

Back to the top