source: trunk/BASE.xsd @ 1089

Revision 1060, 2.1 KB checked in by Pete Jemian, 3 months ago (diff)

fixes #216 (updated copyrights to 2012, renamed all to NIAC ownership

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author HeadURL Id
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxdl="http://definition.nexusformat.org/nxdl/@NXDL_RELEASE@" xmlns:nxsd="http://definition.nexusformat.org/schema/@NXDL_RELEASE@" targetNamespace="http://definition.nexusformat.org/schema/@NXDL_RELEASE@" nxsd:something="1" elementFormDefault="qualified">
4
5<xs:annotation>
6  <xs:documentation>
7  # NeXus - Neutron and X-ray Common Data Format
8  #
9  # Copyright (C) 2008-2012 NeXus International Advisory Committee (NIAC)
10  #
11  # This library is free software; you can redistribute it and/or
12  # modify it under the terms of the GNU Lesser General Public
13  # License as published by the Free Software Foundation; either
14  # version 3 of the License, or (at your option) any later version.
15  #
16  # This library is distributed in the hope that it will be useful,
17  # but WITHOUT ANY WARRANTY; without even the implied warranty of
18  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  # Lesser General Public License for more details.
20  #
21  # You should have received a copy of the GNU Lesser General Public
22  # License along with this library; if not, write to the Free Software
23  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24  #
25  # For further information, see http://www.nexusformat.org
26
27  ########### SVN repository information ###################
28  # $LastChangedDate$
29  # $LastChangedBy$
30  # $LastChangedRevision$
31  # $HeadURL$
32  ########### SVN repository information ###################
33 </xs:documentation>
34</xs:annotation>
35
36  <xs:annotation>
37    <xs:documentation>
38      This file is used by the validation process to define
39      the NXroot element of a data file presented for validation.
40      It is used to define the NXDL.
41    </xs:documentation>
42  </xs:annotation>
43
44  <xs:include schemaLocation="NXroot.xsd" />
45
46  <!-- SCHEMA_INCLUDE_SUB_START -->
47  <!-- SCHEMA_INCLUDE_SUB_END -->
48
49  <xs:element name="NXroot" type="nxsd:NXroot" > 
50                <xs:unique name="UniqueLevel0Names">
51                        <xs:selector xpath="*"/>
52                        <xs:field xpath="@name"/>
53                </xs:unique>
54  </xs:element>
55
56</xs:schema>
Note: See TracBrowser for help on using the repository browser.