From 8d0336abfa711ff215601f4d87b2b41d3b30104d Mon Sep 17 00:00:00 2001 From: Peter Lobner <59915824+peter-lobner@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:50:27 +0100 Subject: [PATCH] Update SRMD.xsd --- SRMD.xsd | 97 +++++++++++++++++++++++++++----------------------------- 1 file changed, 46 insertions(+), 51 deletions(-) diff --git a/SRMD.xsd b/SRMD.xsd index 5a9400c..1ded951 100644 --- a/SRMD.xsd +++ b/SRMD.xsd @@ -1,42 +1,39 @@ - - - - - - - - - - - - Version of SRMD format, 1.0.0-beta2 for this pre-release. + + + + + + + This element specifies the structure of a Simulation Resource Meta Data file. + + + + + + + + Version of SRMD format, 1.0.0 for this release. - - - - - - - - - - + + + + + + + + + + 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. - - - - - + + + + + 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 @@ -44,32 +41,30 @@ SRMD into the data format, or providing it as meta data in an STMD file). - - - - - + + + + + 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. - - - - - + + + + + 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. - - - - - - - + + + + + + -