]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/Test/FMI2/parser_test_xmls/naming_conventions_xmls/flat/acad/modelDescription.xml
Merge remote-tracking branch 'origin/master' into release/1.35.1
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Test / FMI2 / parser_test_xmls / naming_conventions_xmls / flat / acad / modelDescription.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <fmiModelDescription
3   fmiVersion="2.0"
4   modelName="none"
5   guid="123"
6   numberOfEventIndicators="1">
7   <CoSimulation 
8         modelIdentifier="none1" 
9         canHandleVariableCommunicationStepSize="true"
10         />
11 <ModelVariables>
12   <ScalarVariable name="a" valueReference="0">
13      <Integer/>
14   </ScalarVariable>
15   <ScalarVariable name="c" valueReference="1">
16      <Integer/>
17   </ScalarVariable>
18   <ScalarVariable name="a" valueReference="2">
19      <Integer/>
20   </ScalarVariable>
21   <ScalarVariable name="d" valueReference="3">
22      <Integer/>
23   </ScalarVariable>
24 </ModelVariables>
25 <ModelStructure>
26 </ModelStructure>
27 </fmiModelDescription>
28