Skip to content

Commit

Permalink
fixes #584
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 29, 2017
1 parent fb03c27 commit 412b113
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 9 additions & 2 deletions manual/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ This requirement can be satisifed easily::
lambda --> "/entry/instrument/crystal/wavelength"


.. index:: link, external file
.. index:: link; external file

External File Links
-------------------
Expand Down Expand Up @@ -373,7 +373,14 @@ showing an external file link in HDF5:
.. [#] ``NX5nativeexternallink()``:
https://github.com/nexusformat/code/blob/fe8ddd287ee33961982931e2016cc25f76f95edd/src/napi5.c#L2248
.. index:: link, external file; NeXus link
The NAPI maintains a group attribute ``@napimount`` that provides
a URL to a group in another file. More information about the
``@napimount`` attribute is described in the
*NeXus Programmers Reference*. [#]_

.. [#] http://download.nexusformat.org/doc/NeXusIntern.pdf
.. index:: link; external file, NeXus link

Combining NeXus links and External File Links
---------------------------------------------
Expand Down
10 changes: 10 additions & 0 deletions nxdl.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,16 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="napimount" use="optional" type="xs:string">
<xs:annotation>
<xs:documentation>
Group attribute that provides a URL to a group in another file.
More information is described in the *NeXus Programmers Reference*.

http://download.nexusformat.org/doc/NeXusIntern.pdf
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down

0 comments on commit 412b113

Please sign in to comment.