PedestrianDynamics / jupedsim

JuPedSim is an open source pedestrian dynamics simulator
http://jupedsim.org
Other
41 stars 28 forks source link

update xsd files in all xml inputs #45

Closed chraibi closed 5 years ago

chraibi commented 5 years ago

In Gitlab by @chraibi on Jun 30, 2014, 10:58 [origin]

we need to validate the scheme of the inputfiles (ini, geometry, router, etc) bevor proceeding with the parsing

There are three files to validate:

ini.xml with xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/jps_core.xsd" geo.xml with xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/jps_geometry.xsd" routing.xml with xsi:noNamespaceSchemaLocation="http://xsd.jupedsim.org/jps_routing.xsd"

The content of all input files (in the directory demos and inputfiles) should be update accordingly

chraibi commented 5 years ago

In Gitlab by @chraibi on Dec 17, 2016, 12:01

closed

chraibi commented 5 years ago

In Gitlab by @chraibi on Jun 13, 2018, 16:29

removed milestone