diff --git a/Documentation/mld/mld graphique.md b/Documentation/mld/mld graphique.md index a7644e6..f24b765 100644 --- a/Documentation/mld/mld graphique.md +++ b/Documentation/mld/mld graphique.md @@ -15,6 +15,7 @@ entity "Scientifique" as scientifique { dateNaissance : date descriptif : string ratioTrouvee : float + sexe: char #idThematique : int #idDifficulte : int #idSexe : int @@ -30,11 +31,6 @@ entity "Difficulte" as difficulte { libelle : string } -entity "Sexe" as sexe { - id : int - libelle : string -} - entity "Joueur" as joueur { id : int pseudo : string @@ -94,7 +90,6 @@ invite --> joueur utilisateur --> joueur utilisateur --> scientifique scientifique --> thematique -scientifique --> sexe scientifique --> difficulte scientifique --> indice question --> reponse