Skip to content

Commit

Permalink
fixes #519
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Dec 8, 2016
1 parent daff289 commit 7ad5ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nxdl.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:restriction base="nx:NX_CHAR">
<xs:enumeration value="scalar"/>
<xs:enumeration value="spectrum"/>
<xs:enumeration value="image"/>
Expand All @@ -830,7 +830,7 @@
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:restriction base="nx:NX_CHAR">
<xs:enumeration value="specified"/>
<xs:enumeration value="any"/>
</xs:restriction>
Expand Down

0 comments on commit 7ad5ba3

Please sign in to comment.