diff --git a/src/PDS4_VGR_IngestLDD.xml b/src/PDS4_VGR_IngestLDD.xml index 36eceab..ae9fe3c 100644 --- a/src/PDS4_VGR_IngestLDD.xml +++ b/src/PDS4_VGR_IngestLDD.xml @@ -1,4 +1,4 @@ - + Voyager Mission Dictionary - 1.0.0.0 + 1.1.0.0 Mission Matthew Tiscareno rings @@ -52,9 +52,12 @@ v1.0.0.0 2024-04-04 Updated definitions for a large fraction of the attributes, resolving various questions and preparing for release. - Added schematron rules to ensure proper use of mission_phase_name and fds_scet_epoch_N. + Added schematron rules to ensure proper use of mission_phase_name and fds_scet_epoch_N. + + v1.1.0.0 2024-05-04 + Removed the schematron rules requiring fds_scet_epoch_3 and fds_scet_epoch_4 in certain cases. This was done because we have verified that, in the only data set being archived with this LDD at the present time, all images that are missing these two attributes should probably have them nil with nilReason = "inapplicable". However, these attributes are currently optional, and thus cannot be nil. In a future version, we will address the underlying structural issues, but not at this time. - 2024-03-27 + 2024-05-04 @@ -1857,7 +1860,7 @@ if ((vgr:spacecraft_clock_count_partition eq '0') and not (vgr:fds_scet_epoch_1 or vgr:fds_scet_epoch_2)) then false() else true() If vgr:spacecraft_clock_count_partition is set to 0 (meaning that the correct value is not known), then either vgr:fds_scet_epoch_1 or vgr:fds_scet_epoch_2 must be used. - +