OpenDA-Association / OpenDA

Open data assimilation toolbox
GNU Lesser General Public License v3.0
87 stars 31 forks source link

XML parser issues for native models #383

Open wkramer opened 3 months ago

wkramer commented 3 months ago

When adding the xsi:schemaLocation="http://www.openda.org http://schemas.openda.org/observation/noosObservations.xsd" to the noosObserver config file will result incorrectly parsing the file in a Simona run.

<?xml version='1.0' encoding='utf-8'?>
<noosObserver xmlns="http://www.openda.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <timeSeries status="use" standardDeviation="0.1" location="STAVENISSE">waterlevel-stavenisse.noos</timeSeries>
</noosObserver> 

This occurs for all Simona test-models\oda* test models.

Could be related to an incorrect XML schema definition?