.. image:: images/Affe.png
:align: center
+
+- a File parameter should be
+
+an existing file (type='Fichier'),
+ - a directory (type='Repertoire'),
+
+ - an existing file with specific suffix (type='Fichier','JDC Files (*.comm);;All Files (*)') The contents of the directory are filtered before being shown in the dialog, using a semicolon-separated list of filters specified.
+
+ - a non-allready existant (type=('Fichier',"",'Sauvegarde')
+
+ - a simple string (type='FichierNoAbs')
+
+This is the way the catalog should look like :
+
+input_datafile=SIMP(typ='Fichier',fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None),
+
+input_commfile=SIMP(typ=('Fichier','JDC Files (*.comm);;''All Files (*)'),fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None),
+
+output_datafile=SIMP(typ=('Fichier','JDC Files (*.comm);;''All Files (*)','Sauvegarde'),fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None),
+
+datafile=SIMP(typ='FichierNoAbs',fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None),
+
+repetoire=SIMP(typ='Repertoire',fr='',ang='',statut='o',docu='',min=1,max=1,defaut=None),
+
+
+
- a default value (or not)
- a cardinality.