source: WAeUP_SRP/fceokene/profiles/default/schemas/student_study_course.xml @ 2960

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

moves current_verdict to cprevious_verdict after session change
fix06Verdict: moves current_verdict to cprevious_verdict for all students in session 06

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