Skip to content

Commit

Permalink
change mime_type to type
Browse files Browse the repository at this point in the history
In agreement with NXbase class
fixes #395
  • Loading branch information
zjttoefs committed May 20, 2015
1 parent 4522891 commit 2738cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base_classes/NXentry.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@
A small image that is representative of the entry. An example of this is a 640x480
jpeg image automatically produced by a low resolution plot of the NXdata.
</doc>
<attribute name="mime_type">
<doc>The value should be an ``image/*``</doc>
<attribute name="type">
<doc>The mime type should be an ``image/*``</doc>
<enumeration>
<!--
This is not perfect.
How do we set a default value for the mime_type attribute?
How do we set a default value for the type attribute?
-->
<item value="image/*" />
</enumeration>
Expand Down

0 comments on commit 2738cb9

Please sign in to comment.