<?xml version="1.0" standalone="no" ?>
<hdf5_layout>
  <group name="entry"> 
    <attribute name="NX_class" source="constant" value="NXentry" type="string"/>
    <group name="instrument"> 
      <attribute name="NX_class" source="constant" value="NXinstrument" type="string"/> 
      <group name="detector"> 
        <attribute name="NX_class" source="constant" value="NXdetector" type="string"/> 
        <dataset name="data" source="detector" det_default="true"> 
          <attribute name="NX_class" source="constant" value="SDS" type="string"/> 
          <attribute name="signal" source="constant" value="1" type="int"/> 
          <attribute name="target" source="constant" value="/entry/instrument/detector/data" type="string"/> 
        </dataset> 
        <group name="NDAttributes"> 
          <attribute name="NX_class" source="constant" value="NXcollection" type="string"/> 
          <dataset name="ColorMode" source="ndattribute" ndattribute="ColorMode"/> 
        </group>          <!-- end group NDAttribute --> 
      </group>            <!-- end group detector --> 
      <group name="NDAttributes" ndattr_default="true"> 
        <attribute name="NX_class" source="constant" value="NXcollection" type="string"/> 
      </group>            <!-- end group NDAttribute (default) --> 
      <group name="performance"> 
        <dataset name="timestamp" source="ndattribute"/> 
      </group>            <!-- end group performance --> 
    </group>              <!-- end group instrument --> 
    <group name="data"> 
      <attribute name="NX_class" source="constant" value="NXdata" type="string"/> 
      <hardlink name="data" target="/entry/instrument/detector/data"/>
      <!-- The "target" attribute in /entry/instrument/detector/data is used to 
           tell Nexus utilities that this is a hardlink -->
    </group>              <!-- end group data --> 
  </group>                <!-- end group entry -->
</hdf5_layout>
