Skip to content

Commit

Permalink
Update version numbers for 2.0-rc.2 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
pmai committed Nov 15, 2024
1 parent cdbd838 commit 9927d25
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 22 deletions.
5 changes: 3 additions & 2 deletions docs/0___preamble.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Document version: 2.0-rc.1
Document version: 2.0-rc.2

October 25, 2024
November 15, 2024

This document is a release candidate of the System Structure and Parameterization Standard (SSP) 2.0.
*It is unreleased, and does not constitute a standard of the Modelica Association.*
Expand All @@ -19,6 +19,7 @@ History / Road Map
|1.0 |2019-03-05 |First Public Release of SSP
|1.0.1 |2022-07-25 |Public Release of SSP 1.0.1
|2.0-rc.1 |2024-10-25 |First Release Candidate of SSP 2.0
|2.0-rc.2 |2024-11-15 |Second Release Candidate of SSP 2.0
|===

Please report issues that you find with this specification to map-ssp_projectlead@googlegroups.com.
Expand Down
2 changes: 1 addition & 1 deletion docs/5___ssd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The root element of an SSD file *MUST* be a SystemStructureDescription element,
|Attribute |Description
|version |This required attribute specifies the version of this specification that the system description conforms to.
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
For the current release this *MUST* be either 1.0 or 2.0-rc.2.
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
|name |This required attribute provides a name, which can be used for purposes of presenting the system structure to the user, for example when selecting individual variant SSDs from an SSP.
|===
Expand Down
2 changes: 1 addition & 1 deletion docs/6___ssv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If the SSV is provided as a separate file, the root element *MUST* be a Paramete
|Attribute |Description
|version |This required attribute specifies the version of this specification that the parameter set conforms to.
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
For the current release this *MUST* be either 1.0 or 2.0-rc.2.
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
|name |This required attribute provides a name which can be used for purposes of presenting the parameter set to the user.
|===
Expand Down
2 changes: 1 addition & 1 deletion docs/7___ssm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Implementations *CAN* map the same parameter to multiple names.
|Attribute |Description
|version |This required attribute specifies the version of this specification that the parameter mapping conforms to.
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
For the current release this *MUST* be either 1.0 or 2.0-rc.2.
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
|===

Expand Down
2 changes: 1 addition & 1 deletion docs/8___ssb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This element describes a signal dictionary, which consists of one or more dictio
|Attribute |Description
|version |This required attribute specifies the version of this specification that the parameter mapping conforms to.
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
For the current release this *MUST* be either 1.0 or 2.0-rc.2.
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
|===

Expand Down
2 changes: 1 addition & 1 deletion schema/SystemStructureCommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This is the normative XML Schema 1.0 schema for the MAP SSP
SystemStructure 2.0 common content across formats.

Version: 2.0-rc.1
Version: 2.0-rc.2

Copyright 2016 -- 2024 Modelica Association Project "SSP"

Expand Down
6 changes: 3 additions & 3 deletions schema/SystemStructureDescription.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This is the normative XML Schema 1.0 schema for the MAP SSP
SystemStructureDescription 2.0 format.

Version: 2.0-rc.1
Version: 2.0-rc.2

Copyright 2016 -- 2024 Modelica Association Project "SSP"

Expand Down Expand Up @@ -58,13 +58,13 @@
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Version of SSD format, 1.0 or 2.0-rc.1 for this release.
Version of SSD format, 1.0 or 2.0-rc.2 for this release.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:pattern value="1[.]0"/>
<xs:pattern value="2[.]0-rc[.]1"/>
<xs:pattern value="2[.]0-rc[.]2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down
6 changes: 3 additions & 3 deletions schema/SystemStructureDescription11.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
as a non-normative alternative to the XML Schema 1.0 schema
to support simpler cross-namespace validation of SSD files.

Version: 2.0-rc.1
Version: 2.0-rc.2

Copyright 2016 -- 2024 Modelica Association Project "SSP"

Expand Down Expand Up @@ -67,13 +67,13 @@
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Version of SSD format, 1.0 or 2.0-rc.1 for this release.
Version of SSD format, 1.0 or 2.0-rc.2 for this release.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:pattern value="1[.]0"/>
<xs:pattern value="2[.]0-rc[.]1"/>
<xs:pattern value="2[.]0-rc[.]2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down
6 changes: 3 additions & 3 deletions schema/SystemStructureParameterMapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This is the normative XML Schema 1.0 schema for the MAP SSP
SystemStructureParameterMapping 2.0 format.

Version: 2.0-rc.1
Version: 2.0-rc.2

Copyright 2016 -- 2024 Modelica Association Project "SSP"

Expand Down Expand Up @@ -55,13 +55,13 @@
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Version of SSM format, 1.0 or 2.0-rc.1 for this release.
Version of SSM format, 1.0 or 2.0-rc.2 for this release.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:pattern value="1[.]0"/>
<xs:pattern value="2[.]0-rc[.]1"/>
<xs:pattern value="2[.]0-rc[.]2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down
6 changes: 3 additions & 3 deletions schema/SystemStructureParameterValues.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This is the normative XML Schema 1.0 schema for the MAP SSP
SystemStructureParameterValues 2.0 format.

Version: 2.0-rc.1
Version: 2.0-rc.2

Copyright 2016 -- 2024 Modelica Association Project "SSP"

Expand Down Expand Up @@ -57,13 +57,13 @@
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Version of SSV format, 1.0 or 2.0-rc.1 for this release.
Version of SSV format, 1.0 or 2.0-rc.2 for this release.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:pattern value="1[.]0"/>
<xs:pattern value="2[.]0-rc[.]1"/>
<xs:pattern value="2[.]0-rc[.]2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down
6 changes: 3 additions & 3 deletions schema/SystemStructureSignalDictionary.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This is the normative XML Schema 1.0 schema for the MAP SSP
SystemStructureSignalDictionary 2.0 format.

Version: 2.0-rc.1
Version: 2.0-rc.2

Copyright 2016 -- 2024 Modelica Association Project "SSP"

Expand Down Expand Up @@ -57,13 +57,13 @@
<xs:attribute name="version" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Version of SSB format, 1.0 or 2.0-rc.1 for this release.
Version of SSB format, 1.0 or 2.0-rc.2 for this release.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:pattern value="1[.]0"/>
<xs:pattern value="2[.]0-rc[.]1"/>
<xs:pattern value="2[.]0-rc[.]2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down

0 comments on commit 9927d25

Please sign in to comment.