<?xml version="1.0" ?>

<!-- comment out the line below and the file will be "well formed" XML but it
     will not be checked against the DTD specifying NeXus file contents -->

<!DOCTYPE NXfile SYSTEM "nexus.dtd">

<!-- This file is a very simple NeXus file translated into XML to demonstrate
     how attributes and elements can be used to represent global attributes,
     NXgroups and individual attributes -->


<NXfile file_name="Nexus in XML demo" file_time="1999-12-23 09:42:00" nexus_version="1.3.0" user="C. M. Moreton-Smith" affiliation="RAL" address="Chilton, Didcot, OXON OX11 0QX" telephone_number="+44 (0) 1235 446544" fax_number="+44 (0) 1235 445720" email="C.M.Moreton-Smith@rl.ac.uk">
   <NXentry>
      <NXuser>
         <name>Chris Moreton-Smith</name>
         <affiliation>RAL</affiliation>
         <address>Chilton, Didcot, OXON OX11 0QX</address>
         <telephone_number>+44 (0) 1235 446544</telephone_number>
         <fax_number>+44 (0) 1235 445720</fax_number>
      </NXuser>
      <NXsample>
         <name/>
         <chemical_formula/>
         <temperature/>
	 ...ditto...
      </NXsample>
      <NXdata>
         <variable long_name="Time of flight in microseconds" axis="1" primary="1" histogram_offset="0.5" units="seconds [T]">1.0 2.0 3.0 4.0 5.0</variable>
         <data signal="1" units="counts [dimensionless]">1.0 2.0 3.0 4.0 5.0</data>
         <errors/>
      </NXdata>
      <title>Silicon on saphire in white beam</title>
      <run_number>6345</run_number>
      <program_name>Microsoft XML Notepad V1.5</program_name>
      <command_line/>
      <start_time>1999-12-23 09:42:00</start_time>
      <end_time>1999-12-23 10:42:00</end_time>
      <duration>00:01:00</duration>
      <notes>Example file created for info</notes>
   </NXentry>
</NXfile>

