Skip to content

Commit

Permalink
Fix indentations -- HJB
Browse files Browse the repository at this point in the history
  • Loading branch information
yayahjb committed Nov 7, 2019
1 parent 1032f99 commit 1a4be79
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions applications/NXmx.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,34 @@
<group type="NXentry">
<field name="title" type="NX_CHAR" minOccurs="0" />

<field name="start_time" type="NX_DATE_TIME" recommended="true" />
<doc>
<field name="start_time" type="NX_DATE_TIME" recommended="true" >
<doc>
ISO 8601 time/date of the first data point collected in UTC,
using the Z suffix to avoid confusion with local time.
Note that the time zone of the beamline should be provided in
NXentry/NXinstrument/time_zone.
</doc>
</doc>
</field>

<field name="end_time" type="NX_DATE_TIME" optional="true" />
<doc>
<field name="end_time" type="NX_DATE_TIME" optional="true" >
<doc>
ISO 8601 time/date of the last data point collected in UTC,
using the Z suffix to avoid confusion with local time.
Note that the time zone of the beamline should be provided in
NXentry/NXinstrument/time_zone. This field should only be
filled when the value is accurately observed.
</doc>
</doc>
</field>

<field name="end_time_estimated" type="NX_DATE_TIME" optional="true" />
<doc>
<field name="end_time_estimated" type="NX_DATE_TIME" optional="true" >
<doc>
ISO 8601 time/date of the last data point collected in UTC,
using the Z suffix to avoid confusion with local time.
Note that the time zone of the beamline should be provided in
NXentry/NXinstrument/time_zone. This field may be filled
with a value estimated before an observed value is avilable.
</doc>
</doc>
</field>

<field name="definition">
<doc> NeXus NXDL schema to which this file conforms </doc>
Expand All @@ -95,7 +98,7 @@
</enumeration>
</field>

<group type="NXdata" recommended="true">
<group type="NXdata">

<field name="data" type="NX_NUMBER" recommended="true">
<doc>
Expand All @@ -114,7 +117,7 @@
</group>

<group type="NXsample">
<field name="name" type="NX_CHAR" recommended="true">
<field name="name" type="NX_CHAR">
<doc>Descriptive name of sample</doc>
</field>

Expand Down Expand Up @@ -165,11 +168,12 @@
</attribute>
</field>

<field name="time_zone" type="NX_DATE_TIME" recommended="true" />
<doc>
ISO 8601 time_zone offset from UTC of the instrument at which the
data presented was collected.
</doc>
<field name="time_zone" type="NX_DATE_TIME" recommended="true" >
<doc>
ISO 8601 time_zone offset from UTC of the instrument at which the
data presented was collected.
</doc>
</field>


<field name="name" minOccurs="1">
Expand Down

0 comments on commit 1a4be79

Please sign in to comment.