<?xml version="1.0" encoding="utf-8"?>

<workflow xmlns="http://eprints.org/ep3/workflow" xmlns:epc="http://eprints.org/ep3/control">

  <flow>
    <stage ref="main"/>
  </flow>

  <stage name="main">
    <component type="Field::Multi">
      <title>Details</title>
      <field ref="filename"/>
      <field ref="mime_type"/>
      <field ref="hash"/>
      <field ref="hash_type"/>
      <field ref="filesize"/>
      <field ref="mtime"/>
    </component>
  </stage>
</workflow>
