powsybl / powsybl-open-rao

A toolbox based on powsybl framework dedicated to power systems coordinated capacity calculation and security analysis projects
Mozilla Public License 2.0
17 stars 6 forks source link

[FbConstraintDocument] Support new schema versions #1107

Closed pet-mit closed 3 months ago

pet-mit commented 3 months ago

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?