Last change
on this file since 11107 was
1716,
checked in by joachim, 18 years ago
|
events implemented in courses_catalog
|
File size:
604 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <?xml-stylesheet type="text/xsl" href="catalog.xsl"?> |
---|
3 | <object name="courses_catalog" meta_type="WAeUP Table"> |
---|
4 | <column value="code"/> |
---|
5 | <column value="faculty"/> |
---|
6 | <column value="department"/> |
---|
7 | <column value="title"/> |
---|
8 | <column value="credits"/> |
---|
9 | <column value="passmark"/> |
---|
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.