<?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="name"/>
      <field ref="official_url"/>
      <field ref="description"/>
      <field ref="version_comments"/>
      <field ref="notes"/>
      <field ref="apply_to" required="yes"/>
      <field ref="apply_priority" required="yes"/>
    </component>
    <component type="Field::Multi">
      <title>Documents</title>
      <field ref="frontfile"/>
     <field ref="backfile"/>
    </component> 
  </stage>
</workflow>
