hdf5:SimpleDataspace

Element Information

Model

Children: hdf5:Dimension

Attributes

QName Type Fixed Default Use Inheritable Annotation
Ndims restriction of xs:positiveInteger required

Used By

Element hdf5:Dataspace

Source

<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>

Sample