Supports version 1.0.1 of OSP-IS
This is a java project consisting of a java library, and a command line interface tool to validate FMUs and simulation configurations against OSP-IS.
OSP-IS has been updated in version 1.0.1 to support variable axis properties.
This osp-validator
version only works with OspSystemStructure.xml
files based on
this xsd
$ git clone git@github.com:open-simulation-platform/osp-validator.git
$ cd osp-validator
$ mvn clean package
<module-dir>/target
will contain the compiled artifacts.