Skip to content

Commit

Permalink
add missing maxOccurs
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Nov 23, 2024
1 parent c284ede commit 7f9129f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions applications/NXstress.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
</doc>
</field>

<field name="start_time" type="NX_DATE_TIME" minOccurs="1">
<field name="start_time" type="NX_DATE_TIME" minOccurs="1" maxOccurs="1">
<doc>
The starting time(s) of measurement(s) which can be provided in form of a list if multiple measurements are included in the same NXentry.
</doc>
</field>
<field name="end_time" type="NX_DATE_TIME" minOccurs="1">
<field name="end_time" type="NX_DATE_TIME" minOccurs="1" maxOccurs="1">
<doc>
The end time(s) of measurement(s) which can be provided in form of a list if multiple measurements are included in the same NXentry.
</doc>
Expand Down Expand Up @@ -309,7 +309,7 @@
group* within the *NXdetector group*.
</doc>
</field>
<group type="NXtransformations" minOccurs="0">
<group type="NXtransformations" minOccurs="0" maxOccurs="1">
<doc>
This is the recommended location for detector goniometer
and other related axes.
Expand Down Expand Up @@ -493,7 +493,7 @@
</doc>
</field>
</group>
<group type="NXtransformations" minOccurs="0">
<group type="NXtransformations" minOccurs="0" maxOccurs="1">
<doc>
This is the recommended location for sample goniometer
and other related axes.
Expand Down Expand Up @@ -899,7 +899,7 @@
</dimensions>
</field>

<field name="background" type="NX_NUMBER" minOccurs="0">
<field name="background" type="NX_NUMBER" minOccurs="0" maxOccurs="1">
<doc>In case the diffraction background was manually determined. Diffractogram background counts (auxiliary signal).</doc>
<dimensions rank="2">
<dim index="1" value="nD" />
Expand All @@ -911,7 +911,7 @@
</enumeration>
</attribute>
</field>
<field name="residuals" type="NX_NUMBER" minOccurs="0">
<field name="residuals" type="NX_NUMBER" minOccurs="0" maxOccurs="1">
<doc>Difference between diffractogram and fit (auxiliary signal).</doc>
<dimensions rank="2">
<dim index="1" value="nD" />
Expand Down

0 comments on commit 7f9129f

Please sign in to comment.