Element | hdf5:StringType |
<xs:attribute name="StrPad" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="H5T_STR_NULLTERM"/> <xs:enumeration value="H5T_STR_NULLPAD"/> <xs:enumeration value="H5T_STR_SPACEPAD"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
< hdf5:AtomicType xmlns:hdf5 = "http://hdfgroup.org/HDF5/XML/schema/HDF5-File" > |
< hdf5:StringType Cset = "H5T_CSET_ASCII" StrSize = "3" StrPad = "H5T_STR_NULLPAD" /> |
</ hdf5:AtomicType> |