diff --git a/base_classes/NXactivity.nxdl.xml b/base_classes/NXactivity.nxdl.xml index f354de06d2..9b8d651285 100644 --- a/base_classes/NXactivity.nxdl.xml +++ b/base_classes/NXactivity.nxdl.xml @@ -25,32 +25,38 @@ A planned or unplanned action that has a temporal extension and for some time depends on some entity. - This class is planned be used in the future as the super class for all other activities if inheritance - in base classes is supported in NeXus. + This class is a super class for all other activities. - ISO 8601 formatted time code (with local time zone offset to UTC information - included) when this activity started. + Start time of this activity. It is recommended to include local time zone information. - ISO 8601 formatted time code (with local time zone offset to UTC information - included) when this activity ended. + End time of this activity. It is recommended to include local time zone information. + + + In some cases, the end time of an activity can only be estimated. In this case, + this attribute shall be True. + + Short description of the activity. - + This can be any data or other descriptor acquired during the activity (NXnote allows to add pictures, audio, movies). Alternatively, a reference to the location or a unique identifier or other metadata file. In the case these are not available, free-text description. + + Any number of instances of NXnote are allowed for describing extra details of + this activity. diff --git a/base_classes/NXhistory.nxdl.xml b/base_classes/NXhistory.nxdl.xml index 9dfa25d722..8566444e9d 100644 --- a/base_classes/NXhistory.nxdl.xml +++ b/base_classes/NXhistory.nxdl.xml @@ -30,45 +30,28 @@ - Any activity that was performed on the physical entity prior or during the experiment. In - the future, if there is base class inheritance, this can describe any activity, - including processes and measurements. + Any activity that was performed on the physical entity prior or during the experiment. - - - - Any physical process that was performed on the physical entity prior or during the - experiment. - - - - - Any chemical process that was performed on the physical entity prior or during the - experiment. - - - + An ID or reference to the location or a unique (globally persistent) identifier of e.g. another file which gives as many as possible details of the history event. - - - + + A descriptor to keep track of the treatment of the physical entity before or during the experiment (NXnote allows to add pictures, audio, movies). Alternatively, a reference to the location or a unique identifier or other metadata file. In the case these are not available, free-text description. This should only be used in case that there is no rigorous description - using the base classes above. This field can also be used to pull in any activities + using the base classes above. This group can also be used to pull in any activities that are not well described by an existing base class definition. + + Any number of instances of NXnote are allowed for describing extra details of + this activity.