dfxml:parent_object

A container for an element referencing the parent of this fileobject. The
inode child specified here would contain the inode number of the parent directory. The root
directory of a file system should not have a parent fileobject.

Element Information

Model

Children: dfxml:inode

Attributes

Used By

Complex Type dfxml:fileobject_type

Source

<xs:element name="parent_object">
  <xs:annotation>
    <xs:documentation>A container for an element referencing the parent of this fileobject. The inode child specified here would contain the inode number of the parent directory. The root directory of a file system should not have a parent fileobject.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element ref="dfxml:inode"/>
    </xs:all>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>

Sample