hdf5:AtomicType

Element Information

Model

Used By

Element hdf5:DataType

Source

<xs:element name="AtomicType">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="hdf5:IntegerType"/>
      <xs:element ref="hdf5:FloatType"/>
      <xs:element ref="hdf5:StringType"/>
      <xs:element ref="hdf5:TimeType"/>
      <xs:element ref="hdf5:BitfieldType"/>
      <xs:element ref="hdf5:OpaqueType"/>
      <xs:element ref="hdf5:ReferenceType"/>
      <xs:element ref="hdf5:EnumType"/>
    </xs:choice>
  </xs:complexType>
</xs:element>

Sample