source: WAeUP_SRP/trunk_not_used/profiles/default/schemas/student_study_course.xml @ 3111

Last change on this file since 3111 was 1820, checked in by joachim, 17 years ago

add transferStudents + views + schemas

  • Property svn:keywords set to Id
File size: 653 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
3<object name="student_study_course" meta_type="CPS Schema">
4  <field name="title" meta_type="CPS String Field"/>
5  <field name="study_course" meta_type="CPS String Field">
6    <property name="is_searchabletext">True</property>
7  </field>
8  <field name="study_course_history" meta_type="CPS String List Field">
9  </field>
10  <field name="current_session" meta_type="CPS String Field"/>
11  <field name="current_mode" meta_type="CPS String Field"/>
12  <field name="current_level" meta_type="CPS String Field"/>
13  <field name="current_verdict" meta_type="CPS String Field"/>
14</object>
Note: See TracBrowser for help on using the repository browser.