You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The manual must make clear how to properly construct an NXDL file that connects the NXDL file name with the definition@name=".." attribute in the top-most element and the required enumeration element in the definition field below. This same name (and spelling, and upper/lower case representation) should match the file name. Consider putting this into the manual as a sidebar.
And, any content referenced by the NXDL (such as images) be placed in a subdirectory with the name chosen by stripping off the NX. (as in: NXDL for NXthing would be in file NXthing.nxdl.xml)
<definitionname="NXthing" ... />
<!-- later -->
<fieldname="definition">
<doc>Official NeXus NXDL schema to which this file conforms.</doc>
<enumeration>
<itemvalue="NXthing"/>
</enumeration>
</field>
The manual must make clear how to properly construct an NXDL file that connects the NXDL file name with the
definition@name=".."
attribute in the top-most element and the requiredenumeration
element in thedefinition
field below. This same name (and spelling, and upper/lower case representation) should match the file name. Consider putting this into the manual as a sidebar.And, any content referenced by the NXDL (such as images) be placed in a subdirectory with the name chosen by stripping off the
NX
. (as in: NXDL forNXthing
would be in fileNXthing.nxdl.xml
)file:
NXthing.nxdl.xml
resources:
thing/image1.png
In the NXDL file:
Originally posted by @prjemian in #910 (comment)
The text was updated successfully, but these errors were encountered: