mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
651bd4e252
Bug fixes and code cleanup Description: Whitespace removal. Added testfiles for named datatypes in attributes. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
88 lines
3.2 KiB
XML
88 lines
3.2 KiB
XML
#############################
|
|
Expected output for 'h5dump --xml tarray2.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="3">
|
|
<hdf5:ArrayDimension DimSize="3" DimPerm="0"/>
|
|
<hdf5:ArrayDimension DimSize="4" DimPerm="1"/>
|
|
<hdf5:ArrayDimension DimSize="5" DimPerm="2"/>
|
|
<hdf5:DataType>
|
|
<hdf5:AtomicType>
|
|
<hdf5:IntegerType ByteOrder="LE" Sign="true" Size="4" />
|
|
</hdf5:AtomicType>
|
|
</hdf5:DataType>
|
|
</hdf5:ArrayType>
|
|
</hdf5:DataType>
|
|
<hdf5:Data>
|
|
<hdf5:DataFromFile>
|
|
0 1 2 3 4
|
|
10 11 12 13 14
|
|
20 21 22 23 24
|
|
30 31 32 33 34
|
|
100 101 102 103 104
|
|
110 111 112 113 114
|
|
120 121 122 123 124
|
|
130 131 132 133 134
|
|
200 201 202 203 204
|
|
210 211 212 213 214
|
|
220 221 222 223 224
|
|
230 231 232 233 234
|
|
1000 1001 1002 1003 1004
|
|
1010 1011 1012 1013 1014
|
|
1020 1021 1022 1023 1024
|
|
1030 1031 1032 1033 1034
|
|
1100 1101 1102 1103 1104
|
|
1110 1111 1112 1113 1114
|
|
1120 1121 1122 1123 1124
|
|
1130 1131 1132 1133 1134
|
|
1200 1201 1202 1203 1204
|
|
1210 1211 1212 1213 1214
|
|
1220 1221 1222 1223 1224
|
|
1230 1231 1232 1233 1234
|
|
2000 2001 2002 2003 2004
|
|
2010 2011 2012 2013 2014
|
|
2020 2021 2022 2023 2024
|
|
2030 2031 2032 2033 2034
|
|
2100 2101 2102 2103 2104
|
|
2110 2111 2112 2113 2114
|
|
2120 2121 2122 2123 2124
|
|
2130 2131 2132 2133 2134
|
|
2200 2201 2202 2203 2204
|
|
2210 2211 2212 2213 2214
|
|
2220 2221 2222 2223 2224
|
|
2230 2231 2232 2233 2234
|
|
3000 3001 3002 3003 3004
|
|
3010 3011 3012 3013 3014
|
|
3020 3021 3022 3023 3024
|
|
3030 3031 3032 3033 3034
|
|
3100 3101 3102 3103 3104
|
|
3110 3111 3112 3113 3114
|
|
3120 3121 3122 3123 3124
|
|
3130 3131 3132 3133 3134
|
|
3200 3201 3202 3203 3204
|
|
3210 3211 3212 3213 3214
|
|
3220 3221 3222 3223 3224
|
|
3230 3231 3232 3233 3234
|
|
</hdf5:DataFromFile>
|
|
</hdf5:Data>
|
|
</hdf5:Dataset>
|
|
</hdf5:RootGroup>
|
|
</hdf5:HDF5-File>
|