﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5219	Wrong outputs in modelDescription.xml	Lennart Ochel		"FMUs generated from the attached Modelica model contain 3 variables that are marked as output:

{{{#!xml
<!-- Index of variable = ""14"" -->
  <ScalarVariable
    name=""der(speed)""
    valueReference=""13""
    variability=""continuous""
    causality=""output""
    initial=""exact"">
    <Real start=""0.0""/>
  </ScalarVariable>
  <!-- Index of variable = ""401"" -->
  <ScalarVariable
    name=""position""
    valueReference=""400""
    variability=""continuous""
    causality=""output""
    initial=""exact"">
    <Real start=""0.0""/>
  </ScalarVariable>
  <!-- Index of variable = ""420"" -->
  <ScalarVariable
    name=""speed""
    valueReference=""419""
    variability=""continuous""
    causality=""output""
    initial=""exact"">
    <Real start=""0.0""/>
  </ScalarVariable>
}}}

The `Outputs` section of the `ModelStructure` definition list only two of them:
{{{#!xml
      <Unknown index=""401"" dependencies=""1"" dependenciesKind=""dependent"" />
      <Unknown index=""420"" dependencies=""2"" dependenciesKind=""dependent"" />
}}}

The ` ModelStructure` seem to be correct, but the entiremodelDescription.xml becomes invalid due to the previously defined third output.
 "	defect	new	blocker	1.13.0	FMI	v1.13.0-dev-nightly			Adrian Pop
