hdf5:ArrayDimension

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DimPerm xs:string 0 optional
This feature is not implemented in HDF5. This attribute should be ignored (and deleted as soon as possible).
DimSize xs:string 0 optional

Used By

Element hdf5:ArrayType

Source

<xs:element name="ArrayDimension">
  <xs:complexType>
    <xs:attribute name="DimSize" type="xs:string" default="0"/>
    <xs:attribute name="DimPerm" type="xs:string" default="0">
      <xs:annotation>
        <xs:documentation>This feature is not implemented in HDF5. This attribute should be ignored (and deleted as soon as possible).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample