Folder Data Type

A folder.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
children list of File element 0/unbounded An array of sub folders and documents in this folder.
Properties inherited from File
bytes long element 0/1 The size of the file in bytes.
link Link element 0/1 The link to this file.
path string element 0/1 The path to this file.

Example

<Folder>
  <children>
    <path>...</path>
    <link>
      <rel>...</rel>
      <href>...</href>
    </link>
    <bytes>...</bytes>
  </children>
  <path>...</path>
  <link>
    <rel>...</rel>
    <href>...</href>
  </link>
  <bytes>...</bytes>
</Folder>