|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl" ?> |
| 1 | +<?xml version='1.0' encoding='UTF-8'?> |
| 2 | +<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl"?> |
3 | 3 | <!-- |
4 | 4 | # NeXus - Neutron and X-ray Common Data Format |
5 | | -# |
6 | | -# Copyright (C) 2008-2022 NeXus International Advisory Committee (NIAC) |
7 | | -# |
| 5 | +# |
| 6 | +# Copyright (C) 2014-2024 NeXus International Advisory Committee (NIAC) |
| 7 | +# |
8 | 8 | # This library is free software; you can redistribute it and/or |
9 | 9 | # modify it under the terms of the GNU Lesser General Public |
10 | 10 | # License as published by the Free Software Foundation; either |
|
21 | 21 | # |
22 | 22 | # For further information, see http://www.nexusformat.org |
23 | 23 | --> |
24 | | -<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" category="base" |
25 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
26 | | - xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd" |
27 | | - name="NXenvironment" |
28 | | - type="group" extends="NXobject"> |
29 | | - <doc>Parameters for controlling external conditions</doc> |
| 24 | +<definition xmlns="http://definition.nexusformat.org/nxdl/3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" category="base" type="group" name="NXenvironment" extends="NXobject" xsi:schemaLocation="http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"> |
| 25 | + <doc> |
| 26 | + Parameters for controlling external conditions |
| 27 | + </doc> |
30 | 28 | <field name="name"> |
31 | | - <doc>Apparatus identification code/model number; e.g. OC100 011</doc> |
| 29 | + <doc> |
| 30 | + Apparatus identification code/model number; e.g. OC100 011 |
| 31 | + </doc> |
32 | 32 | </field> |
33 | 33 | <field name="short_name"> |
34 | | - <doc>Alternative short name, perhaps for dashboard display like a present Seblock name</doc> |
| 34 | + <doc> |
| 35 | + Alternative short name, perhaps for dashboard display like a present Seblock |
| 36 | + name |
| 37 | + </doc> |
35 | 38 | </field> |
36 | 39 | <field name="type"> |
37 | | - <doc>Type of apparatus. This could be the SE codes in scheduling database; e.g. OC/100</doc> |
| 40 | + <doc> |
| 41 | + Type of apparatus. This could be the SE codes in scheduling database; e.g. |
| 42 | + OC/100 |
| 43 | + </doc> |
38 | 44 | </field> |
39 | 45 | <field name="description"> |
40 | | - <doc>Description of the apparatus; e.g. 100mm bore orange cryostat with Roots pump</doc> |
| 46 | + <doc> |
| 47 | + Description of the apparatus; e.g. 100mm bore orange cryostat with Roots pump |
| 48 | + </doc> |
41 | 49 | </field> |
42 | 50 | <field name="program"> |
43 | | - <doc>Program controlling the apparatus; e.g. LabView VI name</doc> |
| 51 | + <doc> |
| 52 | + Program controlling the apparatus; e.g. LabView VI name |
| 53 | + </doc> |
44 | 54 | </field> |
45 | 55 | <group name="position" type="NXgeometry"> |
46 | 56 | <doc> |
|
50 | 60 | </group> |
51 | 61 | <field name="depends_on" type="NX_CHAR"> |
52 | 62 | <doc> |
53 | | - NeXus positions components by applying a set of translations and rotations |
54 | | - to apply to the component starting from 0, 0, 0. The order of these operations |
55 | | - is critical and forms what NeXus calls a dependency chain. The depends_on |
56 | | - field defines the path to the top most operation of the dependency chain or the |
57 | | - string "." if located in the origin. Usually these operations are stored in a |
58 | | - NXtransformations group. But NeXus allows them to be stored anywhere. |
| 63 | + NeXus positions components by applying a set of translations and rotations |
| 64 | + to apply to the component starting from 0, 0, 0. The order of these operations |
| 65 | + is critical and forms what NeXus calls a dependency chain. The depends_on |
| 66 | + field defines the path to the top most operation of the dependency chain or the |
| 67 | + string "." if located in the origin. Usually these operations are stored in a |
| 68 | + NXtransformations group. But NeXus allows them to be stored anywhere. |
59 | 69 | </doc> |
60 | 70 | </field> |
61 | 71 | <group type="NXtransformations" minOccurs="0"> |
62 | 72 | <doc> |
63 | | - This is the group recommended for holding the chain of translation |
64 | | - and rotation operations necessary to position the component within |
65 | | - the instrument. The dependency chain may however traverse similar groups in |
66 | | - other component groups. |
| 73 | + This is the group recommended for holding the chain of translation |
| 74 | + and rotation operations necessary to position the component within |
| 75 | + the instrument. The dependency chain may however traverse similar groups in |
| 76 | + other component groups. |
67 | 77 | </doc> |
68 | 78 | </group> |
69 | 79 | <group type="NXnote"> |
70 | | - <doc>Additional information, LabView logs, digital photographs, etc</doc> |
| 80 | + <doc> |
| 81 | + Additional information, LabView logs, digital photographs, etc |
| 82 | + </doc> |
| 83 | + </group> |
| 84 | + <group type="NXactuator"> |
| 85 | + <doc> |
| 86 | + Any actuator used to control the environment. This can be linked to an actuator |
| 87 | + defined in an NXinstrument instance. |
| 88 | + </doc> |
| 89 | + </group> |
| 90 | + <group type="NXsensor"> |
| 91 | + <doc> |
| 92 | + Any sensor used to monitor the environment. This can be linked to a sensor |
| 93 | + defined in an NXinstrument instance. |
| 94 | + </doc> |
71 | 95 | </group> |
72 | | - <group type="NXsensor"/> |
73 | 96 | </definition> |
74 | | - |
|
0 commit comments