QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Ndims | restriction of xs:positiveInteger | required |
Element | hdf5:Dataspace |
<xs:element name="SimpleDataspace"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element ref="hdf5:Dimension"/> </xs:sequence> <xs:attribute name="Ndims" use="required"> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:minInclusive value="1"/> <xs:maxInclusive value="32"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
< hdf5:Dataspace xmlns:hdf5 = "http://hdfgroup.org/HDF5/XML/schema/HDF5-File" > |
</ hdf5:Dataspace> |