Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
modelica committed Jul 5, 2024
1 parent 01d451e commit 1574967
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions static/docs/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.22">
<meta name="generator" content="Asciidoctor 2.0.23">
<title>System Structure and Parameterization</title>
<style>
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
Expand Down Expand Up @@ -586,8 +586,8 @@
<div id="header">
<h1>System Structure and Parameterization</h1>
<div class="details">
<span id="revnumber">version 47b8779,</span>
<span id="revdate">2024-05-08</span>
<span id="revnumber">version 666510f,</span>
<span id="revdate">2024-07-05</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Contents</div>
Expand Down Expand Up @@ -3918,7 +3918,7 @@ <h3 id="_component">5.4. Component</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">implementation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">When the referenced component is an FMU that contains multiple implementations [ <em>for example Co-Simulation and Model Exchange</em>], this optional attribute can be used to determine which FMU implementation should be employed.
If the attribute is missing or uses the default value any, the importing tool is free to choose what kind of FMU implementation to use.
If the value is CoSimulation or ModelExchange the corresponding FMU implementation <strong>MUST</strong> be used.
If the value is CoSimulation, ModelExchange, or ScheduledExecution the corresponding FMU implementation <strong>MUST</strong> be used.
It is an error if the specified type of FMU implementation is not present in the FMU.</p></td>
</tr>
</tbody>
Expand Down
8 changes: 5 additions & 3 deletions static/docs/main/schema/SystemStructureDescription.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,18 @@
attribute can be used to determine which FMU implementation should be
employed. If the attribute is missing or uses the default value "any",
the importing tool is free to choose what kind of FMU implementation
to use. If the value is "CoSimulation" or "ModelExchange" the corresponding
FMU implementation must be used. It is an error if the specified type
of FMU implementation is not present in the FMU.
to use. If the value is "CoSimulation", "ModelExchange", or
"ScheduledExecution", the corresponding FMU implementation must be used.
It is an error if the specified type of FMU implementation is not present
in the FMU.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="any"/>
<xs:enumeration value="ModelExchange"/>
<xs:enumeration value="CoSimulation"/>
<xs:enumeration value="ScheduledExecution"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down
8 changes: 5 additions & 3 deletions static/docs/main/schema/SystemStructureDescription11.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,18 @@
attribute can be used to determine which FMU implementation should be
employed. If the attribute is missing or uses the default value "any",
the importing tool is free to choose what kind of FMU implementation
to use. If the value is "CoSimulation" or "ModelExchange" the corresponding
FMU implementation must be used. It is an error if the specified type
of FMU implementation is not present in the FMU.
to use. If the value is "CoSimulation", "ModelExchange", or
"ScheduledExecution", the corresponding FMU implementation must be used.
It is an error if the specified type of FMU implementation is not present
in the FMU.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="any"/>
<xs:enumeration value="ModelExchange"/>
<xs:enumeration value="CoSimulation"/>
<xs:enumeration value="ScheduledExecution"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down

0 comments on commit 1574967

Please sign in to comment.