Please check if the PR fulfills these requirements
[ ] The commit message follows our guidelines
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce?
Bug fix (?)
What is the current behavior?
OpenRAO can't automatically import newer versions of FbConstraintDocument (> 20).
What is the new behavior (if this is a feature change)?
FbConstraint version 18's XSD validator is now used to import all versions >= 17.
This is not ideal (we better have one xsd per version) but works for now in production processes.
Does this PR introduce a breaking change or deprecate an API?
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Bug fix (?)
What is the current behavior?
OpenRAO can't automatically import newer versions of FbConstraintDocument (> 20).
What is the new behavior (if this is a feature change)? FbConstraint version 18's XSD validator is now used to import all versions >= 17. This is not ideal (we better have one xsd per version) but works for now in production processes.
Does this PR introduce a breaking change or deprecate an API?