summaryrefslogtreecommitdiff
path: root/tools/testfiles/tvldtypes1.h5.xml
blob: b1aa5a65b7727b0c0db9196aa1f261bf6f3887d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<hdf5:HDF5-File xmlns:hdf5="http://hdfgroup.org/HDF5/XML/schema/HDF5-File.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hdfgroup.org/HDF5/XML/schema/HDF5-File http://www.hdfgroup.org/HDF5/XML/schema/HDF5-File.xsd">
<hdf5:RootGroup OBJ-XID="xid_928" H5Path="/">
   <hdf5:Dataset Name="Dataset1.0" OBJ-XID="xid_976" H5Path= "/Dataset1.0" Parents="xid_928" H5ParentPaths="/">
      <hdf5:StorageLayout>
         <hdf5:ContiguousLayout/>
      </hdf5:StorageLayout>
      <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Late">
         <hdf5:FillValue>
            <hdf5:NoFill/>
         </hdf5:FillValue>
      </hdf5:FillValueInfo>
      <hdf5:Dataspace>
         <hdf5:SimpleDataspace Ndims="1">
            <hdf5:Dimension  DimSize="4" MaxDimSize="4"/>
         </hdf5:SimpleDataspace>
      </hdf5:Dataspace>
      <hdf5:DataType>
         <hdf5:VLType>
            <hdf5:DataType>
               <hdf5:AtomicType>
                  <hdf5:IntegerType ByteOrder="LE" Sign="true" Size="4" />
               </hdf5:AtomicType>
            </hdf5:DataType>
         </hdf5:VLType>
      </hdf5:DataType>
<!-- Note: format of VL data not specified -->
      <hdf5:Data>
         <hdf5:DataFromFile>
          0
          10 11
          20 21 22
          30 31 32 33
         </hdf5:DataFromFile>
      </hdf5:Data>
   </hdf5:Dataset>
   <hdf5:Dataset Name="Dataset2.0" OBJ-XID="xid_1576" H5Path= "/Dataset2.0" Parents="xid_928" H5ParentPaths="/">
      <hdf5:StorageLayout>
         <hdf5:ContiguousLayout/>
      </hdf5:StorageLayout>
      <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Late">
         <hdf5:FillValue>
            <hdf5:NoFill/>
         </hdf5:FillValue>
      </hdf5:FillValueInfo>
      <hdf5:Dataspace>
         <hdf5:SimpleDataspace Ndims="1">
            <hdf5:Dimension  DimSize="4" MaxDimSize="4"/>
         </hdf5:SimpleDataspace>
      </hdf5:Dataspace>
      <hdf5:DataType>
         <hdf5:VLType>
            <hdf5:DataType>
               <hdf5:AtomicType>
                  <hdf5:FloatType ByteOrder="LE" Size="4" SignBitLocation="31" ExponentBits="8" ExponentLocation="23" MantissaBits="23" MantissaLocation="0" />
               </hdf5:AtomicType>
            </hdf5:DataType>
         </hdf5:VLType>
      </hdf5:DataType>
<!-- Note: format of VL data not specified -->
      <hdf5:Data>
         <hdf5:DataFromFile>
          0
          10 10.1
          20 20.1 20.2
          30 30.1 30.2 30.3
         </hdf5:DataFromFile>
      </hdf5:Data>
   </hdf5:Dataset>
   <hdf5:Dataset Name="Dataset3.0" OBJ-XID="xid_6272" H5Path= "/Dataset3.0" Parents="xid_928" H5ParentPaths="/">
      <hdf5:StorageLayout>
         <hdf5:ContiguousLayout/>
      </hdf5:StorageLayout>
      <hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Late">
         <hdf5:FillValue>
            <hdf5:NoFill/>
         </hdf5:FillValue>
      </hdf5:FillValueInfo>
      <hdf5:Dataspace>
         <hdf5:ScalarDataspace />
      </hdf5:Dataspace>
      <hdf5:DataType>
         <hdf5:VLType>
            <hdf5:DataType>
               <hdf5:AtomicType>
                  <hdf5:IntegerType ByteOrder="LE" Sign="true" Size="4" />
               </hdf5:AtomicType>
            </hdf5:DataType>
         </hdf5:VLType>
      </hdf5:DataType>
<!-- Note: format of VL data not specified -->
      <hdf5:Data>
         <hdf5: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
         </hdf5:DataFromFile>
      </hdf5:Data>
   </hdf5:Dataset>
</hdf5:RootGroup>
</hdf5:HDF5-File>