diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-21 15:58:53 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-21 15:58:53 (GMT) |
commit | 9e9bdad5e9b2e182264b3df446cc9534a87f783c (patch) | |
tree | 580edf31dd1b1616e73cbf53d3ed462a1ccb742f /tools/testfiles/tattr.h5.xml | |
parent | d77fc6af739944c0ebbc362d4710da4696dccad0 (diff) | |
download | hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.zip hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.tar.gz hdf5-9e9bdad5e9b2e182264b3df446cc9534a87f783c.tar.bz2 |
[svn-r8563] *** empty log message ***
Diffstat (limited to 'tools/testfiles/tattr.h5.xml')
-rw-r--r-- | tools/testfiles/tattr.h5.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/tools/testfiles/tattr.h5.xml b/tools/testfiles/tattr.h5.xml index 0fe7642..0fbb833 100644 --- a/tools/testfiles/tattr.h5.xml +++ b/tools/testfiles/tattr.h5.xml @@ -3,7 +3,7 @@ Expected output for 'h5dump --xml tattr.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_696" H5Path="/"> +<hdf5:RootGroup OBJ-XID="xid_928" H5Path="/"> <hdf5:Attribute Name="attr1"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> @@ -86,5 +86,20 @@ Expected output for 'h5dump --xml tattr.h5' </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> + <hdf5:Attribute Name="attr6"> + <hdf5:Dataspace> + <hdf5:NullDataspace /> + </hdf5:Dataspace> + <hdf5:DataType> + <hdf5:AtomicType> + <hdf5:IntegerType ByteOrder="LE" Sign="false" Size="4" /> + </hdf5:AtomicType> + </hdf5:DataType> + <hdf5:Data> + <hdf5:DataFromFile> + <hdf5:NoData/> + </hdf5:DataFromFile> + </hdf5:Data> + </hdf5:Attribute> </hdf5:RootGroup> </hdf5:HDF5-File> |