Ignore:
Timestamp:
9 Oct 2006, 12:55:23 (18 years ago)
Author:
joachim
Message:

accommodation reservation files added

Location:
WAeUP_SRP/trunk/profiles/default/schemas
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/schemas/student_accommodation.xml

    r486 r629  
    11<?xml version="1.0"?>
    22<object name="student_accommodation" meta_type="CPS Schema">
    3  <field name="accommodation" meta_type="CPS String Field">
    4   <property name="is_searchabletext">True</property>
    5  </field>
    6  <field name="sc_id" meta_type="CPS String Field">
    7   <property name="is_searchabletext">True</property>
    8   <property name="acl_write_roles">SectionReader</property>
    9  </field>
    10  <field name="sc_pin" meta_type="CPS String Field">
    11   <property name="is_searchabletext">True</property>
    12   <property name="acl_write_roles">SectionReader</property>
    13  </field>
    14  <field name="sc_value" meta_type="CPS Float Field">
    15   <property name="default_expr">python:500.</property>
    16   <property name="is_searchabletext">True</property>
    17  </field>
     3 <field name="acco_maint_date" meta_type="CPS DateTime Field"/>
     4 <field name="acco_maint_sc_pin" meta_type="CPS String Field"/>
     5 <field name="acco_maint_sc_serial" meta_type="CPS String Field"/>
     6 <field name="acco_res_date" meta_type="CPS DateTime Field"/>
     7 <field name="acco_res_sc_pin" meta_type="CPS String Field"/>
     8 <field name="acco_res_sc_serial" meta_type="CPS String Field"/>
     9 <field name="bed" meta_type="CPS String Field"/>
     10 <field name="session" meta_type="CPS String Field"/>
    1811</object>
Note: See TracChangeset for help on using the changeset viewer.