Skip to content

Commit 3c08d1e

Browse files
author
modelica
committed
1 parent 9e6c462 commit 3c08d1e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

static/docs/main/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@
587587
<div id="header">
588588
<h1>Functional Mock-up Interface Specification</h1>
589589
<div class="details">
590-
<span id="revnumber">version 612fbcb,</span>
591-
<span id="revdate">2024-10-02</span>
590+
<span id="revnumber">version 223a784,</span>
591+
<span id="revdate">2024-10-08</span>
592592
</div>
593593
<div id="toc" class="toc2">
594594
<div id="toctitle">Contents</div>
@@ -7847,7 +7847,7 @@ <h6 id="section-terminals"><a class="link" href="#section-terminals">2.4.9.2.2.
78477847
</div>
78487848
<div id="matchingRule" class="paragraph">
78497849
<p>The normalized string attribute <code>matchingRule</code> describes the rules for variable matching in a connection of terminals.
7850-
As detailed in <a href="#table-predefined-matching-rules">Table 26</a>, there are three predefined matching rules: <code>plug</code>, <code>bus</code>, and <code>sequence</code>.
7850+
As detailed in <a href="#table-predefined-matching-rules">Table 26</a>, there are four predefined matching rules: <code>plug</code>, <code>bus</code>, <code>sequence</code>, and <code>none</code>.
78517851
Other standards may define new matching rules.
78527852
In order to avoid ambiguities and conflicts, rule names must follow the reverse domain notation of a domain that is controlled by the entity defining the semantics and content of the additional entries.
78537853
The rule names beginning with <code>org.modelica</code> and <code>org.fmi-standard</code> are explicitly reserved for use by layered standards defined by Modelica Association or its own projects (<a href="#MAP">MAPs</a>).</p>
@@ -7882,7 +7882,13 @@ <h6 id="section-terminals"><a class="link" href="#section-terminals">2.4.9.2.2.
78827882
<tr>
78837883
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>sequence</code></p></td>
78847884
<td class="tableblock halign-left valign-top"><p class="tableblock">Matching of the variables is based on the order of the terminal member variables.
7885-
An importer should connect terminals only if the number of member variables matches.</p></td>
7885+
An importer should connect terminals only if the number of member variables matches.</p>
7886+
<p class="tableblock"><a id="none"></a></p></td>
7887+
</tr>
7888+
<tr>
7889+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>none</code></p></td>
7890+
<td class="tableblock halign-left valign-top"><p class="tableblock">Matching of the variables is not intended by the creator of the FMU.
7891+
However, an importer may still connect terminals based on additional information.</p></td>
78867892
</tr>
78877893
</tbody>
78887894
</table>

0 commit comments

Comments
 (0)