Skip to content

Commit ebc7631

Browse files
author
modelica
committed
1 parent 6980d50 commit ebc7631

7 files changed

Lines changed: 22 additions & 21 deletions

static/docs/main/index.html

Lines changed: 16 additions & 15 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 b93f56a,</span>
590+
<span id="revnumber">version 800e899,</span>
591591
<span id="revdate">2026-05-05</span>
592592
</div>
593593
<div id="toc" class="toc2">
@@ -797,13 +797,13 @@ <h1>System Structure and Parameterization</h1>
797797
<div id="preamble">
798798
<div class="sectionbody">
799799
<div class="paragraph">
800-
<p>Document version: 2.0.1-rc.2</p>
800+
<p>Document version: 2.0.1</p>
801801
</div>
802802
<div class="paragraph">
803-
<p>March 26, 2026</p>
803+
<p>May 5, 2026</p>
804804
</div>
805805
<div class="paragraph">
806-
<p>This document is the second release candidate of release 2.0.1 of the System Structure and Parameterization Standard (SSP).</p>
806+
<p>This document is release 2.0.1 of the System Structure and Parameterization Standard (SSP).</p>
807807
</div>
808808
<div class="paragraph">
809809
<p>This specification, as well as supporting XML schema files, is provided on the SSP site (<a href="https://ssp-standard.org/" class="bare">https://ssp-standard.org/</a>).
@@ -845,14 +845,9 @@ <h1>System Structure and Parameterization</h1>
845845
<td class="tableblock halign-left valign-top"><p class="tableblock">Public Release of SSP 2.0</p></td>
846846
</tr>
847847
<tr>
848-
<td class="tableblock halign-left valign-top"><p class="tableblock">2.0.1-rc.1</p></td>
849-
<td class="tableblock halign-left valign-top"><p class="tableblock">2026-02-24</p></td>
850-
<td class="tableblock halign-left valign-top"><p class="tableblock">First Release Candidate of SSP 2.0.1</p></td>
851-
</tr>
852-
<tr>
853-
<td class="tableblock halign-left valign-top"><p class="tableblock">2.0.1-rc.2</p></td>
854-
<td class="tableblock halign-left valign-top"><p class="tableblock">2026-03-26</p></td>
855-
<td class="tableblock halign-left valign-top"><p class="tableblock">Second Release Candidate of SSP 2.0.1</p></td>
848+
<td class="tableblock halign-left valign-top"><p class="tableblock">2.0.1</p></td>
849+
<td class="tableblock halign-left valign-top"><p class="tableblock">2026-05-05</p></td>
850+
<td class="tableblock halign-left valign-top"><p class="tableblock">Public Release of SSP 2.0.1</p></td>
856851
</tr>
857852
</tbody>
858853
</table>
@@ -971,7 +966,7 @@ <h2 id="_overview">1. Overview</h2>
971966
<div class="sect2">
972967
<h3 id="_properties_and_guiding_ideas">1.1. Properties and Guiding Ideas</h3>
973968
<div class="paragraph">
974-
<p>This section introduces the basic properties and guiding principles that underly the design of the SSP standard:</p>
969+
<p>This section introduces the basic properties and guiding principles that underlie the design of the SSP standard:</p>
975970
</div>
976971
<div class="paragraph">
977972
<p><em>Tool independence</em>: The core intent of SSP is to enable the exchange of partial and complete simulation systems between tools.
@@ -985,7 +980,7 @@ <h3 id="_properties_and_guiding_ideas">1.1. Properties and Guiding Ideas</h3>
985980
This approach also differentiates SSP from systems engineering standards like SysML: By focusing on simplicity and simulation-related features, SSP avoids the complexities that have plagued the tool-independent exchange of SysML models, enabling a wider adoption across the tool landscape.</p>
986981
</div>
987982
<div class="paragraph">
988-
<p><em>Maximum Reuseability:</em> SSP contributes to maximizing reusability of models and parameters across tools and use cases.
983+
<p><em>Maximum Reusability:</em> SSP contributes to maximizing reusability of models and parameters across tools and use cases.
989984
SSP can be used to specify required interfaces of a single component without the need to build a running model.
990985
Such an interface specification can be used as a template for the implementation of a model.
991986
In consequence compatibility between different implementations can be guaranteed, ensuring that these implementations will fit into the overall system structure.
@@ -1263,11 +1258,17 @@ <h3 id="_changes_in_2_0_1">1.5. Changes in 2.0.1</h3>
12631258
<p>Add legend for schema images (<a href="https://github.com/modelica/ssp-standard/pull/116" class="bare">https://github.com/modelica/ssp-standard/pull/116</a>)</p>
12641259
</li>
12651260
<li>
1266-
<p>Fix formating (<a href="https://github.com/modelica/ssp-standard/pull/119" class="bare">https://github.com/modelica/ssp-standard/pull/119</a>)</p>
1261+
<p>Fix formatting (<a href="https://github.com/modelica/ssp-standard/pull/119" class="bare">https://github.com/modelica/ssp-standard/pull/119</a>)</p>
12671262
</li>
12681263
<li>
12691264
<p>Clarification of coordinates for ssd:Note (<a href="https://github.com/modelica/ssp-standard/pull/121" class="bare">https://github.com/modelica/ssp-standard/pull/121</a>)</p>
12701265
</li>
1266+
<li>
1267+
<p>Fix typo (<a href="https://github.com/modelica/ssp-standard/pull/129" class="bare">https://github.com/modelica/ssp-standard/pull/129</a>)</p>
1268+
</li>
1269+
<li>
1270+
<p>Clarify generationDateAndTime format (<a href="https://github.com/modelica/ssp-standard/pull/126" class="bare">https://github.com/modelica/ssp-standard/pull/126</a>)</p>
1271+
</li>
12711272
</ul>
12721273
</div>
12731274
<div class="paragraph">

static/docs/main/schema/SystemStructureCommon.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This is the normative XML Schema 1.0 schema for the MAP SSP
88
SystemStructure 2.0 common content across formats.
99

10-
Version: 2.0.1-rc.2
10+
Version: 2.0.1
1111

1212
Copyright 2016 -- 2026 Modelica Association Project "SSP"
1313

static/docs/main/schema/SystemStructureDescription.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This is the normative XML Schema 1.0 schema for the MAP SSP
99
SystemStructureDescription 2.0 format.
1010

11-
Version: 2.0.1-rc.2
11+
Version: 2.0.1
1212

1313
Copyright 2016 -- 2026 Modelica Association Project "SSP"
1414

static/docs/main/schema/SystemStructureDescription11.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
as a non-normative alternative to the XML Schema 1.0 schema
1515
to support simpler cross-namespace validation of SSD files.
1616

17-
Version: 2.0.1-rc.2
17+
Version: 2.0.1
1818

1919
Copyright 2016 -- 2026 Modelica Association Project "SSP"
2020

static/docs/main/schema/SystemStructureParameterMapping.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This is the normative XML Schema 1.0 schema for the MAP SSP
99
SystemStructureParameterMapping 2.0 format.
1010

11-
Version: 2.0.1-rc.2
11+
Version: 2.0.1
1212

1313
Copyright 2016 -- 2026 Modelica Association Project "SSP"
1414

static/docs/main/schema/SystemStructureParameterValues.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This is the normative XML Schema 1.0 schema for the MAP SSP
99
SystemStructureParameterValues 2.0 format.
1010

11-
Version: 2.0.1-rc.2
11+
Version: 2.0.1
1212

1313
Copyright 2016 -- 2026 Modelica Association Project "SSP"
1414

static/docs/main/schema/SystemStructureSignalDictionary.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This is the normative XML Schema 1.0 schema for the MAP SSP
99
SystemStructureSignalDictionary 2.0 format.
1010

11-
Version: 2.0.1-rc.2
11+
Version: 2.0.1
1212

1313
Copyright 2016 -- 2026 Modelica Association Project "SSP"
1414

0 commit comments

Comments
 (0)