|
587 | 587 | <div id="header"> |
588 | 588 | <h1>Functional Mock-up Interface Specification</h1> |
589 | 589 | <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> |
592 | 592 | </div> |
593 | 593 | <div id="toc" class="toc2"> |
594 | 594 | <div id="toctitle">Contents</div> |
@@ -7847,7 +7847,7 @@ <h6 id="section-terminals"><a class="link" href="#section-terminals">2.4.9.2.2. |
7847 | 7847 | </div> |
7848 | 7848 | <div id="matchingRule" class="paragraph"> |
7849 | 7849 | <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>. |
7851 | 7851 | Other standards may define new matching rules. |
7852 | 7852 | 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. |
7853 | 7853 | 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. |
7882 | 7882 | <tr> |
7883 | 7883 | <td class="tableblock halign-left valign-top"><p class="tableblock"><code>sequence</code></p></td> |
7884 | 7884 | <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> |
7886 | 7892 | </tr> |
7887 | 7893 | </tbody> |
7888 | 7894 | </table> |
|
0 commit comments