Skip to content

Commit

Permalink
MNT #1056 add a restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 13, 2022
1 parent 3f17cdc commit 2fce00f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nxdlTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,11 @@
<xs:annotation>
<xs:documentation>Compound type cartesian representaion of complex numbers (real and imaginary parts) in NeXus</xs:documentation>
</xs:annotation>
<xs:list itemType="xs:double" length="2" />
<xs:list itemType="xs:double">
<xs:restriction>
<xs:length value="2">
</xs:restriction>
</xs:list>
<!--
<xs:sequence>
<xs:element name="real" type="xs:double"/>
Expand Down

0 comments on commit 2fce00f

Please sign in to comment.