Last change
on this file since 1401 was
1399,
checked in by joachim, 18 years ago
|
schema.xsl added to all files
|
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Rev | Line | |
---|
[199] | 1 | <?xml version="1.0"?> |
---|
[1399] | 2 | <?xml-stylesheet type="text/xsl" href="schema.xsl"?> |
---|
[199] | 3 | <object name="accommodation" meta_type="CPS Schema"> |
---|
[622] | 4 | <field name="beds_for_final" meta_type="CPS String List Field"/> |
---|
| 5 | <field name="beds_for_fresh" meta_type="CPS String List Field"/> |
---|
| 6 | <field name="beds_for_returning" meta_type="CPS String List Field"/> |
---|
| 7 | <field name="beds_per_room" meta_type="CPS Int Field"> |
---|
| 8 | <property name="default_expr">python:6</property> |
---|
| 9 | </field> |
---|
| 10 | <field name="nr_of_blocks" meta_type="CPS Int Field"> |
---|
| 11 | <property name="default_expr">python:3</property> |
---|
| 12 | </field> |
---|
| 13 | <field name="nr_of_floors" meta_type="CPS Int Field"> |
---|
| 14 | <property name="default_expr">python:3</property> |
---|
| 15 | </field> |
---|
| 16 | <field name="reserved_rooms" meta_type="CPS String List Field"> |
---|
[926] | 17 | <property name="default_expr">string:A/101,C/102</property> |
---|
[622] | 18 | </field> |
---|
| 19 | <field name="rooms_per_floor" meta_type="CPS Int Field"> |
---|
| 20 | <property name="default_expr">python:20</property> |
---|
| 21 | </field> |
---|
[926] | 22 | <field name="special_handling" meta_type="CPS String Field"/> |
---|
[199] | 23 | <field name="text" meta_type="CPS String Field"> |
---|
[622] | 24 | <property name="is_searchabletext">False</property> |
---|
[199] | 25 | </field> |
---|
[933] | 26 | <field name="blocks_for_female" meta_type="CPS String List Field"> |
---|
[736] | 27 | </field> |
---|
[744] | 28 | <field name="maintenance_code" meta_type="CPS String Field"/> |
---|
[199] | 29 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.