Test-FMUs icon indicating copy to clipboard operation
Test-FMUs copied to clipboard

Harmonize modelDescription.xml

Open GallLeo opened this issue 6 years ago • 0 comments

Currently, the modelDescription between 2.0 and 3.0 differ more than technically necessary. They should be as similar as possible, so that users can diff the files and importing problems are limited to differences from 2.0 to 3.0.

Example: https://github.com/CATIA-Systems/Test-FMUs/blob/master/BouncingBall/FMI2.xml https://github.com/CATIA-Systems/Test-FMUs/blob/master/BouncingBall/FMI3.xml

Unecessary differences:

  • <fmiModelDescription ...> different line breaks
  • <UnitDefinitions> missing in 3.0
  • <TypeDefinitions> missing in 3.0
  • description in <ModelVariables> different descriptions

GallLeo avatar Jun 25 '19 09:06 GallLeo