Skip to content
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
10 changes: 5 additions & 5 deletions SRMD.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
<xs:documentation xml:lang="en">
This attribute gives the checksum over the data item this meta data
applies to. This is optional information to allow the identification
of the data item and the precise algorithm
specifying
The checksum is calculated using the algorithm indicated by the checksumType attribute.
of the data item. The checksum is calculated using the algorithm
indicated by the checksumType attribute.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="checksumType" type="xs:string" use="optional" default="SHA3-256">
<xs:annotation>
<xs:documentation xml:lang="en">
This attribute gives the algorithm for the calculation of the checksum attribute. MUST be
SHA3-256 for now, indicating a SHA3 256bit secure hash algorithm, as specified in FIPS 202.
This attribute gives the algorithm for the calculation of the checksum attribute.
MUST be SHA3-256 for now, indicating a SHA3 256bit secure hash algorithm, as
specified in FIPS 202, applied to the raw data of the data item.
In the future other checksum algorithms might be supported.
</xs:documentation>
</xs:annotation>
Expand Down
22 changes: 0 additions & 22 deletions STC.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -273,28 +273,6 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="checksum" type="xs:hexBinary">
<xs:annotation>
<xs:documentation xml:lang="en">
This attribute gives the checksum over the phase/step information stored in the enclosing
phase/step element, calculated according to the STC specification. This attribute is optional
if the life cycle stage is not Approved or Archived, but becomes required if the life cycle stage
is Approved or Archived. Optionally, digital signatures over this checksum can be provided using
Signature elements in the enclosing life cycle entry element.

The checksum is calculated using the algorithm indicated by the checksumType attribute.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="checksumType" type="xs:string" default="SHA3-256">
<xs:annotation>
<xs:documentation xml:lang="en">
This attribute gives the algorithm for the calculation of the checksum attribute. MUST be
SHA3-256 for now, indicating a SHA3 256bit secure hash algorithm, as specified in FIPS 202.
In the future other checksum algorithms might be supported.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="ssc:ABaseElement"/>
</xs:complexType>

Expand Down
2 changes: 0 additions & 2 deletions specification/5___stc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ The LifeCycleEntryType element is associated with the following attributes.
|===
| Attribute name | Optional / Mandatory | Attribute description
| date | Mandatory | Time-stamp when life-cycle entry was assigned. Note that the time stamp data type makes time zone information mandatory, so that a full ordering of times is possible.
| checksum | Optional | This attribute gives the checksum over the phase/step information stored in the enclosing phase/step element, calculated according to the #STMD' specification. This attribute is optional if the life-cycle stage is not Approved or Archived, but becomes required if the life-cycle stage is Approved or Archived. Optionally, digital signatures over this checksum can be provided using Signature elements in the enclosing lifecycle entry element. The checksum is calculated using the algorithm indicated by the checksumType attribute.
| checksumType | Optional | This attribute gives the algorithm for the calculation of the checksum attribute. MUST be SHA3-256 for now, indicating a SHA3 256bit secure hash algorithm, as specified in FIPS 202. In the future other checksum algorithms might be supported.
|===

[#sec-steptype]
Expand Down
6 changes: 3 additions & 3 deletions specification/8___srmd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The SimulationResourceMetaData element is associated with the following attribut
| Attribute name | Optional / Mandatory | Attribute description
| version | Mandatory | Version of SRMD format, 0.x for this pre-release.
| name | Mandatory | This attribute gives the simulation resource meta data a name, which can be used for purposes of presenting the simulation resource meta data to the user.
| data | Optional | This optional attribute gives a URI to the data item this resource meta data applies to. If this attribute is not present, then the data this resource meta data applies to is provided outside of the meta data (e.g. by embedding SRMD into the data format, or providing it as meta data in an STMD file).
| checksum | Optional | This attribute gives the checksum over the data item this meta data applies to. This is optional information to allow the identification of the data item and the precise algorithm specifying. The checksum is calculated using the algorithm indicated by the checksumType attribute.
| checksumtype | Optional | This attribute gives the algorithm for the calculation of the checksum attribute. MUST be SHA3-256 for now, indicating a SHA3 256bit secure hash algorithm, as specified in FIPS 202. In the future other checksum algorithms might be supported.
| data | Optional | This optional attribute gives a URI to the data item this resource meta data applies to. If this attribute is not present, then the data this resource meta data applies to is provided outside of the meta data (e.g. by embedding SRMD into the data format, or providing it as meta data in an STMD file).
| checksum | Optional | This attribute gives the checksum over the data item this meta data applies to. This is optional information to allow the identification of the data item. The checksum is calculated using the algorithm indicated by the checksumType attribute.
| checksumType | Optional | This attribute gives the algorithm for the calculation of the checksum attribute. Must be SHA3-256 for now, indicating a SHA3 256bit secure hash algorithm, as specified in FIPS 202, applied to the raw data of the data item. In the future other checksum algorithms might be supported.
| id | Optional | This attribute gives the model element a file-wide unique id which can be referenced from other elements or via URI fragment identifier.
| description | Optional | This attribute gives a human readable longer description of the model element, which can be shown to the user where appropriate.
| author | Optional | This attribute gives the name of the author of this file's content.
Expand Down
Loading