<NXroot>
  <entry1 type="NXentry">
    <note type="NXnote">
      <author type="NX_CHAR">George User</author>
      <type type="NX_CHAR">text/plain</type>
      <data type="NX_CHAR">The data is a simple parabola, f(x)=x^2</data>
    </note>
    <parabola_1D type="NXdata">
      <x type="NX_INT8[11]" axis="NX_INT16:1" units="number">
                 0  1  2  3  4  5
                 6  7  8  9  10
      </x>
      <f_x type="NX_INT16[11]" signal="NX_INT16:1" units="number">
                 0    1    4    9   16   25
                36   49   64   81  100
      </f_x>
    </parabola_1D>
  </entry1>
  <entry2 type="NXentry">
    <note type="NXnote">
      <author type="NX_CHAR">George User</author>
      <type type="NX_CHAR">text/plain</type>
      <data type="NX_CHAR">The data is a two dimensional parabola, f(x,y)=x^2+y^2</data>
    </note>
    <parabola_2D type="NXdata">
      <x type="NX_FLOAT32[4]" axis="NX_INT16:1" units="number">
               1.0  4.7  2.3  1.6
      </x>
      <y type="NX_FLOAT32[3]" axis="NX_INT16:2" units="number">
               3.3  6.2  9.2
      </y>
      <f_x_y type="NX_FLOAT64[4,3]" signal="NX_INT16:1" axes="x,y"
units="number">
             11.89  32.98  16.18
             13.45  39.44  60.53
             43.73  41.00  85.64
            106.73  89.93  87.20
      </f_x_y>
    </parabola_2D>
  </entry2>
  <copies type="NXentry">
    <NAPIlink target="/entry2/parabola_2D/x"/>
    <NAPIlink target="/entry2/parabola_2D"/>
  </copies>
</NXroot>
