<?xml version="1.0" encoding="utf-8"?>
<hdf4:HDFMap xmlns:hdf4="http://www.hdfgroup.org/HDF4/HDF4Map">

<!--
    BE      -  Big-endian byte order
    LE      -  Little-endian byte order
    PIXEL   -  component RGB values for a pixel are contiguous, e.g. rgbrgb...
    LINE    -  each RGB component is stored as a scan line
    PLANE   -  each RGB component is stored as a plane, e.g. rrr...ggg...bbb...
    NBIT    -  Variable-length reversible image data compression
    SKPHUFF -  Skipping Huffman compression
    DEFLATE -  Gzip compression
    SZIP    -  Szip compression
    JPEG    -  JPEG compression
-->

  <hdf4:RootGroup>
    <hdf4:SDS objName="int1" objPath="/" objID="xid-DFTAG_NDG-2">
      <hdf4:Attribute name="_FillValue" ntDesc="32-bit signed integer">
        -9999 
      </hdf4:Attribute>
      <hdf4:Attribute name="units" ntDesc="8-bit signed char">
        bit
      </hdf4:Attribute>
      <hdf4:Attribute name="coordsys" ntDesc="8-bit signed char">
        Cartesian
      </hdf4:Attribute>
      <hdf4:Datatype dtypeClass="INT" dtypeSize="4" byteOrder="BE" />
      <hdf4:Dataspace ndims="2">
        10 100 
      </hdf4:Dataspace>
      <hdf4:Datablock nblocks="1">
        <hdf4:Block offset="2502" nbytes="4000" />
      </hdf4:Datablock>
    </hdf4:SDS>
    <hdf4:SDS objName="float1" objPath="/" objID="xid-DFTAG_NDG-4">
      <hdf4:Attribute name="_FillValue" ntDesc="32-bit signed integer">
        -9999 
      </hdf4:Attribute>
      <hdf4:Attribute name="units" ntDesc="8-bit signed char">
        bit
      </hdf4:Attribute>
      <hdf4:Attribute name="coordsys" ntDesc="8-bit signed char">
        Cartesian
      </hdf4:Attribute>
      <hdf4:Datatype dtypeClass="FLOAT" dtypeSize="4" byteOrder="BE" />
      <hdf4:Dataspace ndims="2">
        10 100 
      </hdf4:Dataspace>
      <hdf4:Datablock nblocks="1">
        <hdf4:Block offset="6502" nbytes="4000" />
      </hdf4:Datablock>
    </hdf4:SDS>
  </hdf4:RootGroup>
</hdf4:HDFMap>
