Skip to content

Commit f0f47d1

Browse files
committed
Update version numbers and other content for 2.0-rc.1
1 parent 2520192 commit f0f47d1

13 files changed

+29
-27
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2016-2022 Modelica Association Project "SSP"
1+
Copyright (C) 2016-2024 Modelica Association Project "SSP"
22
All rights reserved.
33

44
Source code or other data, such as C-header and XML-schema files, that

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ https://ssp-standard.org/[Releases] and the https://ssp-standard.org/docs/main/[
2121

2222
== Copyright and License
2323

24-
XML schemas and documentation copyright (C) 2016 - 2023 the Modelica Association Project SSP.
24+
XML schemas and documentation copyright (C) 2016 - 2024 the Modelica Association Project SSP.
2525
XML schemas released under the https://opensource.org/licenses/BSD-2-Clause[2-Clause BSD License].
2626
Documentation released under https://creativecommons.org/licenses/by-sa/4.0/[Attribution-ShareAlike 4.0 International].

docs/0___preamble.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
This document is a current working draft of the System Structure and Parameterization Standard (SSP).
1+
Document version: 2.0-rc.1
2+
3+
October 25, 2024
4+
5+
This document is a release candidate of the System Structure and Parameterization Standard (SSP) 2.0.
26
*It is unreleased, and does not constitute a standard of the Modelica Association.*
37

48
// On the Downloads page (https://ssp-standard.org/downloads), this specification, as well as supporting XML schema files are provided.
@@ -14,7 +18,7 @@ History / Road Map
1418
|Version |Date |Remarks
1519
|1.0 |2019-03-05 |First Public Release of SSP
1620
|1.0.1 |2022-07-25 |Public Release of SSP 1.0.1
17-
|2.0 | |Current Working Draft
21+
|2.0-rc.1 |2024-10-25 |First Release Candidate of SSP 2.0
1822
|===
1923

2024
Please report issues that you find with this specification to [email protected].
@@ -74,8 +78,6 @@ The standard is comprised of a set of XML-based formats to describe a network of
7478

7579
<<<
7680

77-
*About SSP*
78-
7981
*Conventions used in this Document*
8082

8183
* The key words *MUST*, *MUST NOT*, *REQUIRED*, *SHALL*, *SHALL NOT*, *SHOULD*, *SHOULD NOT*, *RECOMMENDED*, *MAY*, and *OPTIONAL* in this document are to be interpreted as described in RFC 2119 [RFC2119].

docs/5___ssd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The root element of an SSD file *MUST* be a SystemStructureDescription element,
1717
|Attribute |Description
1818
|version |This required attribute specifies the version of this specification that the system description conforms to.
1919
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
20-
For the current release this *MUST* be either 1.0 or 2.0.
20+
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
2121
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
2222
|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.
2323
|===

docs/6___ssv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If the SSV is provided as a separate file, the root element *MUST* be a Paramete
2424
|Attribute |Description
2525
|version |This required attribute specifies the version of this specification that the parameter set conforms to.
2626
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
27-
For the current release this *MUST* be either 1.0 or 2.0.
27+
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
2828
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
2929
|name |This required attribute provides a name which can be used for purposes of presenting the parameter set to the user.
3030
|===

docs/7___ssm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Implementations *CAN* map the same parameter to multiple names.
3131
|Attribute |Description
3232
|version |This required attribute specifies the version of this specification that the parameter mapping conforms to.
3333
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
34-
For the current release this *MUST* be either 1.0 or 2.0.
34+
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
3535
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
3636
|===
3737

docs/8___ssb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This element describes a signal dictionary, which consists of one or more dictio
2525
|Attribute |Description
2626
|version |This required attribute specifies the version of this specification that the parameter mapping conforms to.
2727
Only major and minor version number are included, the patch version number *MUST NOT* be included in this attribute.
28-
For the current release this *MUST* be either 1.0 or 2.0.
28+
For the current release this *MUST* be either 1.0 or 2.0-rc.1.
2929
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
3030
|===
3131

schema/SystemStructureCommon.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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-alpha
10+
Version: 2.0-rc.1
1111

12-
Copyright 2016 -- 2019 Modelica Association Project "SSP"
12+
Copyright 2016 -- 2024 Modelica Association Project "SSP"
1313

1414
Redistribution and use in source and binary forms, with or
1515
without modification, are permitted provided that the

schema/SystemStructureDescription.xsd

Lines changed: 3 additions & 3 deletions
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-alpha
11+
Version: 2.0-rc.1
1212

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

@@ -57,13 +57,13 @@
5757
<xs:attribute name="version" use="required">
5858
<xs:annotation>
5959
<xs:documentation xml:lang="en">
60-
Version of SSD format, 1.0 or 2.0-alpha for this release.
60+
Version of SSD format, 1.0 or 2.0-rc.1 for this release.
6161
</xs:documentation>
6262
</xs:annotation>
6363
<xs:simpleType>
6464
<xs:restriction base="xs:normalizedString">
6565
<xs:pattern value="1[.]0"/>
66-
<xs:pattern value="2[.][0-9]+(-.+)"/>
66+
<xs:pattern value="2[.]0-rc[.]1"/>
6767
</xs:restriction>
6868
</xs:simpleType>
6969
</xs:attribute>

schema/SystemStructureDescription11.xsd

Lines changed: 3 additions & 3 deletions
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-alpha
17+
Version: 2.0-rc.1
1818

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

@@ -66,13 +66,13 @@
6666
<xs:attribute name="version" use="required">
6767
<xs:annotation>
6868
<xs:documentation xml:lang="en">
69-
Version of SSD format, 1.0 or 2.0-alpha for this release.
69+
Version of SSD format, 1.0 or 2.0-rc.1 for this release.
7070
</xs:documentation>
7171
</xs:annotation>
7272
<xs:simpleType>
7373
<xs:restriction base="xs:normalizedString">
7474
<xs:pattern value="1[.]0"/>
75-
<xs:pattern value="2[.][0-9]+(-.+)"/>
75+
<xs:pattern value="2[.]0-rc[.]1"/>
7676
</xs:restriction>
7777
</xs:simpleType>
7878
</xs:attribute>

0 commit comments

Comments
 (0)