You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/docs/main/index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@
587
587
<divid="header">
588
588
<h1>System Structure and Parameterization</h1>
589
589
<divclass="details">
590
-
<spanid="revnumber">version b705156,</span>
590
+
<spanid="revnumber">version 101c056,</span>
591
591
<spanid="revdate">2026-02-23</span>
592
592
</div>
593
593
<divid="toc" class="toc2">
@@ -1508,7 +1508,7 @@ <h2 id="Packaging">3. System Structure Package (SSP)</h2>
1508
1508
<p>The ZIP archive <strong>MAY</strong> contain additional entries with the prefix <code>resources/</code> which can be used to bundle resources referenced from the system structure description file(s) through relative URIs as specified in the sections below.</p>
1509
1509
</div>
1510
1510
<divclass="paragraph">
1511
-
<p>[ <em>Note: These additional entries may include additional files describing Parameter Values (<code><strong>.ssv</code>), Parameter Mappings (<code></strong>.ssm</code>) or Signal Dictionaries (<code>*.ssb</code>).</em>
1511
+
<p>[ <em>Note: These additional entries may include additional files describing Parameter Values (*.ssv), Parameter Mappings (*.ssm) or Signal Dictionaries (*.ssb).</em>
1512
1512
<em>The names of these files, like all other additional files, are arbitrary and are independent of variant handling or the names of the referencing SSD files themselves.</em>
1513
1513
<em>All stand-alone files are referenced by SSD files via (relative) URIs.</em> ]</p>
1514
1514
</div>
@@ -1611,7 +1611,7 @@ <h3 id="_common_xml_child_elements">4.2. Common XML Child Elements</h3>
1611
1611
<p>In order to ensure uniqueness the annotation type <strong>SHOULD</strong> be provided in reverse domain name notation [ <em>cf.
1612
1612
Java package names or Apple UTIs</em> ] of a domain that is controlled by the entity defining the semantics and content of the annotation.
1613
1613
For vendor-specific annotations this <strong>SHOULD</strong> be a domain controlled by the tool vendor.
1614
-
For MAP-SSP-defined annotations, this <strong>MUST</strong> be a domain under the org.modelica or org.ssp-standard prefixes.
1614
+
For MAP-SSP-defined annotations, this <strong>MUST</strong> be a domain under the <code>org.modelica</code> or <code>org.ssp-standard</code> prefixes.
1615
1615
Annotations that are not defined by MAP SSP <strong>MUST NOT</strong> use these two prefixes,</p>
<p>The optional attribute rotation (in degrees) defines an additional rotation (applied after flipping), where positive numbers indicate a counter clockwise rotation.</p>
3282
3282
</div>
3283
3283
<divclass="paragraph">
3284
-
<p>[<em>Sometimes such a counter clockwise orientation is also called a left rotation (x→y), with the coordinate system orientation: x → right, y → up)</em>]</p>
3284
+
<p>[<em>Sometimes such a counter clockwise orientation is also called a left rotation (x→y), with the coordinate system orientation: x → right, y → up)</em>]</p>
3285
3285
</div>
3286
3286
<divclass="paragraph">
3287
3287
<p>The optional attribute iconSource defines an icon URI with the same semantics as for the source attribute of the Component element.
<tdclass="tableblock halign-left valign-top"><pclass="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.
4527
+
<tdclass="tableblock halign-left valign-top"><pclass="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.
4528
4528
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.
4529
4529
If the value is CoSimulation, ModelExchange, or ScheduledExecution the corresponding FMU implementation <strong>MUST</strong> be used.
4530
4530
It is an error if the specified type of FMU implementation is not present in the FMU.</p></td>
0 commit comments