hdf5:ArrayType

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Ndims xs:string optional

Used By

Element hdf5:DataType

Source

<xs:element name="ArrayType">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="hdf5:ArrayDimension" maxOccurs="32"/>
      <xs:element ref="hdf5:DataType"/>
    </xs:sequence>
    <xs:attribute name="Ndims" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample