From 621f6ec840231455ab924c8a1b11ed4537b71577 Mon Sep 17 00:00:00 2001
From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com>
Date: Thu, 9 Jan 2025 16:50:30 +0100
Subject: [PATCH] move default attribute to end of NXobject
---
base_classes/NXobject.nxdl.xml | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/base_classes/NXobject.nxdl.xml b/base_classes/NXobject.nxdl.xml
index fe185e4a36..9683784903 100644
--- a/base_classes/NXobject.nxdl.xml
+++ b/base_classes/NXobject.nxdl.xml
@@ -33,20 +33,6 @@
An identifier for a (persistent) resource.
-
-
- .. 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.
-
-
-
An identifier, provided by some authority, that has been assigned to an
object described by this ``NXobject``. To be useful, the identifier
@@ -210,4 +196,17 @@
+
+
+ .. 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.
+
+