Skip to content

Commit

Permalink
DOC #829 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 20, 2020
1 parent d359473 commit 01eb3dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nxdl.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,8 @@

In simple terms, the allowed values mean:

* ``scaler`` = 0-D data to be plotted
* ``scalar`` = 0-D data to be plotted
* ``scaler`` = DEPRECATED, use ``scalar``
* ``spectrum`` = 1-D data to be plotted
* ``image`` = 2-D data to be plotted
* ``rgbimage`` = 2-D images with colour as added 3rd dimension
Expand All @@ -883,6 +884,7 @@
<xs:simpleType>
<xs:restriction base="nx:NX_CHAR">
<xs:enumeration value="scalar"/>
<xs:enumeration value="scaler"/>
<xs:enumeration value="spectrum"/>
<xs:enumeration value="image"/>
<xs:enumeration value="rgbimage"/>
Expand Down

0 comments on commit 01eb3dc

Please sign in to comment.