source: WAeUP_SRP/uniben/profiles/default/schemas/import_course.xml @ 3584

Last change on this file since 3584 was 3191, checked in by joachim, 17 years ago

first version with import_mode per line, please copy xml files to okene.

File size: 623 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
3<object name="course" meta_type="CPS Schema">
4 <field name="import_mode" meta_type="CPS String Field"/>
5 <field name="title" meta_type="CPS String Field"/>
6 <field name="department_code" meta_type="CPS String Field"/>
7 <field name="code" meta_type="CPS String Field"/>
8 <field name="credits" meta_type="CPS Int Field"/>
9 <field name="passmark" meta_type="CPS Int Field">
10  <property name="default_expr">python:40</property>
11 </field>
12 <field name="semester" meta_type="CPS Int Field"/>
13 <field name="level" meta_type="CPS String Field"/>
14</object>
Note: See TracBrowser for help on using the repository browser.