@@ -41,6 +41,7 @@ NXmicrostructure_score_results(NXobject):
4141 definition(NX_CHAR) :
4242 enumeration : [NXmicrostructure_score_results]
4343 identifier_simulation(NX_UINT) :
44+ exists : recommended
4445 doc : |
4546 Simulation ID as an alias to refer to this simulation.
4647 config(NXnote) :
@@ -50,6 +51,8 @@ NXmicrostructure_score_results(NXobject):
5051 file_name(NX_CHAR) :
5152 algorithm(NX_CHAR) :
5253 checksum(NX_CHAR) :
54+
55+ # numerics(NXparameters):
5356 description(NX_CHAR) :
5457 exists : optional
5558 doc : |
@@ -452,7 +455,7 @@ NXmicrostructure_score_results(NXobject):
452455 rank : 1
453456
454457# ++++++++++++++++++++++++++++++++++ SHA HASH ++++++++++++++++++++++++++++++++++
455- # 253a0f626509d61f8499977027cb34d2e9bdbe18b15e71b24d25dcca60c7024a
458+ # ab78c3fa746db4836c7be5fea696c9e16395eb7a3cb6acfd5f1c07445dadeadf
456459# <?xml version="1.0" encoding="UTF-8"?>
457460# <?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?>
458461# <!--
@@ -546,7 +549,7 @@ NXmicrostructure_score_results(NXobject):
546549# <item value="NXmicrostructure_score_results"/>
547550# </enumeration>
548551# </field>
549- # <field name="identifier_simulation" type="NX_UINT">
552+ # <field name="identifier_simulation" type="NX_UINT" recommended="true" >
550553# <doc>
551554# Simulation ID as an alias to refer to this simulation.
552555# </doc>
@@ -560,6 +563,7 @@ NXmicrostructure_score_results(NXobject):
560563# <field name="algorithm" type="NX_CHAR"/>
561564# <field name="checksum" type="NX_CHAR"/>
562565# </group>
566+ # <!--numerics(NXparameters):-->
563567# <field name="description" type="NX_CHAR" optional="true">
564568# <doc>
565569# Discouraged free-text field to add further details to the computation.
0 commit comments