OpenModelica / OMSimulator

The OpenModelica FMI & SSP-based co-simulation environment.
Other
71 stars 50 forks source link

add XercesValidator #1257

Closed arun3688 closed 1 year ago

arun3688 commented 1 year ago

Purpose

This PR implements xml validation to SSP and FMU's.

For SSP the following files are validated

  1. SystemStructure.ssd,
  2. .ssv
  3. .ssm

For FMU's the following files are validated

  1. modeldescription.xml
arun3688 commented 1 year ago

The remaining tasks will be implemented in a separate PR