diff --git a/Dspace_participatorio_DB_additions.xml b/Dspace_participatorio_DB_additions.xml
index 02c853a58e6db5148a35fe318cd15d0aeaf5c847..cc8d8ac95032a3d287d67d6b19d79341ec3efebe 100644
--- a/Dspace_participatorio_DB_additions.xml
+++ b/Dspace_participatorio_DB_additions.xml
@@ -4,7 +4,7 @@
     <dc-type>
         <schema>dc</schema>
         <element>description</element>
-        <qualifier>affiliation</qualifier>
+        <qualifier></qualifier>
         <scope_note>Affiliation</scope_note>
     </dc-type>
     <dc-type>
@@ -25,4 +25,117 @@
         <qualifier>numberofpages</qualifier>
         <scope_note>Number of Pages</scope_note>
     </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>grade</qualifier>
+        <scope_note>Grade</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>supervisor</qualifier>
+        <scope_note>Supervisor</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>cosupervisor</qualifier>
+        <scope_note>Co-Supervisor</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>jurymembers</qualifier>
+        <scope_note>Members of the jury</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>defenselocation</qualifier>
+        <scope_note>Location where the defense took place</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>defensedate</qualifier>
+        <scope_note>Date on which the defense occurred</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>defenceinstitution</qualifier>
+        <scope_note>Institution where the defense took place</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>defensedepartment</qualifier>
+        <scope_note>Department where the defense took place</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>programme</qualifier>
+        <scope_note>Programme</scope_note>
+    </dc-type>
+
+<!--Feito da maneira que foi pedido:
+   - Diretor (dc.creator.director);
+   - Roteirista (dc.creator.screenplay);
+   - Produção (dc.creator.production);
+   - Tempo de Duração (dc.coverage.temporal);
+   - Sistema de Cor (dc.type.color)
+   - Categoria (dc.xxxx.xxxx);
+   - Formato da Cópia (dc.xxxx.xxxx);
+   - Tratamento (dc.format.material);
+  -->
+    <dc-type>
+        <schema>dc</schema>
+        <element>creator</element>
+        <qualifier>director</qualifier>
+        <scope_note>Director</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>creator</element>
+        <qualifier>screenplay</qualifier>
+        <scope_note>Screenplay</scope_note>
+    </dc-type>
+        <dc-type>
+        <schema>dc</schema>
+        <element>creator</element>
+        <qualifier>production</qualifier>
+        <scope_note>Production</scope_note>
+    </dc-type>
+        <dc-type>
+        <schema>dc</schema>
+        <element>coverage</element>
+        <qualifier>temporal</qualifier>
+        <scope_note>Temporal</scope_note>
+    </dc-type>
+        <dc-type>
+        <schema>dc</schema>
+        <element>type</element>
+        <qualifier>color</qualifier>
+        <scope_note>Color system</scope_note>
+    </dc-type>
+        <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>category</qualifier>
+        <scope_note>Category</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>description</element>
+        <qualifier>copyformat</qualifier>
+        <scope_note>Copy format</scope_note>
+    </dc-type>
+    <dc-type>
+        <schema>dc</schema>
+        <element>format</element>
+        <qualifier>material</qualifier>
+        <scope_note>Material</scope_note>
+    </dc-type>
 </dspace-dc-types>
diff --git a/dspace/config/input-forms.xml b/dspace/config/input-forms.xml
index 94f551dcf7af9079d644cb1ea4fde21705571874..d30b020bc76c269baf5f3873a56935861312f416 100644
--- a/dspace/config/input-forms.xml
+++ b/dspace/config/input-forms.xml
@@ -151,9 +151,9 @@ it, please enter the types and the actual numbers or codes below.</hint>
          <hint>Select the language of the main content of the item.  If the language does not appear in the list below, please select 'Other'.  If the content does not really have a language (for example, if it is a dataset or an image) please select 'N/A'.</hint>
          <required></required>
        </field>
-       
-<!-- #######################################################################################3 -->
-       
+
+<!-- ####################################################################################### -->
+
        <field>
          <dc-schema>dc</dc-schema>
          <dc-element>description</dc-element>
@@ -194,8 +194,8 @@ it, please enter the types and the actual numbers or codes below.</hint>
          <hint></hint>
          <required></required>
        </field>
+<!-- ####################################################################################### -->
      </page>
-<!-- #######################################################################################3 -->
 
      <page number="2">
        <field>
@@ -243,6 +243,190 @@ it, please enter the types and the actual numbers or codes below.</hint>
          <hint>Enter any other description or comments in this box. </hint>
          <required></required>
        </field>
+
+<!-- ####################################################################################### -->
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>grade</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Nota</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>supervisor</dc-qualifier>
+           <repeatable>true</repeatable>
+           <label>Orientador</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>cosupervisor</dc-qualifier>
+           <repeatable>true</repeatable>
+           <label>Coorientador</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>jurymembers</dc-qualifier>
+           <repeatable>true</repeatable>
+           <label>Membros da Banca</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>defenselocation</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Local da Banca</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>jurymembers</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Membros da Banca</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>defensedate</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Data da defesa</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>defenceinstitution</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Instituição da Defesa</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>defensedepartment</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Departamento da Defesa</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>programme</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Programa</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+       </field>
+<!-- #######################################################################################3 -->
+       <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>creator</dc-element>
+           <dc-qualifier>director</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Diretor</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>creator</dc-element>
+           <dc-qualifier>screenplay</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Roteirista</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>creator</dc-element>
+           <dc-qualifier>production</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Produção</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>coverage</dc-element>
+           <dc-qualifier>temporal</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Tempo de Duração</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>type</dc-element>
+           <dc-qualifier>color</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Sistema de Cor</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>category</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Categoria</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>description</dc-element>
+           <dc-qualifier>copyformat</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Formato da Cópia</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+        <field>
+           <dc-schema>dc</dc-schema>
+           <dc-element>format</dc-element>
+           <dc-qualifier>material</dc-qualifier>
+           <repeatable>false</repeatable>
+           <label>Tratamento</label>
+           <input-type>textarea</input-type>
+           <hint></hint>
+           <required></required>
+        </field>
+<!-- #######################################################################################3 -->
      </page>
    </form>