hdf5:EnumType

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Nelems xs:string required

Used By

Element hdf5:AtomicType

Source

<xs:element name="EnumType">
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="hdf5:DataType"/>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="hdf5:EnumElement"/>
        <xs:element ref="hdf5:EnumValue"/>
      </xs:sequence>
    </xs:sequence>
    <xs:attribute name="Nelems" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

Sample