74 lines
2.3 KiB
XML
74 lines
2.3 KiB
XML
#############################
|
|
Expected output for 'h5dump --xml tvldtypes1.h5'
|
|
#############################
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE HDF5-File PUBLIC "HDF5-File.dtd" "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd">
|
|
<HDF5-File>
|
|
<RootGroup OBJ-XID="root">
|
|
<Dataset Name="Dataset1.0" OBJ-XID="/Dataset1.0" Parents="root">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="4" MaxDimSize="4"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<VLType>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="LE" Sign="true" Size="4" />
|
|
</AtomicType>
|
|
</DataType>
|
|
</VLType>
|
|
</DataType>
|
|
<!-- Note: format of VL data not specified -->
|
|
<Data>
|
|
<DataFromFile>
|
|
0 10 11 20 21 22 30 31 32 33
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
<Dataset Name="Dataset2.0" OBJ-XID="/Dataset2.0" Parents="root">
|
|
<Dataspace>
|
|
<SimpleDataspace Ndims="1">
|
|
<Dimension DimSize="4" MaxDimSize="4"/>
|
|
</SimpleDataspace>
|
|
</Dataspace>
|
|
<DataType>
|
|
<VLType>
|
|
<DataType>
|
|
<AtomicType>
|
|
<FloatType ByteOrder="LE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
|
|
</AtomicType>
|
|
</DataType>
|
|
</VLType>
|
|
</DataType>
|
|
<!-- Note: format of VL data not specified -->
|
|
<Data>
|
|
<DataFromFile>
|
|
0 10 10.1 20 20.1 20.2 30 30.1 30.2 30.3
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
<Dataset Name="Dataset3.0" OBJ-XID="/Dataset3.0" Parents="root">
|
|
<Dataspace>
|
|
<ScalarDataspace />
|
|
</Dataspace>
|
|
<DataType>
|
|
<VLType>
|
|
<DataType>
|
|
<AtomicType>
|
|
<IntegerType ByteOrder="LE" Sign="true" Size="4" />
|
|
</AtomicType>
|
|
</DataType>
|
|
</VLType>
|
|
</DataType>
|
|
<!-- Note: format of VL data not specified -->
|
|
<Data>
|
|
<DataFromFile>
|
|
0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72
|
|
</DataFromFile>
|
|
</Data>
|
|
</Dataset>
|
|
</RootGroup>
|
|
</HDF5-File>
|