Last change
on this file since 622 was
622,
checked in by joachim, 18 years ago
|
added base files for accommodation-module,
renamed Accommodation to AccoHall?
accommodation to acco_hall
one can now add and view an accommodation-hall
|
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <object name="accommodation" meta_type="CPS Schema"> |
---|
3 | <field name="beds_for_final" meta_type="CPS String List Field"/> |
---|
4 | <field name="beds_for_fresh" meta_type="CPS String List Field"/> |
---|
5 | <field name="beds_for_returning" meta_type="CPS String List Field"/> |
---|
6 | <field name="beds_per_room" meta_type="CPS Int Field"> |
---|
7 | <property name="default_expr">python:6</property> |
---|
8 | </field> |
---|
9 | <field name="nr_of_blocks" meta_type="CPS Int Field"> |
---|
10 | <property name="default_expr">python:3</property> |
---|
11 | </field> |
---|
12 | <field name="nr_of_floors" meta_type="CPS Int Field"> |
---|
13 | <property name="default_expr">python:3</property> |
---|
14 | </field> |
---|
15 | <field name="reserved_rooms" meta_type="CPS String List Field"> |
---|
16 | <property name="default_expr"></property> |
---|
17 | </field> |
---|
18 | <field name="rooms_per_floor" meta_type="CPS Int Field"> |
---|
19 | <property name="default_expr">python:20</property> |
---|
20 | </field> |
---|
21 | <field name="study_courses" meta_type="CPS String List Field"/> |
---|
22 | <field name="text" meta_type="CPS String Field"> |
---|
23 | <property name="is_searchabletext">False</property> |
---|
24 | </field> |
---|
25 | <field name="which_sex" meta_type="CPS Boolean Field"> |
---|
26 | </field> |
---|
27 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.