Skip to content

Commit 4d11711

Browse files
rayosbornPeterC-DLS
authored andcommitted
Change the TERM field type to allow numbers
Also removes the minOccurs and maxOccurs values, which are redundant for an object with nameType="any"
1 parent 42efdc1 commit 4d11711

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

base_classes/NXparameters.nxdl.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@
4949
model.
5050
</doc>
5151
</attribute>
52-
<field name="TERM" minOccurs="0" maxOccurs="unbounded" nameType="any">
52+
<field name="TERM" type="NX_CHAR_OR_NUMBER" nameType="any">
5353
<doc>
54-
A parameter (also known as a term) that is used in or
55-
results from processing.
54+
A parameter that is used in or results from processing.
5655
</doc>
5756
<attribute name="units" />
5857
<attribute name="error" type="NX_NUMBER">

0 commit comments

Comments
 (0)