Skip to content
Snippets Groups Projects
Commit 37c5b40b authored by Carola Emminger's avatar Carola Emminger
Browse files

Updated yaml and nxdl files. Added program_url to NXprocess.

parent 3a1305f2
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,15 @@ The application definition defines: - elements of the experimental instrument - ...@@ -44,10 +44,15 @@ The application definition defines: - elements of the experimental instrument -
<field name="version" type="NX_CHAR"> <field name="version" type="NX_CHAR">
<doc>Either version with build number, commit hash, or description of a (online) repository where the source code of the program and build instructions can be found so that the program can be configured in such a way that result files can be created ideally in a deterministic manner.</doc> <doc>Either version with build number, commit hash, or description of a (online) repository where the source code of the program and build instructions can be found so that the program can be configured in such a way that result files can be created ideally in a deterministic manner.</doc>
</field> </field>
<field name="program_url" recommended="true" type="NX_CHAR">
<doc>Website of the software.</doc>
</field>
</group> </group>
<group minOccurs="1" name="operator" type="NXuser"> <group minOccurs="1" name="operator" type="NXuser">
<doc>Contact information of at least the user of the instrument or the investigator who performed this experiment. Adding multiple users if relevant is recommended.</doc> <doc>Contact information of at least the user of the instrument or the investigator who performed this experiment. Adding multiple users if relevant is recommended.</doc>
<field name="name" type="NX_CHAR"/> <field name="name" type="NX_CHAR">
<doc>Name of the user.</doc>
</field>
<field name="affiliation" type="NX_CHAR"> <field name="affiliation" type="NX_CHAR">
<doc>Name of the affiliation of the user at the point in time when the experiment was performed.</doc> <doc>Name of the affiliation of the user at the point in time when the experiment was performed.</doc>
</field> </field>
......
...@@ -71,6 +71,9 @@ symbols: ...@@ -71,6 +71,9 @@ symbols:
(online) repository where the source code of the program and build (online) repository where the source code of the program and build
instructions can be found so that the program can be configured in such instructions can be found so that the program can be configured in such
a way that result files can be created ideally in a deterministic manner." a way that result files can be created ideally in a deterministic manner."
program_url:
exists: recommended
doc: "Website of the software."
operator(NXuser): operator(NXuser):
# we want to have several possible values, but one is required # we want to have several possible values, but one is required
...@@ -79,7 +82,7 @@ symbols: ...@@ -79,7 +82,7 @@ symbols:
investigator who performed this experiment. investigator who performed this experiment.
Adding multiple users if relevant is recommended." Adding multiple users if relevant is recommended."
name: name:
doc: "Name of the user."
affiliation: affiliation:
doc: "Name of the affiliation of the user at the point in time when the doc: "Name of the affiliation of the user at the point in time when the
experiment was performed." experiment was performed."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment