Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1.0 conformance requirement #50

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/5___ssd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The root element of an SSD file *MUST* be a SystemStructureDescription element,
|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.
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
1 change: 1 addition & 0 deletions docs/6___ssv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ If the SSV is provided as a separate file, the root element *MUST* be a Paramete
|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.
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
1 change: 1 addition & 0 deletions docs/7___ssm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Implementations *CAN* map the same parameter to multiple names.
|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.
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
|===

==== MappingEntry
Expand Down
1 change: 1 addition & 0 deletions docs/8___ssb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This element describes a signal dictionary, which consists of one or more dictio
|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.
If it is 1.0 the file *MUST* also conform fully to the 1.0 standard.
|===

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