| 14 | |
| 15 | {{{ |
| 16 | #!graphviz.dot |
| 17 | digraph G { |
| 18 | |
| 19 | node [ shape = "record" ] |
| 20 | n1008 [ label="{ institution | #institution_id\l parent_institution_id\l institution_type_id\l code\l title\l title_en\l note\l }"] |
| 21 | n1019 [ label="{ institution_type | #institution_type_id\l code\l title\l title_en\l host_programs\l note\l }"] |
| 22 | n1027 [ label="{ person | #person_id\l embg\l first_name\l middle_name\l last_name\l gender\l birth_date\l birth_place\l birth_province\l birth_country\l nationality\l residence_address\l residence_place\l residence_province\l residence_country\l phone_home\l phone_mobile\l email\l picture\l public_key\l username\l }"] |
| 23 | n1049 [ label="{ student | #student_id\l institution_id\l person_id\l status_2\l }"] |
| 24 | n1057 [ label="{ instructor | #instructor_id\l person_id\l institution_id\l from_date\l to_date\l }"] |
| 25 | n1064 [ label="{ facility | #facility_id\l parent_facility_id\l institution_id\l facility_type_id\l code\l title\l title_en\l note\l }"] |
| 26 | n1077 [ label="{ facility_type | #facility_type_id\l code\l title\l title_en\l host_event\l note\l }"] |
| 27 | n1085 [ label="{ plan | #plan_id\l institution_id\l code\l title\l title_en\l start_term\l end_term\l note\l }"] |
| 28 | n1097 [ label="{ program | #program_id\l plan_id\l code\l title\l title_en\l terms\l note\l }"] |
| 29 | n1109 [ label="{ degree | #degree_id\l institution_id\l code\l title\l title_en\l terms\l note\l }"] |
| 30 | n1119 [ label="{ subject | #subject_id\l institution_id\l code\l title\l title_en\l abstract\l note\l }"] |
| 31 | n1129 [ label="{ program_degree | #program_degree_id\l program_id\l degree_id\l }"] |
| 32 | n1136 [ label="{ curriculum | #curriculum_id\l program_id\l subject_id\l term\l term_ordinal\l subject_title\l module_type_id\l exam_type_id\l lecture\l tutorial\l laboratory\l instruction\l individual\l credits\l }"] |
| 33 | n1156 [ label="{ curriculum_link | #curriculum_link_id\l curriculum_id\l link_type_id\l }"] |
| 34 | n1166 [ label="{ link_type | #link_type_id\l code\l title\l title_en\l note\l }"] |
| 35 | n1173 [ label="{ module_type | #module_type_id\l code\l title\l title_en\l note\l }"] |
| 36 | n1180 [ label="{ exam_type | #exam_type_id\l code\l title\l title_en\l writen\l oral\l practical\l note\l }"] |
| 37 | n1190 [ label="{ curriculum_instruction | #curriculum_instruction_id\l instruction_type_id\l curriculum_id\l per_week\l hours\l }"] |
| 38 | n1200 [ label="{ instruction_type | #instruction_type_id\l code\l title\l title_en\l note\l }"] |
| 39 | n1207 [ label="{ program_enrollment | #program_enrollment_id\l program_id\l student_id\l }"] |
| 40 | n1214 [ label="{ term | #term_id\l term_type_id\l institution_id\l term_year\l term_from\l term_to\l note\l belowminimum_credits\l minimum_credits\l maximum_credits\l }"] |
| 41 | n1220 [ label="{ term_program | #term_program_id\l term_id\l program_id\l }"] |
| 42 | n1227 [ label="{ term_subject | #term_subject_id\l subject_id\l term_id\l enroll_deadline\l cancel_deadline\l }"] |
| 43 | n1234 [ label="{ course | #course_id\l url\l moodle\l }"] |
| 44 | n1242 [ label="{ course_curriculum | #course_curriculum_id\l curriculum_link_id\l course_id\l term_program_id\l grade_allow\l }"] |
| 45 | n1253 [ label="{ course_instructor | #course_instructor_id\l course_id\l instructor_id\l }"] |
| 46 | n1262 [ label="{ term_enrollment | #term_enrollment_id\l term_program_id\l program_enrollment_id\l enrollment_status\l note\l }"] |
| 47 | n1270 [ label="{ course_enrollment | #course_enrollment_id\l subject_enrollment_id\l course_curriculum_id\l grade\l }"] |
| 48 | n1281 [ label="{ course_curriculum_instruction | #coursecurr_instruction_id\l curriculum_instruction_id\l course_curriculum_id\l course_instructor_id\l }"] |
| 49 | n1294 [ label="{ assessment | #assessment_id\l assessment_type_id\l grade\l points\l credit\l description\l note\l }"] |
| 50 | n1304 [ label="{ student_assessment | #student_assessment_id\l program_enrollment_id\l assessment_id\l }"] |
| 51 | n1312 [ label="{ curriculum_assessment | #curriculum_assessment_id\l curriculum_link_id\l student_assessment_id\l }"] |
| 52 | n1322 [ label="{ course_assessment | #course_assessment_id\l activity_assessment_id\l curriculum_assessment_id\l student_activity_id\l }"] |
| 53 | n1336 [ label="{ student_activity | #student_activity_id\l course_activity_id\l course_enrollment_id\l }"] |
| 54 | n1348 [ label="{ activity_type | #activity_type_id\l code\l title\l title_en\l note\l }"] |
| 55 | n1355 [ label="{ schedule | #schedule_id\l institution_id\l }"] |
| 56 | n1361 [ label="{ formation | #formation_id\l instruction_schedule_id\l }"] |
| 57 | n1369 [ label="{ slot | #slot_id\l schedule_id\l facility_id\l }"] |
| 58 | n1378 [ label="{ formation_student | #formation_student_id\l formation_id\l term_enrollment_id\l }"] |
| 59 | n1388 [ label="{ event | #event_id\l schedule_id\l event_type_id\l }"] |
| 60 | n1397 [ label="{ event_type | #event_type_id\l code\l title\l title_en\l note\l }"] |
| 61 | n1404 [ label="{ event_formation | #event_formation_id\l event_id\l formation_id\l }"] |
| 62 | n1413 [ label="{ event_slot | #event_slod_id\l event_id\l slot_id\l }"] |
| 63 | n1422 [ label="{ subject_event | #subject_event_id\l subject_id\l event_id\l }"] |
| 64 | n1430 [ label="{ instruction_schedule | #instruction_schedule_id\l schedule_id\l term_id\l }"] |
| 65 | n1437 [ label="{ course_event | #course_event_id\l course_id\l instruction_event_id\l subject_event_id\l }"] |
| 66 | n1448 [ label="{ instruction_event | #instruction_event_id\l event_id\l instruction_schedule_id\l instruction_type_id\l instructor_id\l }"] |
| 67 | n1460 [ label="{ session_schedule | #session_schedule_id\l session_id\l schedule_id\l }"] |
| 68 | n1467 [ label="{ exam_event | #exam_event_id\l exam_id\l subject_event_id\l session_schedule_id\l }"] |
| 69 | n1478 [ label="{ activity | #activity_id\l activity_type_id\l }"] |
| 70 | n1483 [ label="{ assessment_type | #assessment_type_id\l code\l title\l title_en\l grade\l points\l credit\l note\l }"] |
| 71 | n1493 [ label="{ course_activity | #course_activity_id\l activity_id\l course_id\l }"] |
| 72 | n1502 [ label="{ exam | #exam_id\l session_id\l subject_id\l }"] |
| 73 | n1512 [ label="{ session | #session_id\l term_id\l }"] |
| 74 | n1519 [ label="{ exam_application | #exam_application_id\l exam_id\l student_activity_id\l }"] |
| 75 | n1532 [ label="{ activity_assessment | #activity_assessment_id\l assessment_id\l course_activity_id\l }"] |
| 76 | n1542 [ label="{ country | #country_id\l code\l code_short\l title\l title_en\l }"] |
| 77 | n1549 [ label="{ language | #language_id\l code\l title\l title_en\l }"] |
| 78 | n1555 [ label="{ country_language | #country_language_id\l country_id\l language_id\l official\l }"] |
| 79 | n1562 [ label="{ province | #province_id\l country_id\l code\l title\l title_en\l }"] |
| 80 | n1570 [ label="{ payment_type | #payment_type_id\l title\l note\l }"] |
| 81 | n1575 [ label="{ document_type | #document_type_id\l title\l title_en\l note\l }"] |
| 82 | n1581 [ label="{ account | #account_id\l institution_id\l payment_type_id\l pay_institution_id\l code\l title\l active\l valid_from\l valid_to\l note\l }"] |
| 83 | n1597 [ label="{ document_type_account | #document_type_account_id\l document_type_id\l account_id\l active\l valid_from\l valid_to\l }"] |
| 84 | n1607 [ label="{ document | #document_id\l institution_id\l document_type_id\l author_person_id\l created\l archive_number\l doc_content\l note\l hash\l signature\l }"] |
| 85 | n1622 [ label="{ document_student | #document_student_id\l document_id\l student_id\l }"] |
| 86 | n1629 [ label="{ ledger | #ledger_id\l document_student_id\l account_id\l state\l created\l effective\l debit_amount\l credit_amount\l debit_point\l credit_point\l }"] |
| 87 | n1645 [ label="{ attachment | #attachment_id\l document_id\l note\l attach_content\l }"] |
| 88 | n1654 [ label="{ subject_enrollment | #subject_enrollment_id\l termsubject_currlink_id\l term_enrollment_id\l }"] |
| 89 | n1663 [ label="{ document_program | #document_program_id\l program_enrollment_id\l document_student_id\l }"] |
| 90 | n1671 [ label="{ document_term | #document_term_id\l term_enrollment_id\l document_program_id\l }"] |
| 91 | n1680 [ label="{ document_course | #document_course_id\l document_term_id\l course_enrollment_id\l }"] |
| 92 | n1692 [ label="{ ledger_link | #ledger_link_id\l ledger_id\l link_ledger_id\l amount\l points\l }"] |
| 93 | n2042 [ label="{ term_subject_curriculum_link | #termsubject_currlink_id\l curriculum_link_id\l term_subject_id\l }"] |
| 94 | n2085 [ label="{ staff | #staff_id\l person_id\l role_type_id\l institution_id\l from_date\l to_date\l }"] |
| 95 | n2096 [ label="{ role_type | #role_type_id\l code\l title\l title_en\l abstract\l note\l }"] |
| 96 | n2116 [ label="{ term_type | #term_type_id\l code\l title\l title_en\l abstract\l note\l }"] |
| 97 | n2414 [ label="{ course_term_subject_curriculum_link | termsubject_currlink_id\l course_id\l }"] |
| 98 | n1008 -> n1008 |
| 99 | n1008 -> n1019 |
| 100 | n1049 -> n1008 |
| 101 | n1049 -> n1027 |
| 102 | n1057 -> n1027 |
| 103 | n1064 -> n1008 |
| 104 | n1064 -> n1064 |
| 105 | n1064 -> n1077 |
| 106 | n1085 -> n1008 |
| 107 | n1097 -> n1085 |
| 108 | n1109 -> n1008 |
| 109 | n1119 -> n1008 |
| 110 | n1129 -> n1109 |
| 111 | n1129 -> n1097 |
| 112 | n1136 -> n1097 |
| 113 | n1136 -> n1119 |
| 114 | n1156 -> n1136 |
| 115 | n1156 -> n1136 |
| 116 | n1057 -> n1008 |
| 117 | n1156 -> n1166 |
| 118 | n1136 -> n1173 |
| 119 | n1136 -> n1180 |
| 120 | n1190 -> n1136 |
| 121 | n1190 -> n1200 |
| 122 | n1207 -> n1049 |
| 123 | n1207 -> n1097 |
| 124 | n1214 -> n1008 |
| 125 | n1220 -> n1214 |
| 126 | n1220 -> n1097 |
| 127 | n1227 -> n1214 |
| 128 | n1227 -> n1119 |
| 129 | n1242 -> n1234 |
| 130 | n1242 -> n1220 |
| 131 | n1242 -> n1156 |
| 132 | n1253 -> n1234 |
| 133 | n1253 -> n1057 |
| 134 | n1262 -> n1207 |
| 135 | n1262 -> n1220 |
| 136 | n1270 -> n1242 |
| 137 | n1281 -> n1242 |
| 138 | n1281 -> n1190 |
| 139 | n1281 -> n1253 |
| 140 | n1304 -> n1294 |
| 141 | n1304 -> n1207 |
| 142 | n1369 -> n1064 |
| 143 | n1378 -> n1262 |
| 144 | n1388 -> n1397 |
| 145 | n1422 -> n1119 |
| 146 | n1355 -> n1008 |
| 147 | n1430 -> n1214 |
| 148 | n1361 -> n1430 |
| 149 | n1437 -> n1422 |
| 150 | n1437 -> n1234 |
| 151 | n1448 -> n1388 |
| 152 | n1437 -> n1448 |
| 153 | n1460 -> n1355 |
| 154 | n1448 -> n1200 |
| 155 | n1448 -> n1057 |
| 156 | n1467 -> n1422 |
| 157 | n1478 -> n1348 |
| 158 | n1294 -> n1483 |
| 159 | n1336 -> n1493 |
| 160 | n1502 -> n1119 |
| 161 | n1512 -> n1214 |
| 162 | n1502 -> n1512 |
| 163 | n1502 -> n1478 |
| 164 | n1532 -> n1294 |
| 165 | n1312 -> n1156 |
| 166 | n1532 -> n1493 |
| 167 | n1493 -> n1478 |
| 168 | n1493 -> n1234 |
| 169 | n1369 -> n1355 |
| 170 | n1448 -> n1430 |
| 171 | n1430 -> n1355 |
| 172 | n1388 -> n1355 |
| 173 | n1413 -> n1388 |
| 174 | n1413 -> n1369 |
| 175 | n1422 -> n1388 |
| 176 | n1404 -> n1388 |
| 177 | n1404 -> n1361 |
| 178 | n1378 -> n1361 |
| 179 | n1312 -> n1304 |
| 180 | n1322 -> n1312 |
| 181 | n1519 -> n1336 |
| 182 | n1336 -> n1270 |
| 183 | n1322 -> n1532 |
| 184 | n1322 -> n1336 |
| 185 | n1460 -> n1512 |
| 186 | n1467 -> n1460 |
| 187 | n1519 -> n1502 |
| 188 | n1467 -> n1502 |
| 189 | n1555 -> n1542 |
| 190 | n1555 -> n1549 |
| 191 | n1562 -> n1542 |
| 192 | n1581 -> n1008 |
| 193 | n1581 -> n1570 |
| 194 | n1581 -> n1008 |
| 195 | n1597 -> n1575 |
| 196 | n1597 -> n1581 |
| 197 | n1607 -> n1008 |
| 198 | n1622 -> n1049 |
| 199 | n1607 -> n1575 |
| 200 | n1622 -> n1607 |
| 201 | n1629 -> n1622 |
| 202 | n1629 -> n1581 |
| 203 | n1607 -> n1027 |
| 204 | n1645 -> n1607 |
| 205 | n1654 -> n1262 |
| 206 | n1270 -> n1654 |
| 207 | n1663 -> n1622 |
| 208 | n1663 -> n1207 |
| 209 | n1671 -> n1663 |
| 210 | n1671 -> n1262 |
| 211 | n1680 -> n1671 |
| 212 | n1680 -> n1270 |
| 213 | n1692 -> n1629 |
| 214 | n1692 -> n1629 |
| 215 | n2042 -> n1227 |
| 216 | n2042 -> n1156 |
| 217 | n1654 -> n2042 |
| 218 | n2085 -> n1008 |
| 219 | n2085 -> n2096 |
| 220 | n2085 -> n1027 |
| 221 | n1214 -> n2116 |
| 222 | n2414 -> n1234 |
| 223 | n2414 -> n2042 |
| 224 | |
| 225 | } |
| 226 | }}} |