|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl" ?> |
3 |
| -<!-- |
4 |
| -# NeXus - Neutron and X-ray Common Data Format |
5 |
| -# |
6 |
| -# Copyright (C) 2008-2012 NeXus International Advisory Committee (NIAC) |
7 |
| -# |
8 |
| -# This library is free software; you can redistribute it and/or |
9 |
| -# modify it under the terms of the GNU Lesser General Public |
10 |
| -# License as published by the Free Software Foundation; either |
11 |
| -# version 3 of the License, or (at your option) any later version. |
12 |
| -# |
13 |
| -# This library is distributed in the hope that it will be useful, |
14 |
| -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 |
| -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16 |
| -# Lesser General Public License for more details. |
17 |
| -# |
18 |
| -# You should have received a copy of the GNU Lesser General Public |
19 |
| -# License along with this library; if not, write to the Free Software |
20 |
| -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
21 |
| -# |
22 |
| -# For further information, see http://www.nexusformat.org |
23 |
| -
|
24 |
| -########### SVN repository information ################### |
25 |
| -# $Date$ |
26 |
| -# $Author$ |
27 |
| -# $Revision$ |
28 |
| -# $HeadURL$ |
29 |
| -# $Id$ |
30 |
| -########### SVN repository information ################### |
31 |
| ---> |
32 |
| -<definition xmlns="http://definition.nexusformat.org/nxdl/@NXDL_RELEASE@" category="base" |
33 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
34 |
| - xsi:schemaLocation="http://definition.nexusformat.org/nxdl/@NXDL_RELEASE@ ../nxdl.xsd" |
35 |
| - name="NXparameters" |
36 |
| - version="1.0" |
37 |
| - svnid="$Id$" |
38 |
| - type="group" extends="NXobject"> |
39 |
| - <doc>Container for parameters, usually used in processing or analysis.</doc> |
40 |
| - <field name="term" minOccurs="0" maxOccurs="unbounded" type="NX_CHAR"> |
41 |
| - <!-- maxOccurs="unbounded" is intended but is not allowed by current syntax --> |
42 |
| - <doc>A parameter (also known as a term) that is used in or results from processing.</doc> |
43 |
| - <attribute name="units"/> |
44 |
| - </field> |
45 |
| -</definition> |
46 |
| - |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<?xml-stylesheet type="text/xsl" href="nxdlformat.xsl" ?> |
| 3 | +<!-- |
| 4 | +# NeXus - Neutron and X-ray Common Data Format |
| 5 | +# |
| 6 | +# Copyright (C) 2008-2012 NeXus International Advisory Committee (NIAC) |
| 7 | +# |
| 8 | +# This library is free software; you can redistribute it and/or |
| 9 | +# modify it under the terms of the GNU Lesser General Public |
| 10 | +# License as published by the Free Software Foundation; either |
| 11 | +# version 3 of the License, or (at your option) any later version. |
| 12 | +# |
| 13 | +# This library is distributed in the hope that it will be useful, |
| 14 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | +# Lesser General Public License for more details. |
| 17 | +# |
| 18 | +# You should have received a copy of the GNU Lesser General Public |
| 19 | +# License along with this library; if not, write to the Free Software |
| 20 | +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 21 | +# |
| 22 | +# For further information, see http://www.nexusformat.org |
| 23 | +
|
| 24 | +########### SVN repository information ################### |
| 25 | +# $Date$ |
| 26 | +# $Author$ |
| 27 | +# $Revision$ |
| 28 | +# $HeadURL$ |
| 29 | +# $Id$ |
| 30 | +########### SVN repository information ################### |
| 31 | +--> |
| 32 | +<definition xmlns="http://definition.nexusformat.org/nxdl/@NXDL_RELEASE@" category="base" |
| 33 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 34 | + xsi:schemaLocation="http://definition.nexusformat.org/nxdl/@NXDL_RELEASE@ ../nxdl.xsd" |
| 35 | + name="NXparameters" |
| 36 | + version="1.0" |
| 37 | + svnid="$Id$" |
| 38 | + type="group" extends="NXobject"> |
| 39 | + <doc>Container for parameters, usually used in processing or analysis.</doc> |
| 40 | + <field name="term" minOccurs="0" maxOccurs="unbounded" type="NX_CHAR"> |
| 41 | + <!-- maxOccurs="unbounded" is intended but is not allowed by current syntax --> |
| 42 | + <doc>A parameter (also known as a term) that is used in or results from processing.</doc> |
| 43 | + <attribute name="units"/> |
| 44 | + </field> |
| 45 | +</definition> |
| 46 | + |
0 commit comments