Skip to content

Commit

Permalink
move default attribute to end of NXobject
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jan 9, 2025
1 parent 21f6833 commit 621f6ec
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions base_classes/NXobject.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@
<field name="identifierNAME" type="NX_CHAR" nameType="partial">
<doc>
An identifier for a (persistent) resource.
<attribute name="default">
<doc>
.. index:: plotting

Declares which child group contains a path leading
to a :ref:`NXdata` group.

It is recommended (as of NIAC2014) to use this attribute
to help define the path to the default dataset to be plotted.
See https://www.nexusformat.org/2014_How_to_find_default_data.html
for a summary of the discussion.
</doc>
</attribute>
</definition>

An identifier, provided by some authority, that has been assigned to an
object described by this ``NXobject``. To be useful, the identifier
Expand Down Expand Up @@ -210,4 +196,17 @@
</enumeration>
</attribute>
</field>
<attribute name="default">
<doc>
.. index:: plotting

Declares which child group contains a path leading
to a :ref:`NXdata` group.

It is recommended (as of NIAC2014) to use this attribute
to help define the path to the default dataset to be plotted.
See https://www.nexusformat.org/2014_How_to_find_default_data.html
for a summary of the discussion.
</doc>
</attribute>
</definition>

0 comments on commit 621f6ec

Please sign in to comment.