hdf5:FillValue

Element Information

Model

Used By

Source

<xs:element name="FillValue">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="hdf5:Data"/>
      <xs:element ref="hdf5:NoFill"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

Sample

< hdf5:FillValueInfo xmlns:hdf5 = "http://hdfgroup.org/HDF5/XML/schema/HDF5-File" FillTime = "FillIfSet" AllocationTime = "Late" >

< hdf5:FillValue>

< hdf5:NoFill/>

</ hdf5:FillValue>

</ hdf5:FillValueInfo>