classDiagram
class offre_type {
- id
}
class region {
- id
}
class portee {
- id
}
class nature {
- id
}
class modalite {
- id
}
class prestation_analytique {
- id
}
class cursus_type {
- id
}
class module_type {
- id
}
class type_module_type {
- id
}
class action_type {
- id
}
class modalite_action_type {
- id
}
class prestation_analytique_action_type {
- id
}
class type_de_prestation {
- id
}
class seance_type {
- id
}
region "0..*" -- "0..*" offre_type : créer pour/diffuser dans
offre_type "0..*" -- "0..1" portee : avoir
offre_type "0..*" -- "0..1" nature : avoir
offre_type "0..*" -- "0..1" modalite : avoir
offre_type "0..*" -- "0..1" prestation_analytique : avoir
offre_type "0..*" -- "0..*" cursus_type : se décomposer en
cursus_type "0..*" -- "0..*" module_type : se décomposer en
module_type "0..*" -- "0..1" type_module_type : avoir
module_type "0..*" -- "0..*" action_type : se décomposer en
action_type "0..*" -- "0..1" modalite_action_type : avoir
action_type "0..*" -- "0..1" prestation_analytique_action_type : avoir
action_type "0..*" -- "0..1" type_de_prestation : avoir
action_type "0..*" -- "0..*" seance_type : se décomposer en