summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tarray7.h5.xml
blob: bea6216ef37a469657b3ad953935496933d85305 (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
#############################
Expected output for 'h5dump --xml tarray7.h5'
#############################
<?xml version="1.0" encoding="UTF-8"?>
<hdf5:HDF5-File xmlns:hdf5="http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hdf.ncsa.uiuc.edu/DTDs/HDF5File http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.xsd">
<hdf5:RootGroup OBJ-XID="xid_928" H5Path="/">
   <hdf5:Dataset Name="Dataset1" OBJ-XID="xid_976" H5Path= "/Dataset1" 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:ArrayType Ndims="1">
            <hdf5:ArrayDimension DimSize="4" DimPerm="0"/>
            <hdf5:DataType>
               <hdf5:VLType>
                  <hdf5:DataType>
                     <hdf5:ArrayType Ndims="1">
                        <hdf5:ArrayDimension DimSize="4" DimPerm="0"/>
                        <hdf5:DataType>
                           <hdf5:AtomicType>
                              <hdf5:IntegerType ByteOrder="LE" Sign="false" Size="4" />
                           </hdf5:AtomicType>
                        </hdf5:DataType>
                     </hdf5:ArrayType>
                  </hdf5:DataType>
               </hdf5:VLType>
            </hdf5:DataType>
         </hdf5:ArrayType>
      </hdf5:DataType>
      <hdf5:Data>
         <hdf5:DataFromFile>
            0 1 2 3     100 101 102 103   110 111 112 113     200 201 202 203   210 211 212 213   220 221 222 223     300 301 302 303   310 311 312 313   320 321 322 323   330 331 332 333    
            1000 1001 1002 1003   1010 1011 1012 1013     1100 1101 1102 1103   1110 1111 1112 1113   1120 1121 1122 1123     1200 1201 1202 1203   1210 1211 1212 1213   1220 1221 1222 1223   1230 1231 1232 1233     1300 1301 1302 1303   1310 1311 1312 1313   1320 1321 1322 1323   1330 1331 1332 1333   1340 1341 1342 1343    
            2000 2001 2002 2003   2010 2011 2012 2013   2020 2021 2022 2023     2100 2101 2102 2103   2110 2111 2112 2113   2120 2121 2122 2123   2130 2131 2132 2133     2200 2201 2202 2203   2210 2211 2212 2213   2220 2221 2222 2223   2230 2231 2232 2233   2240 2241 2242 2243     2300 2301 2302 2303   2310 2311 2312 2313   2320 2321 2322 2323   2330 2331 2332 2333   2340 2341 2342 2343   2350 2351 2352 2353    
            3000 3001 3002 3003   3010 3011 3012 3013   3020 3021 3022 3023   3030 3031 3032 3033     3100 3101 3102 3103   3110 3111 3112 3113   3120 3121 3122 3123   3130 3131 3132 3133   3140 3141 3142 3143     3200 3201 3202 3203   3210 3211 3212 3213   3220 3221 3222 3223   3230 3231 3232 3233   3240 3241 3242 3243   3250 3251 3252 3253     3300 3301 3302 3303   3310 3311 3312 3313   3320 3321 3322 3323   3330 3331 3332 3333   3340 3341 3342 3343   3350 3351 3352 3353   3360 3361 3362 3363   
         </hdf5:DataFromFile>
      </hdf5:Data>
   </hdf5:Dataset>
</hdf5:RootGroup>
</hdf5:HDF5-File>