Closed modelica-trac-importer closed 4 years ago
This issue seems to have two parts to it:
Since (1) shows an example with a missing end-tag, which is handled, I believe that something went missing with the issue transfer from trac. I'm closing this ticket, but please re-open if you know the complete example.
For (2), today all validation is done through FMI Library at parse time. An extended solution is to also use some other tool for the schema validation. That's out of scope for this issue though.
@sjoelund FYI
Reported by sjoelund.se on 19 Jan 2017 12:43 UTC Currently, if you try to upload an FMU containing:
this is rejected by the post-commit hook with a cryptic error message. This is due to failing to validate the XML schema (xsd files). The fmuChecker happily accepts the FMU though, and it works in all importing tools I have encountered. It would be good if FMIL could validate the schema.
Migrated-From: https://trac.fmi-standard.org/ticket/404