Skip to content

Commit 792ff6e

Browse files
committed
Add 1.0 conformance requirement
1 parent 1e04553 commit 792ff6e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/5___ssd.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The root element of an SSD file *MUST* be a SystemStructureDescription element,
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.
2020
For the current release this *MUST* be either 1.0 or 2.0.
21+
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
2122
|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.
2223
|===
2324

docs/6___ssv.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ If the SSV is provided as a separate file, the root element *MUST* be a Paramete
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.
2727
For the current release this *MUST* be either 1.0 or 2.0.
28+
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
2829
|name |This required attribute provides a name which can be used for purposes of presenting the parameter set to the user.
2930
|===
3031

docs/7___ssm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Implementations *CAN* map the same parameter to multiple names.
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.
3434
For the current release this *MUST* be either 1.0 or 2.0.
35+
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
3536
|===
3637

3738
==== MappingEntry

docs/8___ssb.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This element describes a signal dictionary, which consists of one or more dictio
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.
2828
For the current release this *MUST* be either 1.0 or 2.0.
29+
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
2930
|===
3031

3132
The following XML child elements are specified for the SignalDictionary element:

0 commit comments

Comments
 (0)