Skip to content

Commit

Permalink
fixes #571
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 21, 2017
1 parent 7455d33 commit 7dfb0ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nxdl.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,11 @@
<xs:attribute name="rank" type="nx:NX_CHAR">
<xs:annotation>
<xs:documentation>
Rank (number of dimensions) of the data structure.
Rank (number of dimensions) of the data structure.

Value could be either an unsigned integer or a symbol
as defined in the *symbol* table of the NXDL file.

For example: ``a[5]`` has ``rank="1"`` while
``b[8,5,6,4]`` has ``rank="4"``.
See http://en.wikipedia.org/wiki/Rank_(computer_programming)
Expand Down

0 comments on commit 7dfb0ac

Please sign in to comment.