JuPedSim / jpsreport

Analysis tool
https://www.jupedsim.org/jpsreport_introduction.html
Other
3 stars 9 forks source link

update xsd information #141

Closed gjaeger closed 5 years ago

gjaeger commented 5 years ago

based on JuPedSim/jpscore issue 437:

In the xml files (ini and geo) there is information pointing to the appropriate xsd scheme.

This information is outdated and needs update.

From

<JPSreport project="JPS-Project" version="0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/jps_report.xsd">

to

<JPSreport project="JPS-Project" version="0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/JuPedSim/jpsreport/develop/xsd/jps_report.xsd">

Helpful with validation of xml files e.g. with online validators.