Skip to content

Commit b1a06f9

Browse files
author
modelica
committed
1 parent 742892e commit b1a06f9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

static/docs/main/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
<div id="header">
588588
<h1>System Structure and Parameterization</h1>
589589
<div class="details">
590-
<span id="revnumber">version b705156,</span>
590+
<span id="revnumber">version 101c056,</span>
591591
<span id="revdate">2026-02-23</span>
592592
</div>
593593
<div id="toc" class="toc2">
@@ -1508,7 +1508,7 @@ <h2 id="Packaging">3. System Structure Package (SSP)</h2>
15081508
<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>
15091509
</div>
15101510
<div class="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>
15121512
<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>
15131513
<em>All stand-alone files are referenced by SSD files via (relative) URIs.</em> ]</p>
15141514
</div>
@@ -1611,7 +1611,7 @@ <h3 id="_common_xml_child_elements">4.2. Common XML Child Elements</h3>
16111611
<p>In order to ensure uniqueness the annotation type <strong>SHOULD</strong> be provided in reverse domain name notation [ <em>cf.
16121612
Java package names or Apple UTIs</em> ] of a domain that is controlled by the entity defining the semantics and content of the annotation.
16131613
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.
16151615
Annotations that are not defined by MAP SSP <strong>MUST NOT</strong> use these two prefixes,</p>
16161616
</div>
16171617
<div class="paragraph">
@@ -3281,7 +3281,7 @@ <h4 id="_elementgeometry">5.2.2. ElementGeometry</h4>
32813281
<p>The optional attribute rotation (in degrees) defines an additional rotation (applied after flipping), where positive numbers indicate a counter clockwise rotation.</p>
32823282
</div>
32833283
<div class="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>
32853285
</div>
32863286
<div class="paragraph">
32873287
<p>The optional attribute iconSource defines an icon URI with the same semantics as for the source attribute of the Component element.
@@ -3294,7 +3294,7 @@ <h4 id="_elementgeometry">5.2.2. ElementGeometry</h4>
32943294
The optional attribute iconFlip defines whether any flipping indicated by (x1,y1), (x2,y2) shall be applied to the icon graphics, too.</p>
32953295
</div>
32963296
<div class="paragraph">
3297-
<p>[<em>If no explicit icon is given, the icon used by the tool to represent the system should be rotated accordingly.</em>]</p>
3297+
<p>[ <em>If no explicit icon is given, the icon used by the tool to represent the system should be rotated accordingly.</em> ]</p>
32983298
</div>
32993299
<table class="tableblock frame-all grid-all stretch">
33003300
<colgroup>
@@ -3354,7 +3354,7 @@ <h4 id="_elementgeometry">5.2.2. ElementGeometry</h4>
33543354
]</p>
33553355
</div>
33563356
<div class="paragraph">
3357-
<p>[<em>The next examples show the effects of attributes of the ElementGeometry on the visual representation of a reference element:</em></p>
3357+
<p>[ <em>The next examples show the effects of attributes of the ElementGeometry on the visual representation of a reference element:</em></p>
33583358
</div>
33593359
<div class="paragraph">
33603360
<p><em><strong>Non-transformed reference</strong> (icon fills rectangle, left 2 inputs, right 1 output)</em></p>
@@ -4524,7 +4524,7 @@ <h3 id="_component">5.4. Component</h3>
45244524
</tr>
45254525
<tr>
45264526
<td class="tableblock halign-left valign-top"><p class="tableblock">implementation</p></td>
4527-
<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.
4527+
<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.
45284528
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.
45294529
If the value is CoSimulation, ModelExchange, or ScheduledExecution the corresponding FMU implementation <strong>MUST</strong> be used.
45304530
It is an error if the specified type of FMU implementation is not present in the FMU.</p></td>

0 commit comments

Comments
 (0)