QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
DimSize | xs:string | 0 | optional | |||
MaxDimSize | xs:string | optional |
Element | hdf5:SimpleDataspace |
<xs:element name="Dimension"> <xs:complexType> <xs:attribute name="DimSize" type="xs:string" default="0"/> <xs:attribute name="MaxDimSize" type="xs:string"/> </xs:complexType> </xs:element> |
< hdf5:SimpleDataspace xmlns:hdf5 = "http://hdfgroup.org/HDF5/XML/schema/HDF5-File" Ndims = "2" > |