]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/Test/FMI1/fmu_dummy/modelDescription_malformed.xml
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Test / FMI1 / fmu_dummy / modelDescription_malformed.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <fmiModelDescription\r
3   fmiVersion="1.0"\r
4   modelName="BouncingBall_malformed"\r
5   modelIdentifier="BouncingBall_malformed"\r
6   generationTool="None"\r
7   description="A bouncing ball model"\r
8   guid="123"\r
9   numberOfContinuousStates="2"\r
10   numberOfEventIndicators="1">\r
11   <TypeDefinitions>\r
12     <Type\r
13       name="Modelica.Blocks.Interfaces.RealOutput">\r
14       <RealType/>\r
15     </Type>\r
16   </TypeDefinitions>\r
17 \r
18 <ModelVariables>\r
19   <ScalarVariable name="HIGHT" valueReference="0" description="Hight of the ball">\r
20      <RealType/> <Real start="1.0" fixed="true"/> <Integer/>\r
21   </ScalarVariable>\r
22   <ScalarVariable name="HIGHT_SPEED" valueReference="1" description="Speed of the ball">\r
23      <Real start="4.0" fixed="true"/>\r
24   </ScalarVariable>\r
25   <ScalarVariable name="HIGHT_SPEED_ALIAS" valueReference="1" description="Speed of the ball">\r
26      <Real start="4.0" fixed="true"/> <DirectDependency><Name>xxx</Name> </DirectDependency>\r
27   </ScalarVariable>\r
28   <ScalarVariable name="GRAVITY" valueReference="2" description="Gravity constant">\r
29      <Real start="-9.81"/>\r
30   </ScalarVariable>\r
31   <ScalarVariable name="BOUNCE_COF" valueReference="3" description="Bouncing coefficient">\r
32      <Real start="0.5" fixed="true"/>\r
33   </ScalarVariable>\r
34   <ScalarVariable name="LOGGER_TEST" valueReference="0" description="The logger will print the value of this variable when it is set.">\r
35      <String/>\r
36   </ScalarVariable>\r
37     <ScalarVariable name="LOGGER_TEST_INTEGER" valueReference="0" description="This is only used to test logger replace function #i0#">\r
38      <Integer/>\r
39   </ScalarVariable>\r
40     <ScalarVariable name="LOGGER_TEST_BOOLEAN" valueReference="0" description="This is only used to test logger replace function #b0#">\r
41      <Boolean/>\r
42   </ScalarVariable>\r
43   <ScalarVariable name="BAD_INPUT" valueReference="4" causality="input" description="Input without start value, the logger should warn about this">\r
44     <Real/>\r
45   </ScalarVariable>\r
46 </ModelVariables>\r
47 <ModelVariables>\r
48     <ScalarVariable name="LOGGER_TEST_BOOLEAN" valueReference="0" description="This is only used to test logger replace function #b0#">\r
49      <Boolean/>\r
50   </ScalarVariable>\r
51 </ModelVariables>\r
52 \r