[1291] | 1 | <?xml version="1.0"?> |
---|
[1401] | 2 | <?xml-stylesheet type="text/xsl" href="catalog.xsl"?> |
---|
[1403] | 3 | <object name="students_catalog" meta_type="WAeUP Table"> |
---|
[971] | 4 | <column value="id"/> |
---|
[1151] | 5 | <column value="matric_no"/> |
---|
[971] | 6 | <column value="jamb_reg_no"/> |
---|
| 7 | <column value="name"/> |
---|
| 8 | <column value="sex"/> |
---|
| 9 | <column value="faculty"/> |
---|
| 10 | <column value="department"/> |
---|
| 11 | <column value="course"/> |
---|
| 12 | <column value="email"/> |
---|
[1272] | 13 | <column value="phone"/> |
---|
[971] | 14 | <column value="level"/> |
---|
[1401] | 15 | <column value="verdict"/> |
---|
[1146] | 16 | <column value="entry_mode"/> |
---|
[971] | 17 | <index name="id" meta_type="FieldIndex"> |
---|
| 18 | <indexed_attr value="id"/> |
---|
| 19 | </index> |
---|
| 20 | <index name="jamb_reg_no" meta_type="FieldIndex"> |
---|
[1401] | 21 | <indexed_attr value="student_application:jamb_reg_no"/> |
---|
[971] | 22 | </index> |
---|
[1151] | 23 | <index name="matric_no" meta_type="FieldIndex"> |
---|
[1401] | 24 | <indexed_attr value="student_clearance:matric_no"/> |
---|
[1151] | 25 | </index> |
---|
[971] | 26 | <index name="faculty" meta_type="KeywordIndex"> |
---|
| 27 | <indexed_attr value="faculty"/> |
---|
| 28 | </index> |
---|
[1319] | 29 | <index name="entry_mode" meta_type="KeywordIndex"> |
---|
[1401] | 30 | <indexed_attr value="student_application:entry_mode"/> |
---|
[1319] | 31 | </index> |
---|
[971] | 32 | <index name="department" meta_type="KeywordIndex"> |
---|
| 33 | <indexed_attr value="department"/> |
---|
| 34 | </index> |
---|
| 35 | <index name="level" meta_type="KeywordIndex"> |
---|
[1401] | 36 | <indexed_attr value="student_study_course:current_level"/> |
---|
[971] | 37 | </index> |
---|
[1401] | 38 | <index name="verdict" meta_type="KeywordIndex"> |
---|
| 39 | <indexed_attr value="student_study_course:current_verdict"/> |
---|
| 40 | </index> |
---|
[971] | 41 | <index name="course" meta_type="KeywordIndex"> |
---|
[1401] | 42 | <indexed_attr value="student_study_course:study_course"/> |
---|
[971] | 43 | </index> |
---|
| 44 | </object> |
---|