StrPad

Attribute Information

Used By

Element hdf5:StringType

Source

<xs:attribute name="StrPad" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="H5T_STR_NULLTERM"/>
      <xs:enumeration value="H5T_STR_NULLPAD"/>
      <xs:enumeration value="H5T_STR_SPACEPAD"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample