Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove-NXroot-inheritance #1505

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 3 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
22 changes: 10 additions & 12 deletions base_classes/NXroot.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"
name="NXroot"
type="group" extends="NXobject">
<doc>Definition of the root NeXus group.</doc>
<attribute name="NX_class">
<doc>
The root of any NeXus data file is an ``NXroot`` class
(no other choice is allowed for a valid NeXus data file).
This attribute cements that definition.
</doc>
<enumeration>
<item value="NXroot"></item>
</enumeration>
</attribute>
type="group">
<doc>
The root of a NeXus file.

In the NeXus standard, only NXentry groups are allowed at the root
level of a file, although it is permitted to include additional groups
that are not part of the NeXus tree and will not be validated by
NeXus tools. NeXus defines a number of file-level attributes that can
be used to annotate the file.
tacaswell marked this conversation as resolved.
Show resolved Hide resolved
</doc>
<attribute name="file_time" type="NX_DATE_TIME">
<doc>Date and time file was originally created</doc>
</attribute>
Expand Down
Loading