Merge pull request 'complement formsemestre, partition, moduleimpl' (#34) from jmplace/DocScoDoc:complements_7.docs into master

Reviewed-on: viennet/DocScoDoc#34
This commit is contained in:
Emmanuel Viennet 2022-08-04 17:06:21 +02:00
commit 8d63f35593
6 changed files with 408 additions and 224 deletions

View File

@ -175,7 +175,7 @@ par le serveur ScoDoc.
### Carte syntaxique
![carte_syntaxique](img/API_Chart.svg)#### Structure Département
![carte_syntaxique](img/API_Chart.svg)
### Tableau récapitulatif des point de l'API
@ -239,8 +239,9 @@ Ce tableau est trié selon le type des informations retournées
| note* | |GET | [evaluation-notes](http://localhost:8000/ScoDoc9API/**`#`**evaluation-notes) |
| user | |GET | [user](http://localhost:8000/ScoDoc9API/**`#`**user) |
### **Départements**
### **API Départements**
#### Structure Département
| attribut | type | commentaire |
|:-----------------|:--------|:---------------------------------------|
@ -274,7 +275,7 @@ Ce tableau est trié selon le type des informations retournées
* **Résultat:** Un département
* **Exemple de résultat:** [departement.json](samples/sample_departement.json.md)
### **Formation**
### **API Formation**
#### Structure Formation
| attribut | type | commentaire |
|:----------------------------|:------------|:--------------------------------------------------|
@ -317,16 +318,17 @@ Ce tableau est trié selon le type des informations retournées
* **Résultat:** Description de la formation.
* **Exemple de résultat:** [formation.json](samples/sample_formation.json.md)
### **Formsemestre**
### **API Formsemestre**
Les sessions de formation (qu'elles durent une année ou un mois) sont représentées par les `formsemestre`.
#### Note sur les identifiants de formsemestre
Le `session_id` peut être utilisé pour identifier de façon prévisible et
(presque) unique un formsemestre) dans un établissement, ce qui est utile
(presque) unique un formsemestre dans un établissement, ce qui est utile
notamment pour interfacer ScoDoc à d'autres logiciels (par exemple gestion
d'emplois du temps ou de services d'enseignement). Cet identifiant est constitué
des informations suivantes:
* **Département** (RT, GEII, INFO...) (acronyme en majuscules)
* **Nom parcours:** BUT, LP, ... (défini au niveau du parcours dans ScoDoc = NAME)
* **Modalité:** FI, FC, FA
@ -341,6 +343,43 @@ des informations suivantes:
**Exemple:** `INFO-DUT-FI-S1-2014` équivaut à un semestre S1 d'un DUT
informatique de 2014 en formation initiale (FI).
#### Structure Formsemestre
| attribut | type | commentaire |
|:----------------------------|:------------|:-----------------------------------------------|
| _**id**_ | int | id unique |
| _**formsemestre_id**_ | int | identification unique |
| _**semestre_id**_ | int | rang du semestre 1, ... |
| _**elt_annee_apo**_ | ??? | |
| _**titre**_ | string | |
| _**titre_court**_ | string | |
| _**titre_num**_ | string | |
| _**session_id**_ | string | cf. Note sur les identifiants de formsemestre |
| _**block_moyennes**_ | bool | inhibe le calcul des mmoyennes |
| _**scodoc7_id**_ | int | |
| _**date_debut**_ | date | |
| _**date_fin**_ | date | |
| _**gestion_semestrielles**_ | bool | |
| _**gestion_compensation**_ | bool | |
| _**bul_bgcolor**_ | string | Couleur (CSS) de fond du bulletin |
| _**etat**_ | bool | |
| _**dept_id**_ | int | |
| _**modalite**_ | string | "FI", "FA", ... |
| _**bul_hide_xml**_ | bool | |
| _**resp_can_change_ens**_ | bool | |
| _**resp_can_edit**_ | bool | |
| _**ens_can_edit_eval**_ | bool | |
| _**elt_sem_apo**_ | string | |
| _**parcours**_ | ???? | |
| _**annee_scolaire**_ | int | |
| _**date_debut_iso**_ | string | |
| _**date_fin_iso**_ | string | |
| _**departement**_ | Département | |
| _**etape_apo**_ | string | |
| _**formation_id**_ | int | |
| _**formation**_ | Formation | |
| _**responsables**_ | int* | liste des ids des enseignants responsables |
#### **departement-formsemestres_ids**
* **Méthode:** GET
* **Paramètres:** `dept`
@ -395,10 +434,23 @@ informatique de 2014 en formation initiale (FI).
* **Résultat:** Description du formsemestre.
* **[Exemple de résultat:](samples/sample_formsemestre.json.md)**
### **Moduleimpl**
### **API Moduleimpl**
#### Structure ModuleImpl
Le moduleimpl est la mise en place d'un module dans un formsemestre (avec son
responsable et ses enseignants).
responsable et ses enseignants). La liste des moduleimpl d'un formsemestre peut être obtenu par l'entrée [formsemestre-programme](#formsemestre-programme)
| attribut | type | commentaire |
|:-----------------------|:-------|:-------------------------------------------------|
| _**id**_ | int | identifiant unique |
| _**responsable_id**_ | int | id du responsable de module |
| _**computation_expr**_ | string | unused |
| _**module_id**_ | int | id du module |
| _**formsemestre_id**_ | int | id du formsemestre |
| _**moduleimpl_id**_ | int | _**redondance id_? |
| _**ens**_ | User# | liste des ids des enseignants du moduleimpl |
| _**module**_ | Module | |
#### **`moduleimpl`**
* **Méthode:** GET
@ -408,12 +460,24 @@ responsable et ses enseignants).
* **Résultat:** Description du moduleimpl.
* **Exemple de résultat:** [moduleimpl.json](samples/sample_moduleimpl.json.md)
### **Partition**
### **API Partition**
#### Structure Partition
L'ensemble des étudiants d'un semestre peut être réparti selon une ou
plusieurs partitions (types de groupes). Chaque partition est constituée
d'un nombre quelconque de groupes d'étudiants.
| attribut | type | commentaire |
|:----------------------|:-------|:-----------------------------------|
| _**id**_ | int | identifiant unique |
| _**partition_name**_ | string | nom de la partition |
| _**numero**_ | int | |
| _**bul_show_rank**_ | | affichage sur bulletin |
| _**groups_editable**_ | bool | verrou (liste des groupes) |
| _**formsemestre_id**_ | int | formsemestre hôte |
| _**show_in_lists**_ | bool | |
| _**groups**_ | Group* | liste des groupes de la partition |
#### **`formsemestre-partitions`**
* **Méthode: GET**
* **Paramètres:** `formsemestre_id`
@ -477,7 +541,7 @@ d'un nombre quelconque de groupes d'étudiants.
* **Résultat:** Retire un étudiant des groupes de la partition.
* **[Exemple de résultat](samples/sample_partition-remove_etudiant.json.md)**
### **Groupe**
### **API Groupe**
#### **`partition-group-create`**
* **Méthode: POST**
@ -549,7 +613,34 @@ d'un nombre quelconque de groupes d'étudiants.
* **Résultat:** Retire un étudiant d'un groupe.
* **[Exemple de résultat](samples/sample_group-remove_etudiant.json.md)**
### **Etudiant**
### **API Etudiant**
#### Structure Etudiant
| attribut | type | commentaire |
|:-----------------|:----------|:---------------------------------|
| _id_ | int | id unique |
| _code_nip_ | string | non unique! |
| _code_ine_ | string | non unique! |
| _dept_id_ | | |
| _civilite_ | string | "M", "F" ou "X" |
| _nom_ | string | en majuscule |
| _nom_usuel_ | string | null si absent |
| _prenom_ | string | |
| | | **Format long** |
| _date_naissance_ | string | date ISO |
| _email_ | string | |
| _emailperso_ | string | |
| _admission_ | admission | |
| _adresses_ | adresse* | |
| _boursier_ | | |
| _dept_acronym_ | string | |
| _dept_id_ | string | département du lieu de naissance |
| _lieu_naissance_ | string | lieu de naissance (ville) |
| _nationalite_ | string | |
| _photo_filename_ | string | |
| _scodoc7_id_ | string | de la forme 'EID9999' |
| _statut_ | string | 'I', 'D' ou 'X' |
#### **`etudiants`**
* **Méthode:** GET
* **Routes:** `/etudiants
@ -660,7 +751,7 @@ d'un nombre quelconque de groupes d'étudiants.
Si plusieurs objets étudiant ont le même code, on ramène le plus récemment inscrit.
* **Exemple de résultat:** [etudiant.json](samples/sample_etudiant.json.md)
### Programme, Référentiel
### API Programme, Référentiel
#### **`formation-export`**
* **Méthode:** GET
@ -680,7 +771,7 @@ d'un nombre quelconque de groupes d'étudiants.
* **Résultat:** Le référentiel de compétences d'une formation donnée (json). (_pas toujours présent_)
* **Exemple de résultat:** [formation-referentiel_competences.json](samples/sample_formation-referentiel_competences.json.md)
### **Bulletin, Evaluations, Notes**
### ** API Bulletin, Evaluations, Notes**
#### **formsemestre-bulletins**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
@ -690,6 +781,13 @@ d'un nombre quelconque de groupes d'étudiants.
* **Exemple de résultat:** [formsemestre-bulletins.json](samples/sample_formsemestre-bulletins.json.md)
#### **etudiant-formsemestre-bulletin**
Récapitulatif par étudiant (état, groupe(s), moyennes d'UEs et de modules
pour un formsemestre spécifié par son id.
Par défaut les valeurs numériques sont formattées en chaînes. Si format=raw, valeurs numériques
mais pas JSON compliant à cause des _NaN_.
* **Exemple de résultat:**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`, `etudid`, `nip`, `ine`
* **Routes:**
@ -753,9 +851,54 @@ valeurs numériques mais pas JSON compliant à cause des _NaN_.
* **Résultat:** Retourne la liste des notes d'une évaluation
* **Exemple de résultat:** TODO XXX
### **User**
#### **formsemestre-etat_evals**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/formsemestre/<int:formsemestre_id>/etat_evals`
* **Exemple d'utilisation:** `/ScoDoc/api/formsemestre/1/etat_evals`
* **Résultat:** Retourne les informations sur l'état des évaluations d'un semestre donné
* **Exemple de résultat:** [formsemestre-etat_evals.json](samples/sample_formsemestre-etat_evals.json.md)
### Logos
#### **formsemestre-programme**
* **Méthode:** GET
* **Paramètres:** `dept`, `formsemestre_id`
* **Routes:** `/formsemestre/<int:formsemestre_id>/programme`
* **Exemple d'utilisation:** `/ScoDoc/api/formsemestre/1/programme`
* **Résultat:** Retourne la liste des UEs, modules, ressources et SAE d'un semestre.
* **Exemple de résultat:** [formsemestre-programme.json](samples/sample_formsemestre-programme.json.md)
#### **formsemestre-resultats**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Query string: `format`
* **Route:** `/formsemestres/resultats`
* **Exemple d'utilisation:** `/api/formsemestre/1/resultats`
* **Résultat:** Retourne les résultats pour un formsemestre
* **Exemple de résultat:** [formsemestre-resultats.json](samples/sample_formsemestre-resultats.json.md)
### **API User**
#### **user**
* **Méthode:** GET
* **Paramètres:** `user_id`
* **Route:** `/user/<int:user_id>`
* **Exemple d'utilisation:** `/api/user/1`
* **Résultat:** Retourne la description d'un utilisateur.
* **Exemple de résultat:** [user.json](samples/sample_user.json.md)
### **API Jury**
#### **`formsemestre-decision_jury`**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/formsemestre/<int:formsemestre_id>/decision_jury`
* **Exemple d'utilisation:** `/ScoDoc/api/formsemestre/1/jury`
* **Résultat:** Retourne le récapitulatif des décisions jury
* **Exemple de résultat:**
```
XXX A COMPLETER
```
### **API Logos**
#### **`logos`**
* **Méthode:** GET
* **Paramètres:** `format` (json, xml), json par défaut
@ -789,136 +932,7 @@ XXX vérifier si on supporte XML et pour qui ?
* **Résultat :** l'image (format png ou jpg)
-------------------------------------------------------------------------------------------------------------------------------------------------------
## **Réserve**
### Étudiants inscrits et bulletins
#### * **`formsemestre-bulletins`**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/formsemestre/<int:formsemestre_id>/bulletins`
* **Exemple d'utilisation:** `/ScoDoc/api/formsemestre/1/bulletins`
* **Résultat:** tous les bulletins d'un formsemestre.
* **[Exemple de résultat](samples/sample_formsemestre-bulletins.json.md)**
#### **formsemestre-etat_evals**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/formsemestre/<int:formsemestre_id>/etat_evals`
* **Exemple d'utilisation:** `/ScoDoc/api/formsemestre/1/etat_evals`
* **Résultat:** Retourne les informations sur l'état des évaluations d'un semestre donné
* **Exemple de résultat:** [formsemestre-etat_evals.json](samples/sample_formsemestre-etat_evals.json.md)
#### **`formsemestre-decision_jury`**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/formsemestre/<int:formsemestre_id>/decision_jury`
* **Exemple d'utilisation:** `/ScoDoc/api/formsemestre/1/jury`
* **Résultat:** Retourne le récapitulatif des décisions jury
* **Exemple de résultat:**
```
XXX A COMPLETER
```
### Évaluations
### Absences
**Remarques**, les dates sont au format iso `yyyy-mm-dd`. Les dates de fin ne sont pas incluses. Et `demi_journee`= 2 si journée complète, =1 si uniquement le matin, =0 si uniquement l'après-midi.
#### **`absences`**
* **Méthode:** GET
* **Paramètres:** `etudid`, `nip`, `ine`
* **Routes:** `/absences/etudid/<int:etudid>`
* **Exemple d'utilisation:** `/ScoDoc/api/absences/etudid/123456`
* **Résultat:** Retourne la liste des absences d'un étudiant donné
* **Exemple de résultat:**
```
[
{
"jour": "2022-04-15",
"matin": true,
"estabs": true,
"estjust": true,
"description": "Retard bus",
"begin": "2022-04-15 08:00:00",
"end": "2022-04-15 11:59:59"
},
{
...
}
]
```
#### **`absences/just`**
* **Méthode:** GET
* **Paramètres:** `etudid`
* **Routes:** `/absences/etudid/<int:etudid>/just`
* **Exemple d'utilisation:** `/ScoDoc/api/absences/etudid/1/just`
* **Résultat:** Retourne la liste des absences justifiées d'un étudiant donné
* **Exemple de résultat:**
```
[
{
"jour": "2022-04-15",
"matin": true,
"estabs": true,
"estjust": true,
"description": "Retard bus",
"begin": "2022-04-15 08:00:00",
"end": "2022-04-15 11:59:59"
},
{
...
}
]
```
#### **`abs_groupe_etat`**
* **Méthode:** GET
* **Paramètres:** `group_ids`, `date_debut`, `date_fin`,
* **Routes:** `/absences/abs_group_etat/<int:group_id>` ou `/absences/abs_group_etat/group_id/<in:group_id>/date_debut/<date:date_debut>/date_fin/<date:date_fin>`
* **Exemple d'utilisation:** `/ScoDoc/api/absences/abs_group_etat/1`
* **Résultat:** Liste des absences d'un groupe entre deux dates.
* **Exemple de résultat:**
```
XXX A COMPLETER XXX with_boursier ??
* XXX ajouter méthode(s) de set abs
```
### Jury
#### **`jury_preparation`**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/jury/formsemestre/<int:formsemestre_id>/preparation_jury`
* **Exemple d'utilisation:** `/ScoDoc/api/jury/formsemestre/1/preparation_jury`
* **Résultat:** Retourne la feuille de préparation du jury
* **Exemple de résultat:**
```
XXX A COMPLETER
```
#### **`jury_decisions`**
* **Méthode:** GET
* **Paramètres:** `formsemestre_id`
* **Routes:** `/jury/formsemestre/<int:formsemestre_id>/decisions_jury`
* **Exemple d'utilisation:** `/ScoDoc/api/jury/formsemestre/1/decisions_jury`
* **Résultat:** Retourne les décisions du jury suivant un formsemestre donné
* **Exemple de résultat:**
```
XXX A COMPLETER
```
### En savoir plus
Voir exemples d'utilisation de l'API en Python, dans `tests/api/`.

Binary file not shown.

View File

@ -92,7 +92,7 @@
</font>
</defs>
<defs class="TextShapeIndex">
<g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 id175 id176 id177 id178 id179 id180 id181 id182 id183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 id339 id340 id341 id342 id343"/>
<g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 id175 id176 id177 id178 id179 id180 id181 id182 id183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 id339 id340 id341 id342 id343 id344 id345 id346 id347 id348 id349 id350 id351 id352 id353 id354 id355 id356 id357 id358"/>
</defs>
<defs class="EmbeddedBulletChars">
<g id="bullet-char-template-57356" transform="scale(0.00048828125,-0.00048828125)">
@ -794,8 +794,8 @@
<rect class="BoundingBox" stroke="none" fill="none" x="4877" y="1299" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 5329,1500 C 5329,1536 5319,1570 5299,1601 5279,1631 5251,1657 5216,1674 5182,1692 5143,1701 5104,1701 5064,1701 5025,1692 4991,1674 4956,1657 4928,1631 4908,1601 4888,1570 4878,1536 4878,1500 4878,1465 4888,1431 4908,1400 4928,1370 4956,1344 4991,1327 5025,1309 5064,1300 5104,1300 5143,1300 5182,1309 5216,1327 5251,1344 5279,1370 5299,1400 5319,1431 5329,1465 5329,1500 L 5329,1500 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5329,1500 C 5329,1536 5319,1570 5299,1601 5279,1631 5251,1657 5216,1674 5182,1692 5143,1701 5104,1701 5064,1701 5025,1692 4991,1674 4956,1657 4928,1631 4908,1601 4888,1570 4878,1536 4878,1500 4878,1465 4888,1431 4908,1400 4928,1370 4956,1344 4991,1327 5025,1309 5064,1300 5104,1300 5143,1300 5182,1309 5216,1327 5251,1344 5279,1370 5299,1400 5319,1431 5329,1465 5329,1500 L 5329,1500 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="5005" y="1610"><tspan id="id344" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#departements"><a xlink:href="https://scodoc.org/ScoDoc9API/#departements">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id344</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="5005" y="1610"><tspan id="id359" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#departements"><a xlink:href="https://scodoc.org/ScoDoc9API/#departements">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id359</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -803,8 +803,8 @@
<rect class="BoundingBox" stroke="none" fill="none" x="11466" y="4648" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 11918,4850 C 11918,4885 11908,4919 11888,4950 11868,4980 11840,5006 11805,5023 11771,5041 11732,5050 11693,5050 11653,5050 11614,5041 11580,5023 11545,5006 11517,4980 11497,4950 11477,4919 11467,4885 11467,4850 11467,4814 11477,4780 11497,4749 11517,4719 11545,4693 11580,4676 11614,4658 11653,4649 11693,4649 11732,4649 11771,4658 11805,4676 11840,4693 11868,4719 11888,4749 11908,4780 11918,4814 11918,4850 L 11918,4850 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 11918,4850 C 11918,4885 11908,4919 11888,4950 11868,4980 11840,5006 11805,5023 11771,5041 11732,5050 11693,5050 11653,5050 11614,5041 11580,5023 11545,5006 11517,4980 11497,4950 11477,4919 11467,4885 11467,4850 11467,4814 11477,4780 11497,4749 11517,4719 11545,4693 11580,4676 11614,4658 11653,4649 11693,4649 11732,4649 11771,4658 11805,4676 11840,4693 11868,4719 11888,4749 11908,4780 11918,4814 11918,4850 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="11594" y="4959"><tspan id="id345" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#departement"><a xlink:href="https://scodoc.org/ScoDoc9API/#departement">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id345</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="11594" y="4959"><tspan id="id360" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#departement"><a xlink:href="https://scodoc.org/ScoDoc9API/#departement">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id360</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -1239,50 +1239,50 @@
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id145">
<rect class="BoundingBox" stroke="none" fill="none" x="1499" y="34943" width="1803" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 2400,35644 L 1500,35644 1500,34944 3300,34944 3300,35644 2400,35644 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2400,35644 L 1500,35644 1500,34944 3300,34944 3300,35644 2400,35644 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1750" y="35376"><tspan fill="rgb(0,0,0)" stroke="none">logos</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="1499" y="35943" width="1803" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 2400,36644 L 1500,36644 1500,35944 3300,35944 3300,36644 2400,36644 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2400,36644 L 1500,36644 1500,35944 3300,35944 3300,36644 2400,36644 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1750" y="36376"><tspan fill="rgb(0,0,0)" stroke="none">logos</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id146">
<rect class="BoundingBox" stroke="none" fill="none" x="3293" y="34943" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 3594,35644 L 3294,35644 3294,34944 3894,34944 3894,35644 3594,35644 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 3594,35644 L 3294,35644 3294,34944 3894,34944 3894,35644 3594,35644 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="700"><tspan class="TextPosition" x="3524" y="35466"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="3293" y="35943" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 3594,36644 L 3294,36644 3294,35944 3894,35944 3894,36644 3594,36644 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 3594,36644 L 3294,36644 3294,35944 3894,35944 3894,36644 3594,36644 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="700"><tspan class="TextPosition" x="3524" y="36466"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id147">
<rect class="BoundingBox" stroke="none" fill="none" x="3899" y="34943" width="3903" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 5850,35644 L 3900,35644 3900,34944 7800,34944 7800,35644 5850,35644 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5850,35644 L 3900,35644 3900,34944 7800,34944 7800,35644 5850,35644 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4150" y="35376"><tspan fill="rgb(0,0,0)" stroke="none">&lt;string:logo_name&gt;</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="3899" y="35943" width="3903" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 5850,36644 L 3900,36644 3900,35944 7800,35944 7800,36644 5850,36644 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5850,36644 L 3900,36644 3900,35944 7800,35944 7800,36644 5850,36644 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4150" y="36376"><tspan fill="rgb(0,0,0)" stroke="none">&lt;string:logo_name&gt;</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id148">
<rect class="BoundingBox" stroke="none" fill="none" x="1499" y="36843" width="1803" height="703"/>
<path fill="rgb(114,159,207)" stroke="none" d="M 2400,37544 L 1500,37544 1500,36844 3300,36844 3300,37544 2400,37544 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2400,37544 L 1500,37544 1500,36844 3300,36844 3300,37544 2400,37544 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1750" y="37276"><tspan fill="rgb(0,0,0)" stroke="none">user</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="1499" y="37343" width="1803" height="703"/>
<path fill="rgb(114,159,207)" stroke="none" d="M 2400,38044 L 1500,38044 1500,37344 3300,37344 3300,38044 2400,38044 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2400,38044 L 1500,38044 1500,37344 3300,37344 3300,38044 2400,38044 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1750" y="37776"><tspan fill="rgb(0,0,0)" stroke="none">user</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id149">
<rect class="BoundingBox" stroke="none" fill="none" x="3293" y="36843" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 3594,37544 L 3294,37544 3294,36844 3894,36844 3894,37544 3594,37544 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 3594,37544 L 3294,37544 3294,36844 3894,36844 3894,37544 3594,37544 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="700"><tspan class="TextPosition" x="3524" y="37366"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="3293" y="37343" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 3594,38044 L 3294,38044 3294,37344 3894,37344 3894,38044 3594,38044 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 3594,38044 L 3294,38044 3294,37344 3894,37344 3894,38044 3594,38044 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="700"><tspan class="TextPosition" x="3524" y="37866"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id150">
<rect class="BoundingBox" stroke="none" fill="none" x="3899" y="36843" width="2303" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 5050,37544 L 3900,37544 3900,36844 6200,36844 6200,37544 5050,37544 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5050,37544 L 3900,37544 3900,36844 6200,36844 6200,37544 5050,37544 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4150" y="37276"><tspan fill="rgb(0,0,0)" stroke="none">&lt;int:id&gt;</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="3899" y="37343" width="2303" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 5050,38044 L 3900,38044 3900,37344 6200,37344 6200,38044 5050,38044 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5050,38044 L 3900,38044 3900,37344 6200,37344 6200,38044 5050,38044 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4150" y="37776"><tspan fill="rgb(0,0,0)" stroke="none">&lt;int:id&gt;</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -1478,54 +1478,54 @@
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id176">
<rect class="BoundingBox" stroke="none" fill="none" x="1493" y="39999" width="2203" height="703"/>
<path fill="rgb(114,159,207)" stroke="none" d="M 2594,40700 L 1494,40700 1494,40000 3694,40000 3694,40700 2594,40700 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2594,40700 L 1494,40700 1494,40000 3694,40000 3694,40700 2594,40700 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1744" y="40432"><tspan fill="rgb(0,0,0)" stroke="none">partition</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="1493" y="40414" width="2203" height="703"/>
<path fill="rgb(114,159,207)" stroke="none" d="M 2594,41115 L 1494,41115 1494,40415 3694,40415 3694,41115 2594,41115 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2594,41115 L 1494,41115 1494,40415 3694,40415 3694,41115 2594,41115 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1744" y="40847"><tspan fill="rgb(0,0,0)" stroke="none">partition</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id177">
<rect class="BoundingBox" stroke="none" fill="none" x="3699" y="39999" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 4000,40700 L 3700,40700 3700,40000 4300,40000 4300,40700 4000,40700 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 4000,40700 L 3700,40700 3700,40000 4300,40000 4300,40700 4000,40700 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="400"><tspan class="TextPosition" x="3930" y="40522"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="3699" y="40414" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 4000,41115 L 3700,41115 3700,40415 4300,40415 4300,41115 4000,41115 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 4000,41115 L 3700,41115 3700,40415 4300,40415 4300,41115 4000,41115 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="400"><tspan class="TextPosition" x="3930" y="40937"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id178">
<rect class="BoundingBox" stroke="none" fill="none" x="4299" y="39999" width="3903" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 6250,40700 L 4300,40700 4300,40000 8200,40000 8200,40700 6250,40700 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 6250,40700 L 4300,40700 4300,40000 8200,40000 8200,40700 6250,40700 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4550" y="40432"><tspan fill="rgb(0,0,0)" stroke="none">&lt;int:partition_id&gt;</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="4299" y="40414" width="3903" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 6250,41115 L 4300,41115 4300,40415 8200,40415 8200,41115 6250,41115 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 6250,41115 L 4300,41115 4300,40415 8200,40415 8200,41115 6250,41115 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4550" y="40847"><tspan fill="rgb(0,0,0)" stroke="none">&lt;int:partition_id&gt;</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id179">
<rect class="BoundingBox" stroke="none" fill="none" x="8199" y="39999" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 8500,40700 L 8200,40700 8200,40000 8800,40000 8800,40700 8500,40700 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 8500,40700 L 8200,40700 8200,40000 8800,40000 8800,40700 8500,40700 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="400"><tspan class="TextPosition" x="8430" y="40522"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
<rect class="BoundingBox" stroke="none" fill="none" x="8199" y="40414" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 8500,41115 L 8200,41115 8200,40415 8800,40415 8800,41115 8500,41115 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 8500,41115 L 8200,41115 8200,40415 8800,40415 8800,41115 8500,41115 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="400"><tspan class="TextPosition" x="8430" y="40937"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id180">
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="38567" width="1102" height="1785"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,40350 L 9350,40350 9350,38717 9620,38717"/>
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="38567" width="1102" height="2200"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,40765 L 9350,40765 9350,38717 9620,38717"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 9600,38567 L 9900,38717 9600,38867 9600,38567 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id181">
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="39601" width="1102" height="751"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,40350 L 9350,40350 9350,39751 9620,39751"/>
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="39601" width="1102" height="1166"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,40765 L 9350,40765 9350,39751 9620,39751"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 9600,39601 L 9900,39751 9600,39901 9600,39601 Z"/>
</g>
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id182">
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="40349" width="1102" height="586"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,40350 L 9350,40350 9350,40784 9620,40784"/>
<rect class="BoundingBox" stroke="none" fill="none" x="8799" y="40634" width="1102" height="301"/>
<path fill="none" stroke="rgb(0,0,0)" d="M 8800,40765 L 9350,40765 9350,40784 9620,40784"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 9600,40634 L 9900,40784 9600,40934 9600,40634 Z"/>
</g>
</g>
@ -1595,8 +1595,8 @@
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id191">
<rect class="BoundingBox" stroke="none" fill="none" x="8786" y="40336" width="1115" height="1653"/>
<path fill="none" stroke="rgb(0,0,0)" stroke-width="28" stroke-linejoin="round" d="M 8800,40350 L 9350,40350 9350,41817 9581,41817"/>
<rect class="BoundingBox" stroke="none" fill="none" x="8786" y="40751" width="1115" height="1238"/>
<path fill="none" stroke="rgb(0,0,0)" stroke-width="28" stroke-linejoin="round" d="M 8800,40765 L 9350,40765 9350,41817 9581,41817"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 9558,41646 L 9900,41817 9558,41988 9558,41646 Z"/>
</g>
</g>
@ -1758,8 +1758,8 @@
</g>
<g class="com.sun.star.drawing.ConnectorShape">
<g id="id212">
<rect class="BoundingBox" stroke="none" fill="none" x="8786" y="40336" width="1115" height="2753"/>
<path fill="none" stroke="rgb(0,0,0)" stroke-width="28" stroke-linejoin="round" d="M 8800,40350 L 9350,40350 9350,42917 9581,42917"/>
<rect class="BoundingBox" stroke="none" fill="none" x="8786" y="40751" width="1115" height="2338"/>
<path fill="none" stroke="rgb(0,0,0)" stroke-width="28" stroke-linejoin="round" d="M 8800,40765 L 9350,40765 9350,42917 9581,42917"/>
<path fill="rgb(0,0,0)" stroke="none" d="M 9558,42746 L 9900,42917 9558,43088 9558,42746 Z"/>
</g>
</g>
@ -2534,35 +2534,35 @@
<rect class="BoundingBox" stroke="none" fill="none" x="10578" y="18951" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 11030,19153 C 11030,19188 11020,19222 11000,19253 10980,19283 10952,19309 10917,19326 10883,19344 10844,19353 10805,19353 10765,19353 10726,19344 10692,19326 10657,19309 10629,19283 10609,19253 10589,19222 10579,19188 10579,19153 10579,19117 10589,19083 10609,19052 10629,19022 10657,18996 10692,18979 10726,18961 10765,18952 10805,18952 10844,18952 10883,18961 10917,18979 10952,18996 10980,19022 11000,19052 11020,19083 11030,19117 11030,19153 L 11030,19153 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 11030,19153 C 11030,19188 11020,19222 11000,19253 10980,19283 10952,19309 10917,19326 10883,19344 10844,19353 10805,19353 10765,19353 10726,19344 10692,19326 10657,19309 10629,19283 10609,19253 10589,19222 10579,19188 10579,19153 10579,19117 10589,19083 10609,19052 10629,19022 10657,18996 10692,18979 10726,18961 10765,18952 10805,18952 10844,18952 10883,18961 10917,18979 10952,18996 10980,19022 11000,19052 11020,19083 11030,19117 11030,19153 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="10706" y="19262"><tspan id="id346" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formation"><a xlink:href="https://scodoc.org/ScoDoc9API/#formation">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id346</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="10706" y="19262"><tspan id="id361" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formation"><a xlink:href="https://scodoc.org/ScoDoc9API/#formation">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id361</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id314">
<rect class="BoundingBox" stroke="none" fill="none" x="10382" y="30443" width="454" height="404"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 10834,30645 C 10834,30680 10824,30714 10804,30745 10784,30775 10756,30801 10721,30818 10687,30836 10648,30845 10609,30845 10569,30845 10530,30836 10496,30818 10461,30801 10433,30775 10413,30745 10393,30714 10383,30680 10383,30645 10383,30609 10393,30575 10413,30544 10433,30514 10461,30488 10496,30471 10530,30453 10569,30444 10609,30444 10648,30444 10687,30453 10721,30471 10756,30488 10784,30514 10804,30544 10824,30575 10834,30609 10834,30645 L 10834,30645 Z"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 10834,30645 C 10834,30680 10824,30714 10804,30745 10784,30775 10756,30801 10721,30818 10687,30836 10648,30845 10609,30845 10569,30845 10530,30836 10496,30818 10461,30801 10433,30775 10413,30745 10393,30714 10383,30680 10383,30645 10383,30609 10393,30575 10413,30544 10433,30514 10461,30488 10496,30471 10530,30453 10569,30444 10609,30444 10648,30444 10687,30453 10721,30471 10756,30488 10784,30514 10804,30544 10824,30575 10834,30609 10834,30645 L 10834,30645 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 10834,30645 C 10834,30680 10824,30714 10804,30745 10784,30775 10756,30801 10721,30818 10687,30836 10648,30845 10609,30845 10569,30845 10530,30836 10496,30818 10461,30801 10433,30775 10413,30745 10393,30714 10383,30680 10383,30645 10383,30609 10393,30575 10413,30544 10433,30514 10461,30488 10496,30471 10530,30453 10569,30444 10609,30444 10648,30444 10687,30453 10721,30471 10756,30488 10784,30514 10804,30544 10824,30575 10834,30609 10834,30645 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="10510" y="30754"><tspan id="id347" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#TODO"><a xlink:href="https://scodoc.org/ScoDoc9API/#TODO">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id347</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="10510" y="30754"><tspan id="id362" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre"><a xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id362</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id315">
<rect class="BoundingBox" stroke="none" fill="none" x="5973" y="36656" width="454" height="404"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 6425,36858 C 6425,36893 6415,36927 6395,36958 6375,36988 6347,37014 6312,37031 6278,37049 6239,37058 6200,37058 6160,37058 6121,37049 6087,37031 6052,37014 6024,36988 6004,36958 5984,36927 5974,36893 5974,36858 5974,36822 5984,36788 6004,36757 6024,36727 6052,36701 6087,36684 6121,36666 6160,36657 6200,36657 6239,36657 6278,36666 6312,36684 6347,36701 6375,36727 6395,36757 6415,36788 6425,36822 6425,36858 L 6425,36858 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 6425,36858 C 6425,36893 6415,36927 6395,36958 6375,36988 6347,37014 6312,37031 6278,37049 6239,37058 6200,37058 6160,37058 6121,37049 6087,37031 6052,37014 6024,36988 6004,36958 5984,36927 5974,36893 5974,36858 5974,36822 5984,36788 6004,36757 6024,36727 6052,36701 6087,36684 6121,36666 6160,36657 6200,36657 6239,36657 6278,36666 6312,36684 6347,36701 6375,36727 6395,36757 6415,36788 6425,36822 6425,36858 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="6101" y="36967"><tspan id="id348" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#TODO"><a xlink:href="https://scodoc.org/ScoDoc9API/#TODO">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id348</desc>
<rect class="BoundingBox" stroke="none" fill="none" x="5973" y="37156" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 6425,37357 C 6425,37393 6415,37427 6395,37458 6375,37488 6347,37514 6312,37531 6278,37549 6239,37558 6200,37558 6160,37558 6121,37549 6087,37531 6052,37514 6024,37488 6004,37458 5984,37427 5974,37393 5974,37357 5974,37322 5984,37288 6004,37257 6024,37227 6052,37201 6087,37184 6121,37166 6160,37157 6200,37157 6239,37157 6278,37166 6312,37184 6347,37201 6375,37227 6395,37257 6415,37288 6425,37322 6425,37357 L 6425,37357 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 6425,37357 C 6425,37393 6415,37427 6395,37458 6375,37488 6347,37514 6312,37531 6278,37549 6239,37558 6200,37558 6160,37558 6121,37549 6087,37531 6052,37514 6024,37488 6004,37458 5984,37427 5974,37393 5974,37357 5974,37322 5984,37288 6004,37257 6024,37227 6052,37201 6087,37184 6121,37166 6160,37157 6200,37157 6239,37157 6278,37166 6312,37184 6347,37201 6375,37227 6395,37257 6415,37288 6425,37322 6425,37357 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="6101" y="37467"><tspan id="id363" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#TODO"><a xlink:href="https://scodoc.org/ScoDoc9API/#TODO">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id363</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id316">
<rect class="BoundingBox" stroke="none" fill="none" x="7974" y="39812" width="454" height="404"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 8426,40014 C 8426,40049 8416,40083 8396,40114 8376,40144 8348,40170 8313,40187 8279,40205 8240,40214 8201,40214 8161,40214 8122,40205 8088,40187 8053,40170 8025,40144 8005,40114 7985,40083 7975,40049 7975,40014 7975,39978 7985,39944 8005,39913 8025,39883 8053,39857 8088,39840 8122,39822 8161,39813 8201,39813 8240,39813 8279,39822 8313,39840 8348,39857 8376,39883 8396,39913 8416,39944 8426,39978 8426,40014 L 8426,40014 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 8426,40014 C 8426,40049 8416,40083 8396,40114 8376,40144 8348,40170 8313,40187 8279,40205 8240,40214 8201,40214 8161,40214 8122,40205 8088,40187 8053,40170 8025,40144 8005,40114 7985,40083 7975,40049 7975,40014 7975,39978 7985,39944 8005,39913 8025,39883 8053,39857 8088,39840 8122,39822 8161,39813 8201,39813 8240,39813 8279,39822 8313,39840 8348,39857 8376,39883 8396,39913 8416,39944 8426,39978 8426,40014 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="8102" y="40123"><tspan id="id349" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#TODO"><a xlink:href="https://scodoc.org/ScoDoc9API/#TODO">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id349</desc>
<rect class="BoundingBox" stroke="none" fill="none" x="7974" y="40227" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 8426,40429 C 8426,40464 8416,40498 8396,40529 8376,40559 8348,40585 8313,40602 8279,40620 8240,40629 8201,40629 8161,40629 8122,40620 8088,40602 8053,40585 8025,40559 8005,40529 7985,40498 7975,40464 7975,40429 7975,40393 7985,40359 8005,40328 8025,40298 8053,40272 8088,40255 8122,40237 8161,40228 8201,40228 8240,40228 8279,40237 8313,40255 8348,40272 8376,40298 8396,40328 8416,40359 8426,40393 8426,40429 L 8426,40429 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 8426,40429 C 8426,40464 8416,40498 8396,40529 8376,40559 8348,40585 8313,40602 8279,40620 8240,40629 8201,40629 8161,40629 8122,40620 8088,40602 8053,40585 8025,40559 8005,40529 7985,40498 7975,40464 7975,40429 7975,40393 7985,40359 8005,40328 8025,40298 8053,40272 8088,40255 8122,40237 8161,40228 8201,40228 8240,40228 8279,40237 8313,40255 8348,40272 8376,40298 8396,40328 8416,40359 8426,40393 8426,40429 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="8102" y="40538"><tspan id="id364" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#partition"><a xlink:href="http://localhost:8000/ScoDoc9API/#partition">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id364</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -2570,8 +2570,8 @@
<rect class="BoundingBox" stroke="none" fill="none" x="11977" y="52160" width="454" height="404"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 12429,52362 C 12429,52397 12419,52431 12399,52462 12379,52492 12351,52518 12316,52535 12282,52553 12243,52562 12204,52562 12164,52562 12125,52553 12091,52535 12056,52518 12028,52492 12008,52462 11988,52431 11978,52397 11978,52362 11978,52326 11988,52292 12008,52261 12028,52231 12056,52205 12091,52188 12125,52170 12164,52161 12204,52161 12243,52161 12282,52170 12316,52188 12351,52205 12379,52231 12399,52261 12419,52292 12429,52326 12429,52362 L 12429,52362 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 12429,52362 C 12429,52397 12419,52431 12399,52462 12379,52492 12351,52518 12316,52535 12282,52553 12243,52562 12204,52562 12164,52562 12125,52553 12091,52535 12056,52518 12028,52492 12008,52462 11988,52431 11978,52397 11978,52362 11978,52326 11988,52292 12008,52261 12028,52231 12056,52205 12091,52188 12125,52170 12164,52161 12204,52161 12243,52161 12282,52170 12316,52188 12351,52205 12379,52231 12399,52261 12419,52292 12429,52326 12429,52362 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="12105" y="52471"><tspan id="id350" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#TODO"><a xlink:href="https://scodoc.org/ScoDoc9API/#TODO">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id350</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="12105" y="52471"><tspan id="id365" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#TODO"><a xlink:href="https://scodoc.org/ScoDoc9API/#TODO">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id365</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -2579,8 +2579,8 @@
<rect class="BoundingBox" stroke="none" fill="none" x="4875" y="16803" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 5327,17005 C 5327,17040 5317,17074 5297,17105 5277,17135 5249,17161 5214,17178 5180,17196 5141,17205 5101,17205 5062,17205 5023,17196 4989,17178 4954,17161 4926,17135 4906,17105 4886,17074 4876,17040 4876,17005 4876,16969 4886,16935 4906,16904 4926,16874 4954,16848 4989,16831 5023,16813 5062,16804 5101,16804 5141,16804 5180,16813 5214,16831 5249,16848 5277,16874 5297,16904 5317,16935 5327,16969 5327,17005 L 5327,17005 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5327,17005 C 5327,17040 5317,17074 5297,17105 5277,17135 5249,17161 5214,17178 5180,17196 5141,17205 5101,17205 5062,17205 5023,17196 4989,17178 4954,17161 4926,17135 4906,17105 4886,17074 4876,17040 4876,17005 4876,16969 4886,16935 4906,16904 4926,16874 4954,16848 4989,16831 5023,16813 5062,16804 5101,16804 5141,16804 5180,16813 5214,16831 5249,16848 5277,16874 5297,16904 5317,16935 5327,16969 5327,17005 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="5003" y="17114"><tspan id="id351" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formations"><a xlink:href="https://scodoc.org/ScoDoc9API/#formations">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id351</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="5003" y="17114"><tspan id="id366" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formations"><a xlink:href="https://scodoc.org/ScoDoc9API/#formations">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id366</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -2588,8 +2588,8 @@
<rect class="BoundingBox" stroke="none" fill="none" x="4876" y="18004" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 5328,18206 C 5328,18241 5318,18275 5298,18306 5278,18336 5250,18362 5215,18379 5181,18397 5142,18406 5103,18406 5063,18406 5024,18397 4990,18379 4955,18362 4927,18336 4907,18306 4887,18275 4877,18241 4877,18206 4877,18170 4887,18136 4907,18105 4927,18075 4955,18049 4990,18032 5024,18014 5063,18005 5103,18005 5142,18005 5181,18014 5215,18032 5250,18049 5278,18075 5298,18105 5318,18136 5328,18170 5328,18206 L 5328,18206 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5328,18206 C 5328,18241 5318,18275 5298,18306 5278,18336 5250,18362 5215,18379 5181,18397 5142,18406 5103,18406 5063,18406 5024,18397 4990,18379 4955,18362 4927,18336 4907,18306 4887,18275 4877,18241 4877,18206 4877,18170 4887,18136 4907,18105 4927,18075 4955,18049 4990,18032 5024,18014 5063,18005 5103,18005 5142,18005 5181,18014 5215,18032 5250,18049 5278,18075 5298,18105 5318,18136 5328,18170 5328,18206 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="5004" y="18315"><tspan id="id352" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formation-ids"><a xlink:href="https://scodoc.org/ScoDoc9API/#formation-ids">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id352</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="5004" y="18315"><tspan id="id367" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formation-ids"><a xlink:href="https://scodoc.org/ScoDoc9API/#formation-ids">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id367</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -2763,8 +2763,8 @@
<rect class="BoundingBox" stroke="none" fill="none" x="4869" y="10300" width="454" height="404"/>
<path fill="rgb(255,255,255)" stroke="none" d="M 5321,10502 C 5321,10537 5311,10571 5291,10602 5271,10632 5243,10658 5208,10675 5174,10693 5135,10702 5096,10702 5056,10702 5017,10693 4983,10675 4948,10658 4920,10632 4900,10602 4880,10571 4870,10537 4870,10502 4870,10466 4880,10432 4900,10401 4920,10371 4948,10345 4983,10328 5017,10310 5056,10301 5096,10301 5135,10301 5174,10310 5208,10328 5243,10345 5271,10371 5291,10401 5311,10432 5321,10466 5321,10502 L 5321,10502 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 5321,10502 C 5321,10537 5311,10571 5291,10602 5271,10632 5243,10658 5208,10675 5174,10693 5135,10702 5096,10702 5056,10702 5017,10693 4983,10675 4948,10658 4920,10632 4900,10602 4880,10571 4870,10537 4870,10502 4870,10466 4880,10432 4900,10401 4920,10371 4948,10345 4983,10328 5017,10310 5056,10301 5096,10301 5135,10301 5174,10310 5208,10328 5243,10345 5271,10371 5291,10401 5311,10432 5321,10466 5321,10502 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4997" y="10611"><tspan id="id353" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#etudiants"><a xlink:href="https://scodoc.org/ScoDoc9API/#etudiants">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id353</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4997" y="10611"><tspan id="id368" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#etudiants"><a xlink:href="https://scodoc.org/ScoDoc9API/#etudiants">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id368</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
@ -2772,8 +2772,140 @@
<rect class="BoundingBox" stroke="none" fill="none" x="11467" y="6649" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 11919,6851 C 11919,6886 11909,6920 11889,6951 11869,6981 11841,7007 11806,7024 11772,7042 11733,7051 11694,7051 11654,7051 11615,7042 11581,7024 11546,7007 11518,6981 11498,6951 11478,6920 11468,6886 11468,6851 11468,6815 11478,6781 11498,6750 11518,6720 11546,6694 11581,6677 11615,6659 11654,6650 11694,6650 11733,6650 11772,6659 11806,6677 11841,6694 11869,6720 11889,6750 11909,6781 11919,6815 11919,6851 L 11919,6851 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 11919,6851 C 11919,6886 11909,6920 11889,6951 11869,6981 11841,7007 11806,7024 11772,7042 11733,7051 11694,7051 11654,7051 11615,7042 11581,7024 11546,7007 11518,6981 11498,6951 11478,6920 11468,6886 11468,6851 11468,6815 11478,6781 11498,6750 11518,6720 11546,6694 11581,6677 11615,6659 11654,6650 11694,6650 11733,6650 11772,6659 11806,6677 11841,6694 11869,6720 11889,6750 11909,6781 11919,6815 11919,6851 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="11595" y="6960"><tspan id="id354" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#departement"><a xlink:href="https://scodoc.org/ScoDoc9API/#departement">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id354</desc>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="11595" y="6960"><tspan id="id369" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#departement"><a xlink:href="https://scodoc.org/ScoDoc9API/#departement">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id369</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id344">
<rect class="BoundingBox" stroke="none" fill="none" x="10279" y="20301" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 10731,20502 C 10731,20538 10721,20572 10701,20603 10681,20633 10653,20659 10618,20676 10584,20694 10545,20703 10506,20703 10466,20703 10427,20694 10393,20676 10358,20659 10330,20633 10310,20603 10290,20572 10280,20538 10280,20502 10280,20467 10290,20433 10310,20402 10330,20372 10358,20346 10393,20329 10427,20311 10466,20302 10506,20302 10545,20302 10584,20311 10618,20329 10653,20346 10681,20372 10701,20402 10721,20433 10731,20467 10731,20502 L 10731,20502 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 10731,20502 C 10731,20538 10721,20572 10701,20603 10681,20633 10653,20659 10618,20676 10584,20694 10545,20703 10506,20703 10466,20703 10427,20694 10393,20676 10358,20659 10330,20633 10310,20603 10290,20572 10280,20538 10280,20502 10280,20467 10290,20433 10310,20402 10330,20372 10358,20346 10393,20329 10427,20311 10466,20302 10506,20302 10545,20302 10584,20311 10618,20329 10653,20346 10681,20372 10701,20402 10721,20433 10731,20467 10731,20502 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="10407" y="20612"><tspan id="id370" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="https://scodoc.org/ScoDoc9API/#formation-export"><a xlink:href="https://scodoc.org/ScoDoc9API/#formation-export">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id370</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id345">
<rect class="BoundingBox" stroke="none" fill="none" x="18967" y="5581" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 19419,5783 C 19419,5818 19409,5852 19389,5883 19369,5913 19341,5939 19306,5956 19272,5974 19233,5983 19194,5983 19154,5983 19115,5974 19081,5956 19046,5939 19018,5913 18998,5883 18978,5852 18968,5818 18968,5783 18968,5747 18978,5713 18998,5682 19018,5652 19046,5626 19081,5609 19115,5591 19154,5582 19194,5582 19233,5582 19272,5591 19306,5609 19341,5626 19369,5652 19389,5682 19409,5713 19419,5747 19419,5783 L 19419,5783 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 19419,5783 C 19419,5818 19409,5852 19389,5883 19369,5913 19341,5939 19306,5956 19272,5974 19233,5983 19194,5983 19154,5983 19115,5974 19081,5956 19046,5939 19018,5913 18998,5883 18978,5852 18968,5818 18968,5783 18968,5747 18978,5713 18998,5682 19018,5652 19046,5626 19081,5609 19115,5591 19154,5582 19194,5582 19233,5582 19272,5591 19306,5609 19341,5626 19369,5652 19389,5682 19409,5713 19419,5747 19419,5783 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="19095" y="5892"><tspan id="id371" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#departement-formsemestres_ids"><a xlink:href="http://localhost:8000/ScoDoc9API/#departement-formsemestres_ids">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id371</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id346">
<rect class="BoundingBox" stroke="none" fill="none" x="18968" y="6599" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 19420,6801 C 19420,6836 19410,6870 19390,6901 19370,6931 19342,6957 19307,6974 19273,6992 19234,7001 19195,7001 19155,7001 19116,6992 19082,6974 19047,6957 19019,6931 18999,6901 18979,6870 18969,6836 18969,6801 18969,6765 18979,6731 18999,6700 19019,6670 19047,6644 19082,6627 19116,6609 19155,6600 19195,6600 19234,6600 19273,6609 19307,6627 19342,6644 19370,6670 19390,6700 19410,6731 19420,6765 19420,6801 L 19420,6801 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 19420,6801 C 19420,6836 19410,6870 19390,6901 19370,6931 19342,6957 19307,6974 19273,6992 19234,7001 19195,7001 19155,7001 19116,6992 19082,6974 19047,6957 19019,6931 18999,6901 18979,6870 18969,6836 18969,6801 18969,6765 18979,6731 18999,6700 19019,6670 19047,6644 19082,6627 19116,6609 19155,6600 19195,6600 19234,6600 19273,6609 19307,6627 19342,6644 19370,6670 19390,6700 19410,6731 19420,6765 19420,6801 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="19096" y="6910"><tspan id="id372" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#departement-formsemestres-courants"><a xlink:href="http://localhost:8000/ScoDoc9API/#departement-formsemestres-courants">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id372</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id347">
<rect class="BoundingBox" stroke="none" fill="none" x="9080" y="24836" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 9532,25038 C 9532,25073 9522,25107 9502,25138 9482,25168 9454,25194 9419,25211 9385,25229 9346,25238 9307,25238 9267,25238 9228,25229 9194,25211 9159,25194 9131,25168 9111,25138 9091,25107 9081,25073 9081,25038 9081,25002 9091,24968 9111,24937 9131,24907 9159,24881 9194,24864 9228,24846 9267,24837 9307,24837 9346,24837 9385,24846 9419,24864 9454,24881 9482,24907 9502,24937 9522,24968 9532,25002 9532,25038 L 9532,25038 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 9532,25038 C 9532,25073 9522,25107 9502,25138 9482,25168 9454,25194 9419,25211 9385,25229 9346,25238 9307,25238 9267,25238 9228,25229 9194,25211 9159,25194 9131,25168 9111,25138 9091,25107 9081,25073 9081,25038 9081,25002 9091,24968 9111,24937 9131,24907 9159,24881 9194,24864 9228,24846 9267,24837 9307,24837 9346,24837 9385,24846 9419,24864 9454,24881 9482,24907 9502,24937 9522,24968 9532,25002 9532,25038 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="9208" y="25147"><tspan id="id373" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#formsemestres-query"><a xlink:href="http://localhost:8000/ScoDoc9API/#formsemestres-query">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id373</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id348">
<rect class="BoundingBox" stroke="none" fill="none" x="17481" y="13203" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 17933,13405 C 17933,13440 17923,13474 17903,13505 17883,13535 17855,13561 17820,13578 17786,13596 17747,13605 17708,13605 17668,13605 17629,13596 17595,13578 17560,13561 17532,13535 17512,13505 17492,13474 17482,13440 17482,13405 17482,13369 17492,13335 17512,13304 17532,13274 17560,13248 17595,13231 17629,13213 17668,13204 17708,13204 17747,13204 17786,13213 17820,13231 17855,13248 17883,13274 17903,13304 17923,13335 17933,13369 17933,13405 L 17933,13405 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 17933,13405 C 17933,13440 17923,13474 17903,13505 17883,13535 17855,13561 17820,13578 17786,13596 17747,13605 17708,13605 17668,13605 17629,13596 17595,13578 17560,13561 17532,13535 17512,13505 17492,13474 17482,13440 17482,13405 17482,13369 17492,13335 17512,13304 17532,13274 17560,13248 17595,13231 17629,13213 17668,13204 17708,13204 17747,13204 17786,13213 17820,13231 17855,13248 17883,13274 17903,13304 17923,13335 17933,13369 17933,13405 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="17609" y="13514"><tspan id="id374" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#etudiant_formsemestres"><a xlink:href="http://localhost:8000/ScoDoc9API/#etudiant_formsemestres">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id374</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id349">
<rect class="BoundingBox" stroke="none" fill="none" x="1499" y="34443" width="2402" height="703"/>
<path fill="rgb(114,159,207)" stroke="none" d="M 2700,35144 L 1500,35144 1500,34444 3899,34444 3899,35144 2700,35144 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 2700,35144 L 1500,35144 1500,34444 3899,34444 3899,35144 2700,35144 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="1750" y="34876"><tspan fill="rgb(0,0,0)" stroke="none">moduleimpl</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id350">
<rect class="BoundingBox" stroke="none" fill="none" x="3894" y="34443" width="603" height="703"/>
<path fill="rgb(224,224,224)" stroke="none" d="M 4195,35144 L 3895,35144 3895,34444 4495,34444 4495,35144 4195,35144 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 4195,35144 L 3895,35144 3895,34444 4495,34444 4495,35144 4195,35144 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="494px" font-weight="700"><tspan class="TextPosition" x="4125" y="34966"><tspan fill="rgb(0,0,0)" stroke="none">/</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id351">
<rect class="BoundingBox" stroke="none" fill="none" x="4499" y="34443" width="4002" height="703"/>
<path fill="rgb(165,214,165)" stroke="none" d="M 6500,35144 L 4500,35144 4500,34444 8499,34444 8499,35144 6500,35144 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 6500,35144 L 4500,35144 4500,34444 8499,34444 8499,35144 6500,35144 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Courier New, monospace" font-size="318px" font-weight="700"><tspan class="TextPosition" x="4750" y="34876"><tspan fill="rgb(0,0,0)" stroke="none">&lt;int:moduleimpl_id&gt;</tspan></tspan></tspan></text>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id352">
<rect class="BoundingBox" stroke="none" fill="none" x="8283" y="34243" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 8735,34445 C 8735,34480 8725,34514 8705,34545 8685,34575 8657,34601 8622,34618 8588,34636 8549,34645 8510,34645 8470,34645 8431,34636 8397,34618 8362,34601 8334,34575 8314,34545 8294,34514 8284,34480 8284,34445 8284,34409 8294,34375 8314,34344 8334,34314 8362,34288 8397,34271 8431,34253 8470,34244 8510,34244 8549,34244 8588,34253 8622,34271 8657,34288 8685,34314 8705,34344 8725,34375 8735,34409 8735,34445 L 8735,34445 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 8735,34445 C 8735,34480 8725,34514 8705,34545 8685,34575 8657,34601 8622,34618 8588,34636 8549,34645 8510,34645 8470,34645 8431,34636 8397,34618 8362,34601 8334,34575 8314,34545 8294,34514 8284,34480 8284,34445 8284,34409 8294,34375 8314,34344 8334,34314 8362,34288 8397,34271 8431,34253 8470,34244 8510,34244 8549,34244 8588,34253 8622,34271 8657,34288 8685,34314 8705,34344 8725,34375 8735,34409 8735,34445 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="8411" y="34554"><tspan id="id375" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#moduleimpl"><a xlink:href="http://localhost:8000/ScoDoc9API/#moduleimpl">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id375</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id353">
<rect class="BoundingBox" stroke="none" fill="none" x="14283" y="33993" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 14735,34195 C 14735,34230 14725,34264 14705,34295 14685,34325 14657,34351 14622,34368 14588,34386 14549,34395 14510,34395 14470,34395 14431,34386 14397,34368 14362,34351 14334,34325 14314,34295 14294,34264 14284,34230 14284,34195 14284,34159 14294,34125 14314,34094 14334,34064 14362,34038 14397,34021 14431,34003 14470,33994 14510,33994 14549,33994 14588,34003 14622,34021 14657,34038 14685,34064 14705,34094 14725,34125 14735,34159 14735,34195 L 14735,34195 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 14735,34195 C 14735,34230 14725,34264 14705,34295 14685,34325 14657,34351 14622,34368 14588,34386 14549,34395 14510,34395 14470,34395 14431,34386 14397,34368 14362,34351 14334,34325 14314,34295 14294,34264 14284,34230 14284,34195 14284,34159 14294,34125 14314,34094 14334,34064 14362,34038 14397,34021 14431,34003 14470,33994 14510,33994 14549,33994 14588,34003 14622,34021 14657,34038 14685,34064 14705,34094 14725,34125 14735,34159 14735,34195 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="14411" y="34304"><tspan id="id376" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre-partitions"><a xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre-partitions">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id376</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id354">
<rect class="BoundingBox" stroke="none" fill="none" x="17484" y="33394" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 17936,33596 C 17936,33631 17926,33665 17906,33696 17886,33726 17858,33752 17823,33769 17789,33787 17750,33796 17711,33796 17671,33796 17632,33787 17598,33769 17563,33752 17535,33726 17515,33696 17495,33665 17485,33631 17485,33596 17485,33560 17495,33526 17515,33495 17535,33465 17563,33439 17598,33422 17632,33404 17671,33395 17711,33395 17750,33395 17789,33404 17823,33422 17858,33439 17886,33465 17906,33495 17926,33526 17936,33560 17936,33596 L 17936,33596 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 17936,33596 C 17936,33631 17926,33665 17906,33696 17886,33726 17858,33752 17823,33769 17789,33787 17750,33796 17711,33796 17671,33796 17632,33787 17598,33769 17563,33752 17535,33726 17515,33696 17495,33665 17485,33631 17485,33596 17485,33560 17495,33526 17515,33495 17535,33465 17563,33439 17598,33422 17632,33404 17671,33395 17711,33395 17750,33395 17789,33404 17823,33422 17858,33439 17886,33465 17906,33495 17926,33526 17936,33560 17936,33596 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="17612" y="33705"><tspan id="id377" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre-partition-create"><a xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre-partition-create">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id377</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id355">
<rect class="BoundingBox" stroke="none" fill="none" x="17485" y="34595" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 17937,34797 C 17937,34832 17927,34866 17907,34897 17887,34927 17859,34953 17824,34970 17790,34988 17751,34997 17712,34997 17672,34997 17633,34988 17599,34970 17564,34953 17536,34927 17516,34897 17496,34866 17486,34832 17486,34797 17486,34761 17496,34727 17516,34696 17536,34666 17564,34640 17599,34623 17633,34605 17672,34596 17712,34596 17751,34596 17790,34605 17824,34623 17859,34640 17887,34666 17907,34696 17927,34727 17937,34761 17937,34797 L 17937,34797 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 17937,34797 C 17937,34832 17927,34866 17907,34897 17887,34927 17859,34953 17824,34970 17790,34988 17751,34997 17712,34997 17672,34997 17633,34988 17599,34970 17564,34953 17536,34927 17516,34897 17496,34866 17486,34832 17486,34797 17486,34761 17496,34727 17516,34696 17536,34666 17564,34640 17599,34623 17633,34605 17672,34596 17712,34596 17751,34596 17790,34605 17824,34623 17859,34640 17887,34666 17907,34696 17927,34727 17937,34761 17937,34797 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="17613" y="34906"><tspan id="id378" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre-partition-order"><a xlink:href="http://localhost:8000/ScoDoc9API/#formsemestre-partition-order">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id378</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id356">
<rect class="BoundingBox" stroke="none" fill="none" x="11869" y="38164" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 12321,38366 C 12321,38401 12311,38435 12291,38466 12271,38496 12243,38522 12208,38539 12174,38557 12135,38566 12096,38566 12056,38566 12017,38557 11983,38539 11948,38522 11920,38496 11900,38466 11880,38435 11870,38401 11870,38366 11870,38330 11880,38296 11900,38265 11920,38235 11948,38209 11983,38192 12017,38174 12056,38165 12096,38165 12135,38165 12174,38174 12208,38192 12243,38209 12271,38235 12291,38265 12311,38296 12321,38330 12321,38366 L 12321,38366 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 12321,38366 C 12321,38401 12311,38435 12291,38466 12271,38496 12243,38522 12208,38539 12174,38557 12135,38566 12096,38566 12056,38566 12017,38557 11983,38539 11948,38522 11920,38496 11900,38466 11880,38435 11870,38401 11870,38366 11870,38330 11880,38296 11900,38265 11920,38235 11948,38209 11983,38192 12017,38174 12056,38165 12096,38165 12135,38165 12174,38174 12208,38192 12243,38209 12271,38235 12291,38265 12311,38296 12321,38330 12321,38366 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="11997" y="38475"><tspan id="id379" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#partition-edit"><a xlink:href="http://localhost:8000/ScoDoc9API/#partition-edit">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id379</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id357">
<rect class="BoundingBox" stroke="none" fill="none" x="11870" y="39199" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 12322,39401 C 12322,39436 12312,39470 12292,39501 12272,39531 12244,39557 12209,39574 12175,39592 12136,39601 12097,39601 12057,39601 12018,39592 11984,39574 11949,39557 11921,39531 11901,39501 11881,39470 11871,39436 11871,39401 11871,39365 11881,39331 11901,39300 11921,39270 11949,39244 11984,39227 12018,39209 12057,39200 12097,39200 12136,39200 12175,39209 12209,39227 12244,39244 12272,39270 12292,39300 12312,39331 12322,39365 12322,39401 L 12322,39401 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 12322,39401 C 12322,39436 12312,39470 12292,39501 12272,39531 12244,39557 12209,39574 12175,39592 12136,39601 12097,39601 12057,39601 12018,39592 11984,39574 11949,39557 11921,39531 11901,39501 11881,39470 11871,39436 11871,39401 11871,39365 11881,39331 11901,39300 11921,39270 11949,39244 11984,39227 12018,39209 12057,39200 12097,39200 12136,39200 12175,39209 12209,39227 12244,39244 12272,39270 12292,39300 12312,39331 12322,39365 12322,39401 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="11998" y="39510"><tspan id="id380" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#partition-delete"><a xlink:href="http://localhost:8000/ScoDoc9API/#partition-delete">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id380</desc>
</g>
</g>
<g class="com.sun.star.drawing.CustomShape">
<g id="id358">
<rect class="BoundingBox" stroke="none" fill="none" x="17270" y="40233" width="454" height="404"/>
<path fill="rgb(221,221,221)" stroke="none" d="M 17722,40435 C 17722,40470 17712,40504 17692,40535 17672,40565 17644,40591 17609,40608 17575,40626 17536,40635 17497,40635 17457,40635 17418,40626 17384,40608 17349,40591 17321,40565 17301,40535 17281,40504 17271,40470 17271,40435 17271,40399 17281,40365 17301,40334 17321,40304 17349,40278 17384,40261 17418,40243 17457,40234 17497,40234 17536,40234 17575,40243 17609,40261 17644,40278 17672,40304 17692,40334 17712,40365 17722,40399 17722,40435 L 17722,40435 Z"/>
<path fill="none" stroke="rgb(52,101,164)" d="M 17722,40435 C 17722,40470 17712,40504 17692,40535 17672,40565 17644,40591 17609,40608 17575,40626 17536,40635 17497,40635 17457,40635 17418,40626 17384,40608 17349,40591 17321,40565 17301,40535 17281,40504 17271,40470 17271,40435 17271,40399 17281,40365 17301,40334 17321,40304 17349,40278 17384,40261 17418,40243 17457,40234 17497,40234 17536,40234 17575,40243 17609,40261 17644,40278 17672,40304 17692,40334 17712,40365 17722,40399 17722,40435 Z"/>
<text class="TextShape"><tspan class="TextParagraph" font-family="Liberation Sans, sans-serif" font-size="318px" font-weight="700"><tspan class="TextPosition" x="17398" y="40544"><tspan id="id381" fill="rgb(0,0,128)" stroke="none" class="UrlField" xlink:href="http://localhost:8000/ScoDoc9API/#partition-remove_etudiant"><a xlink:href="http://localhost:8000/ScoDoc9API/#partition-remove_etudiant">?</a></tspan></tspan></tspan></text>
<desc class="HyperlinkIdList">id381</desc>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 267 KiB

After

Width:  |  Height:  |  Size: 289 KiB

View File

@ -0,0 +1,30 @@
### etudiants
`/api/etudiants/9537`
```json
[
{
"id": 1,
"code_nip": "11103639",
"code_ine": null,
"dept_id": 1,
"nom": "GYSELINCK",
"nom_usuel": null,
"prenom": "MARIE",
"civilite": "F"
},
{
"id": 2,
"code_nip": "11102517",
"code_ine": null,
"dept_id": 1,
"nom": "IDRI",
"nom_usuel": null,
"prenom": "ANAIS",
"civilite": "F"
},
...
]
```

View File

@ -40,6 +40,6 @@
"1735": 3784
}
},
...
...
]
```

View File

@ -0,0 +1,8 @@
### user
`/api/user/969`
```json
"TODO"
```