]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/Test/try_to_compress_this_file.xml
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Test / try_to_compress_this_file.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>\r
2 <fmiModelDescription\r
3   fmiVersion="1.0"\r
4   modelName="BouncingBall"\r
5   modelIdentifier="BouncingBall"\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 <ModelVariables>\r
12   <ScalarVariable name="HIGHT" valueReference="0" description="Hight of the ball">\r
13      <Real start="1.0" fixed="true"/>\r
14   </ScalarVariable>\r
15   <ScalarVariable name="HIGHT_SPEED" valueReference="1" description="Speed of the ball">\r
16      <Real start="4.0" fixed="true"/>\r
17   </ScalarVariable> \r
18   <ScalarVariable name="GRAVITY" valueReference="2" description="Gravity constant">\r
19      <Real start="-9.81"/>\r
20   </ScalarVariable>\r
21   <ScalarVariable name="BOUNCE_COF" valueReference="3" description="Bouncing coefficient">\r
22      <Real start="0.5" fixed="true"/>\r
23   </ScalarVariable>\r
24 </ModelVariables>\r
25 </fmiModelDescription>\r
26 \r