source: WAeUP_SRP/trunk/profiles/default/schemas/student_study_level.xml @ 2009

Last change on this file since 2009 was 1612, checked in by joachim, 18 years ago

add validated_by and validation_date to student_study_level schema.
edit these in validate_courses
show these in course_registration_slip
modyfiy getRolesInContext to make edit work

could only do moderate testing cause of readconflict errors

  • Property svn:keywords set to Id
File size: 426 bytes
RevLine 
[454]1<?xml version="1.0"?>
[1399]2<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
[454]3<object name="student_study_level" meta_type="CPS Schema">
4 <field name="code" meta_type="CPS String Field"/>
5 <field name="session" meta_type="CPS String Field"/>
6 <field name="verdict" meta_type="CPS String Field"/>
[1612]7 <field name="validated_by" meta_type="CPS String Field"/>
8 <field name="validation_date" meta_type="CPS DateTime Field"/>
[454]9</object>
Note: See TracBrowser for help on using the repository browser.