From 75a380dc1fe8ca8d1d2d7f16ec31f62d0b0d942e Mon Sep 17 00:00:00 2001 From: Lara Ferrighi Date: Mon, 12 Jan 2026 09:30:58 +0100 Subject: [PATCH 1/2] add storage_expiry_date to storage_information --- doc/ch02-md-elements-storage_information.adoc | 4 +++- xsd/mmd.xsd | 11 ++++++----- xsd/mmd_strict.xsd | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/ch02-md-elements-storage_information.adoc b/doc/ch02-md-elements-storage_information.adoc index 9649e87..e2cc663 100644 --- a/doc/ch02-md-elements-storage_information.adoc +++ b/doc/ch02-md-elements-storage_information.adoc @@ -23,7 +23,8 @@ sha512sum) and other higher order approaches. Sub elements include: * file_size: Size of file according to the units expressed as attribute unit. Valid units are MB, GB and TB. * checksum: A checksum for the file. This element require attribute type - to be present. + to be present. +* storage_expiry_date: The date when the dataset reaches end of life cycle management. After this date the dataset can be deleted. When this information is not present, it is implied that the dataset does not have an storage expiration date, and is in active life cycle management and cannot be deleted. Virtual datasets that are established through aggregation of individual files on e.g. an OPeNDAP server are not described with this element. For @@ -41,6 +42,7 @@ harvested data usually only file format is available, if any. ad33563f9ab3a6f2ba74ebd72cb1f45fda00d55121a29a29230147e3472ef267c50882b0e0b21ef9ee5ed5cc25e454167cd19a1818f1e13bc044b6fc3ef8f285 + 2027-10-24 ---- diff --git a/xsd/mmd.xsd b/xsd/mmd.xsd index 81e3f60..ec8342a 100644 --- a/xsd/mmd.xsd +++ b/xsd/mmd.xsd @@ -286,11 +286,12 @@ - - - - - + + + + + + diff --git a/xsd/mmd_strict.xsd b/xsd/mmd_strict.xsd index 7bc117c..940a15d 100644 --- a/xsd/mmd_strict.xsd +++ b/xsd/mmd_strict.xsd @@ -514,6 +514,7 @@ + From e67ad1ab4ef2ed80830ca85afeabc613cccaee8c Mon Sep 17 00:00:00 2001 From: Lara Ferrighi Date: Mon, 12 Jan 2026 12:55:17 +0100 Subject: [PATCH 2/2] Update doc/ch02-md-elements-storage_information.adoc Co-authored-by: Morten W. Hansen <109061+mortenwh@users.noreply.github.com> --- doc/ch02-md-elements-storage_information.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ch02-md-elements-storage_information.adoc b/doc/ch02-md-elements-storage_information.adoc index e2cc663..4b3ff7d 100644 --- a/doc/ch02-md-elements-storage_information.adoc +++ b/doc/ch02-md-elements-storage_information.adoc @@ -24,7 +24,7 @@ sha512sum) and other higher order approaches. Sub elements include: unit. Valid units are MB, GB and TB. * checksum: A checksum for the file. This element require attribute type to be present. -* storage_expiry_date: The date when the dataset reaches end of life cycle management. After this date the dataset can be deleted. When this information is not present, it is implied that the dataset does not have an storage expiration date, and is in active life cycle management and cannot be deleted. +* storage_expiry_date: The date when the dataset reaches the end of its life cycle management. After this date the dataset can be deleted. When this information is not present, it is implied that the dataset does not have a storage expiration date, that it is in active life cycle management, and that it can not be deleted. Virtual datasets that are established through aggregation of individual files on e.g. an OPeNDAP server are not described with this element. For