<?xml version="1.0"?>
<!DOCTYPE input-forms SYSTEM "input-forms.dtd">


<input-forms>

 <!-- The form-map maps collection handles to forms. DSpace does not       -->
 <!-- require a collection name to be unique, not even within a community. -->
 <!-- DSpace does however ensure that each collection's handle is unique.  -->
 <!-- Form-map provides the means to associate a unique collection name    -->
 <!-- with a form. The form-map also provides the special handle "default" -->
 <!-- (which is never a collection), here mapped to "traditional". Any     -->
 <!-- collection which does not appear in this map will be associated with -->
 <!-- the mapping for handle "default".                                    -->

 <form-map>
   <name-map collection-handle="default" form-name="traditional" />
 </form-map>


 <!-- The form-definitions map lays out the detailed definition of all the -->
 <!-- submission forms. Each separate form set has a unique name as an     -->
 <!-- attribute. This name matches one of the names in the form-map. One   -->
 <!-- named form set has the name "traditional"; as this name suggests,    -->
 <!-- it is the old style and is also the default, which gets used when    -->
 <!-- the specified collection has no correspondingly-named form set.      -->
 <!--                                                                      -->
 <!-- Each form set contains an ordered set of pages; each page defines    -->
 <!-- one submission metadata entry screen. Each page has an ordered list  -->
 <!-- of field definitions, Each field definition corresponds to one       -->
 <!-- metadata entry (a so-called row), which has a DC element name, a    -->
 <!-- displayed label, a text string prompt which is called a hint, and    -->
 <!-- an input-type. Each field also may hold optional elements: DC        -->
 <!-- qualifier name, a repeatable flag, and a text string whose presence  -->
 <!-- serves as a 'this field is required' flag.                           -->

<form-definitions>

   <form name="traditional">
     <page number="1">
	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>identifier</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Identifier</label>
         <input-type>onebox</input-type>
         <hint>This should be a unique identifier. It should be same as the file name.</hint>
         <required>You must enter a main title for this item.</required>
       </field>      

	 <field>
         <dc-schema>dc</dc-schema>
         <dc-element>title</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Title</label>
         <input-type>onebox</input-type>
         <hint>Enter the main title of the item.</hint>
         <required>You must enter a main title for this item.</required>
       </field>

       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>date</dc-element>
         <dc-qualifier>issued</dc-qualifier>
         <repeatable>false</repeatable>
         <label>Date of Issue</label>
         <input-type>date</input-type>
         <hint>Date on which the resource was recorded or created.</hint>
         <required>You must enter at least the year.</required>
       </field>

       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>Place</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Place</label>
         <input-type>onebox</input-type>
         <hint>Enter the name of the place where the resource was created.</hint>
         <required></required>
       </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>type</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Type</label>
         <input-type>onebox</input-type>
         <hint>Enter the type of data. Audio/Video/Image/Text</hint>
         <required></required>
       </field>
  
       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>source</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Source</label>
         <input-type>onebox</input-type>
         <hint>Enter the source of the data (How is the data sourced? Self or Others? if others please mention their name/or organization name. </hint>
         <required></required>
       </field>

       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>rights</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Rights</label>
         <input-type>onebox</input-type>
         <hint>Enter the information about rights held in and over the resource..</hint>
         <required></required>
       </field>

       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>Access</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Access</label>
         <input-type>onebox</input-type>
         <hint>Enter information about any access restriction on the resource.</hint>
         <required></required>
       </field>
     
	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>relation</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Relation</label>
         <input-type>onebox</input-type>
         <hint> Enter the Identifier of the reference resorces related to the resorces being submitted. These related resources can be items like agreement, associated files, reviews, photographs, etc. </hint>
         <required></required>
       </field>
     </page>

     <page number="2">
       
       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>description</dc-element>
         <dc-qualifier>abstract</dc-qualifier>
         <repeatable>false</repeatable>
         <label>Description</label>
         <input-type>textarea</input-type>
         <hint>Enter A brief description of the resource. </hint>
         <required></required>
       </field>
	
	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Participant</dc-element>
         <dc-qualifier></dc-qualifier>
         <!-- An input-type of twobox MUST be marked as repeatable -->
         <repeatable>true</repeatable>
         <label>Participant</label>
         <input-type>twobox</input-type>
         <hint>Names of all the participants who are responsible for the creation of this resource.</hint>
         <required></required>
       </field>

       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>creator</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Creator</label>
         <input-type>onebox</input-type>
         <hint>Enter the names of any sponsors and/or funding codes in the box. </hint>
         <required></required>
       </field>

       <field>
         <dc-schema>dc</dc-schema>
         <dc-element>language(s) used</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Language(s) Used</label>
         <input-type>onebox</input-type>
         <hint>Enter the languages in the resource. </hint>
         <required></required>
       </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>resource language</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Resource language</label>
         <input-type>onebox</input-type>
         <hint>Enter thelanguage of interest. </hint>
         <required></required>
       </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Genre</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Genre</label>
         <input-type>onebox</input-type>
         <hint>Enter the information  that describes the intellectual content (e.g. Songs, Narration, Proverbs) of the resource. </hint>
         <required></required>
       </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Discourse_Genre</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Discourse_Genre</label>
         <input-type>onebox</input-type>
         <hint>Enter the information  that describes the discourse content (e.g. Creation Myth, Love song, Devotional Song, Elicited sentenses) of the resource. </hint>
         <required></required>
       </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>subject</dc-element>
         <dc-qualifier></dc-qualifier>
         <!-- An input-type of twobox MUST be marked as repeatable -->
         <repeatable>true</repeatable>
         <label>Subject Keywords</label>
         <input-type>twobox</input-type>
         <hint>Enter appropriate keywords or phrases. </hint>
         <required></required>
         </field>
	
	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Format</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Format</label>
         <input-type>onebox</input-type>
         <hint>Mention File format like ‘.jpeg’ ‘.mp4’ ‘.wav’</hint>
         <required></required>
       </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Size</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Size</label>
         <input-type>onebox</input-type>
         <hint>Mention the file size in KB/MB/GB.</hint>
         <required></required>
       </field>
	
	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Length</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Length</label>
         <input-type>onebox</input-type>
         <hint>Mention the length of audio and video file in hh:mm:ss format.</hint>
         </field>

	<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Pages</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Pages</label>
         <input-type>onebox</input-type>
         <hint>Mention the number of Pages(only for documents).</hint>
         </field>
<field>
         <dc-schema>dc</dc-schema>
         <dc-element>Character Encoding</dc-element>
         <dc-qualifier></dc-qualifier>
         <repeatable>false</repeatable>
         <label>Character Encoding</label>
         <input-type>onebox</input-type>
         <hint>Mention the font name for documents.</hint>
         </field>

     </page>
   </form>

 </form-definitions>
</input-forms>
