diff --git a/UniVIS-Lectures-Datenbank.md b/UniVIS-Lectures-Datenbank.md new file mode 100644 index 0000000..d7177f5 --- /dev/null +++ b/UniVIS-Lectures-Datenbank.md @@ -0,0 +1,41 @@ +PRG Bsp.: http://univis.uni-bamberg.de/prg?search=lectures&department=Fakult%C3%A4t%20Wirtschaftsinformatik&show=xml + +### Lecture Attribute +* courses + * course + * UnivISRef type=Lecture key=... +* dozs + * doz + * UnivISRef type=Person key=... +* id: int +* name: char +* oblig: bool +* turnout: int +* generale: bool +* english: bool +* exam_reservation: bool +* etcs: bool +* ects_cred: int +* organizational: char +* orgname: char +* orgunits + * orgunit: char +* sws: float +* startdate: DateField(%Y-%m-%d) +* terms + * term + * startdate: DateField(%Y-%m-%d) + * enddate: DateField(%Y-%m-%d) + * starttime: Timefield(%H:%M) + * endtime: Timefield(%H:%M) + * exclude: [] DateField(%Y-%m-%d)/vac + * repeat: (w1 1/w1 2/w1 3/w1 4/w1 5/s1/bd 2,3,4) + * room: UnivISRef type=Room key=... + * exam: bool +* type: V/Ü +* url_description: Url +* url_description_tmpl: Url +* parent-lv: UnivISRef type=Lecture key=... +* short: char +* time_description: char +* summary: char \ No newline at end of file