Last change
on this file since 2008 was
1716,
checked in by joachim, 18 years ago
|
events implemented in courses_catalog
|
File size:
604 bytes
|
Rev | Line | |
---|
[1146] | 1 | <?xml version="1.0"?> |
---|
[1403] | 2 | <?xml-stylesheet type="text/xsl" href="catalog.xsl"?> |
---|
[1410] | 3 | <object name="courses_catalog" meta_type="WAeUP Table"> |
---|
[1146] | 4 | <column value="code"/> |
---|
| 5 | <column value="faculty"/> |
---|
| 6 | <column value="department"/> |
---|
| 7 | <column value="title"/> |
---|
| 8 | <column value="credits"/> |
---|
[1410] | 9 | <column value="passmark"/> |
---|
[1146] | 10 | <column value="semester"/> |
---|
| 11 | <index name="code" meta_type="FieldIndex"> |
---|
| 12 | <indexed_attr value="code"/> |
---|
| 13 | </index> |
---|
| 14 | <index name="faculty" meta_type="FieldIndex"> |
---|
| 15 | <indexed_attr value="faculty"/> |
---|
| 16 | </index> |
---|
| 17 | <index name="department" meta_type="FieldIndex"> |
---|
| 18 | <indexed_attr value="department"/> |
---|
| 19 | </index> |
---|
| 20 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.