hdf5:RootGroup

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
H5Path xs:string / required
Name xs:string / optional
OBJ-XID xs:ID required

Used By

Element hdf5:HDF5-File

Source

<xs:element name="RootGroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="hdf5:Attribute" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="hdf5:Group"/>
        <xs:element ref="hdf5:Dataset"/>
        <xs:element ref="hdf5:NamedDataType"/>
        <xs:element ref="hdf5:SoftLink"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="Name" type="xs:string" fixed="/"/>
    <xs:attribute name="OBJ-XID" type="xs:ID" use="required"/>
    <xs:attribute name="H5Path" type="xs:string" use="required" fixed="/"/>
  </xs:complexType>
</xs:element>

Sample