source: WAeUP_SRP/fceokene/profiles/default/schemas/acco_hall.xml @ 3234

Last change on this file since 3234 was 2840, checked in by Henrik Bettermann, 17 years ago

include sort_id

  • Property svn:keywords set to Id
File size: 1.4 KB
RevLine 
[199]1<?xml version="1.0"?>
[1399]2<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
[1412]3<object name="acco_hall" meta_type="CPS Schema">
[2840]4  <field name="sort_id" meta_type="CPS Int Field"/>
[622]5  <field name="beds_for_final" meta_type="CPS String List Field"/>
6  <field name="beds_for_fresh" meta_type="CPS String List Field"/>
7  <field name="beds_for_returning" meta_type="CPS String List Field"/>
[2422]8  <field name="beds_for_pre" meta_type="CPS String List Field"/>
[622]9  <field name="beds_per_room" meta_type="CPS Int Field">
10    <property name="default_expr">python:6</property>
11  </field>
12  <field name="nr_of_blocks" meta_type="CPS Int Field">
13    <property name="default_expr">python:3</property>
14  </field>
15 <field name="nr_of_floors" meta_type="CPS Int Field">
16    <property name="default_expr">python:3</property>
17  </field>
18 <field name="reserved_rooms" meta_type="CPS String List Field">
[926]19    <property name="default_expr">string:A/101,C/102</property>
[622]20  </field>
21  <field name="rooms_per_floor" meta_type="CPS Int Field">
22    <property name="default_expr">python:20</property>
23  </field>
[926]24 <field name="special_handling" meta_type="CPS String Field"/>
[199]25 <field name="text" meta_type="CPS String Field">
[622]26  <property name="is_searchabletext">False</property>
[199]27 </field>
[2821]28 <field name="blocks_for_female" meta_type="CPS String List Field" />
29 <field name="blocks_for_male" meta_type="CPS String List Field" />
[744]30   <field name="maintenance_code" meta_type="CPS String Field"/>
[199]31</object>
Note: See TracBrowser for help on using the repository browser.