Skip to content

Commit e30916f

Browse files
mkuehbachPeterC-DLS
authored andcommitted
Made "model" a field
For the following reasons: i) model is also a parameter, cuz it can be used to instruct programs to follow specific execution branches ii) currently the NeXus documentation building as issues with dealing with groups where an attribute and field with the same concept name appear, see conversation of the #1560 for more details about this, what I think is a bug.
1 parent e03f5c9 commit e30916f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base_classes/NXparameters.nxdl.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
have been defined to store metadata associated with such a
4242
refinement.
4343
</doc>
44-
<attribute name="model">
44+
<field name="model">
4545
<doc>
4646
The name of the model used in optimizing the parameter
4747
values. Fitting packages such as LMFIT
@@ -50,7 +50,7 @@
5050
attribute is provided, it is assumed that all the parameters
5151
in this group are associated with this model.
5252
</doc>
53-
</attribute>
53+
</field>
5454
<field name="PARAMETER" type="NX_CHAR_OR_NUMBER" nameType="any">
5555
<doc>
5656
A parameter that is used in or results from processing.

0 commit comments

Comments
 (0)