Skip to content

Commit

Permalink
deprecated old identifier, inherit from NXobject/identifierNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Feb 6, 2025
1 parent e3318cf commit 2fc892b
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions base_classes/NXentry.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,14 @@
<field name="title">
<doc>Extended title for entry</doc>
</field>
<field name="experiment_identifier">
<field name="experiment_identifier" deprecated="Use the field :ref:`identifier_experiment &lt;/NXentry/identifier_experiment-field&gt;` instead.">
<doc>
Unique identifier for the experiment,
defined by the facility,
possibly linked to the proposals
</doc>
</field>
<field name="identifier_experiment">
<doc>
Unique identifier for the experiment,
defined by the facility,
Expand All @@ -111,16 +118,26 @@
<group type="NXnote" name="experiment_documentation">
<doc>Description of the full experiment (document in pdf, latex, ...)</doc>
</group>
<field name="collection_identifier">
<field name="collection_identifier" deprecated="Use the field :ref:`identifier_collection &lt;/NXentry/identifier_collection-field&gt;` instead.">
<doc>User or Data Acquisition defined group of NeXus files or NXentry</doc>
</field>
<field name="identifier_collection">
<doc>User or Data Acquisition defined group of NeXus files or NXentry</doc>
</field>
<field name="collection_description">
<doc>Brief summary of the collection, including grouping criteria.</doc>
</field>
<field name="entry_identifier">
<field name="entry_identifier" deprecated="Use the field :ref:`identifier_entry &lt;/NXentry/identifier_entry-field&gt;` instead.">
<doc>unique identifier for the measurement, defined by the facility.</doc>
</field>
<field name="identifier_entry">
<doc>unique identifier for the measurement, defined by the facility.</doc>
</field>
<field name="entry_identifier_uuid">
<field name="entry_identifier_uuid" deprecated="Use the field :ref:`identifier_entry_uuid &lt;/NXentry/identifier_entry_uuid-field&gt;` instead.">
<doc>UUID identifier for the measurement.</doc>
<attribute name="version"><doc>Version of UUID used</doc></attribute>
</field>
<field name="identifier_entry_uuid">
<doc>UUID identifier for the measurement.</doc>
<attribute name="version"><doc>Version of UUID used</doc></attribute>
</field>
Expand Down

0 comments on commit 2fc892b

Please sign in to comment.