From c61d348a784613379fd06498d586a96df957c700 Mon Sep 17 00:00:00 2001 From: "Herbert J. Bernstein" Date: Sat, 4 Jan 2020 21:55:47 -0500 Subject: [PATCH] Add end_time_estimated as required, make start_time required. Leave end_time optional. -- HJB --- applications/NXmx.nxdl.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/applications/NXmx.nxdl.xml b/applications/NXmx.nxdl.xml index b52f475b65..6323fe1f86 100644 --- a/applications/NXmx.nxdl.xml +++ b/applications/NXmx.nxdl.xml @@ -62,7 +62,7 @@ - + ISO 8601 time/date of the first data point collected in UTC, using the Z suffix to avoid confusion with local time. @@ -76,12 +76,14 @@ ISO 8601 time/date of the last data point collected in UTC, using the Z suffix to avoid confusion with local time. Note that the time zone of the beamline should be provided in - NXentry/NXinstrument/time_zone. This field should only be - filled when the value is accurately observed. + NXentry/NXinstrument/time_zone. This field should only be + filled when the value is accurately observed. If the data + collection aborts or otherwise prevents accurate recording of + the end_time, this field should be omitted. - + ISO 8601 time/date of the last data point collected in UTC, using the Z suffix to avoid confusion with local time.