Last change
on this file since 16680 was
5614,
checked in by Henrik Bettermann, 14 years ago
|
Implement first part of new accommodation allocation module. This part contains the new student accommodation catalog which replaces the accommodation objects.
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <?xml-stylesheet type="text/xsl" href="catalog.xsl"?>
|
---|
3 | <object name="accommodation_catalog" meta_type="WAeUP Table">
|
---|
4 | <column value="catkey"/>
|
---|
5 | <column value="acco_maint_date"/>
|
---|
6 | <column value="acco_maint_code"/>
|
---|
7 | <column value="acco_maint_fee"/>
|
---|
8 | <column value="acco_maint_sc_pin"/>
|
---|
9 | <column value="acco_maint_pay_id"/>
|
---|
10 | <column value="acco_res_date"/>
|
---|
11 | <column value="acco_res_sc_pin"/>
|
---|
12 | <column value="bed"/>
|
---|
13 | <column value="session"/>
|
---|
14 | <column value="student_status"/>
|
---|
15 | <column value="student_id"/>
|
---|
16 | <column value="reservation_status"/>
|
---|
17 | <index name="catkey" meta_type="FieldIndex">
|
---|
18 | <indexed_attr value="catkey"/>
|
---|
19 | </index>
|
---|
20 | <column value="student_id"/>
|
---|
21 | <index name="student_id" meta_type="FieldIndex">
|
---|
22 | <indexed_attr value="student_id"/>
|
---|
23 | </index>
|
---|
24 | <index name="session" meta_type="FieldIndex">
|
---|
25 | <indexed_attr value="session"/>
|
---|
26 | </index>
|
---|
27 | <index name="bed" meta_type="FieldIndex">
|
---|
28 | <indexed_attr value="bed"/>
|
---|
29 | </index>
|
---|
30 | <index name="reservation_status" meta_type="FieldIndex">
|
---|
31 | <indexed_attr value="reservation_status"/>
|
---|
32 | </index>
|
---|
33 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.