Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions base_classes/NXentry.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,36 @@
<doc>UUID identifier for the measurement.</doc>
<attribute name="version"><doc>Version of UUID used</doc></attribute>
</field>
<field name="experiment_location">
<doc>City and country where the experiment took place</doc>
</field>
<field name="experiment_start_date" type="NX_DATE_TIME">
<doc>
Start time of experimental run that includes the current
measurement, for example a beam time.
</doc>
</field>
<field name="experiment_end_date" type="NX_DATE_TIME">
<doc>
End time of experimental run that includes the current
measurement, for example a beam time.
</doc>
</field>
<field name="experiment_institution">
<doc>
Name of the institution hosting the facility
</doc>
</field>
<field name="experiment_facility">
<doc>
Name of the experimental facility
</doc>
</field>
<field name="experiment_laboratory">
<doc>
Name of the laboratory or beamline
</doc>
</field>
<field name="features">
<doc>
Reserved for future use by NIAC.
Expand Down
30 changes: 30 additions & 0 deletions base_classes/NXsubentry.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,36 @@
<field name="entry_identifier">
<doc>unique identifier for the measurement, defined by the facility.</doc>
</field>
<field name="experiment_location">
<doc>City and country where the experiment took place</doc>
</field>
<field name="experiment_start_date" type="NX_DATE_TIME">
<doc>
Start time of experimental run that includes the current
measurement, for example a beam time.
</doc>
</field>
<field name="experiment_end_date" type="NX_DATE_TIME">
<doc>
End time of experimental run that includes the current
measurement, for example a beam time.
</doc>
</field>
<field name="experiment_institution">
<doc>
Name of the institution hosting the facility
</doc>
</field>
<field name="experiment_facility">
<doc>
Name of the experimental facility
</doc>
</field>
<field name="experiment_laboratory">
<doc>
Name of the laboratory or beamline
</doc>
</field>
<field name="definition">
<doc>Official NeXus NXDL schema to which this subentry conforms</doc>
<attribute name="version"><doc>NXDL version number</doc></attribute>
Expand Down