From: <pka...@us...> - 2009-07-03 13:08:19
|
Revision: 305 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=305&view=rev Author: pkasprzak Date: 2009-07-03 12:41:31 +0000 (Fri, 03 Jul 2009) Log Message: ----------- * Cleanup Removed Paths: ------------- trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CategoryToCDDMCategoryMessage.xsl trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CourseToCDDMCourseMessage.xsl trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output2.xml trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output_output.xml Deleted: trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CategoryToCDDMCategoryMessage.xsl =================================================================== --- trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CategoryToCDDMCategoryMessage.xsl 2009-07-03 12:31:01 UTC (rev 304) +++ trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CategoryToCDDMCategoryMessage.xsl 2009-07-03 12:41:31 UTC (rev 305) @@ -1,54 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - Document : toCDDM.xsl.xsl - Created on : April 16, 2009, 10:18 PM - Author : pete - Description: Transform "old" CSE:Category -> CDDM:CategoryMessage - ---> - -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:dt="http://cse.campussource.de/schema/DataTypes" - xmlns="http://cse.campussource.de/schema/DataTypes" - version="1.0"> - - <xsl:output method="xml" - media-type="text/xml" - indent="yes" - encoding="UTF-8" - omit-xml-declaration="no"/> - - <xsl:template match="/dt:category"> -<!-- - <xsl:for-each select="/dt:synchronizationMessage/dt:courses/*"> ---> - <xsl:comment>##### Creating category (<xsl:value-of select="dt:name"/>) #####</xsl:comment> - <xsl:element name="categoryMessage"> - <xsl:element name="category"> - <xsl:element name="busId">1</xsl:element> - <xsl:element name="eventTime">2000-01-20T12:00:00</xsl:element> - <xsl:for-each select="*[position() < 6]"> - <xsl:comment>----- Attribute: <xsl:value-of select="local-name(.)"/> -----</xsl:comment> - <xsl:element name="attribute"> - <xsl:element name="name"> - <xsl:value-of select="local-name(.)"/> - </xsl:element> - <xsl:element name="value"> - <xsl:value-of select="."/> - </xsl:element> - <xsl:element name="transient"> - <xsl:text>false</xsl:text> - </xsl:element> - </xsl:element> - </xsl:for-each> - </xsl:element> - <xsl:element name="eventTime">2000-01-20T12:00:00</xsl:element> - <xsl:element name="inputEvent">CREATE_UPDATE</xsl:element> - </xsl:element> -<!-- - </xsl:for-each> ---> - </xsl:template> - -</xsl:stylesheet> Deleted: trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CourseToCDDMCourseMessage.xsl =================================================================== --- trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CourseToCDDMCourseMessage.xsl 2009-07-03 12:31:01 UTC (rev 304) +++ trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/CourseToCDDMCourseMessage.xsl 2009-07-03 12:41:31 UTC (rev 305) @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - Document : CourseToCDDMCourseMessage.xsl - Created on : April 16, 2009, 10:18 PM - Author : pete - Description: Transform "old" CSE:Course -> CDDM:CourseMessage - ---> - -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:dt="http://cse.campussource.de/schema/DataTypes" - xmlns="http://cse.campussource.de/schema/DataTypes" - version="1.0"> - - <xsl:output method="xml" - media-type="text/xml" - indent="yes" - encoding="UTF-8" - omit-xml-declaration="no"/> - - <xsl:template match="/dt:course"> -<!-- - <xsl:for-each select="/dt:synchronizationMessage/dt:courses/*"> ---> - <xsl:comment>##### Creating course (<xsl:value-of select="dt:title"/>) #####</xsl:comment> - <xsl:element name="courseMessage"> - <xsl:element name="course"> - <xsl:element name="busId">0</xsl:element> - <xsl:element name="eventTime">2000-01-20T12:00:00</xsl:element> - - <!-- Generate attributes --> - <xsl:for-each select="*"> - <xsl:comment>----- Attribute: <xsl:value-of select="local-name(.)"/> -----</xsl:comment> - <xsl:element name="attribute"> - <xsl:element name="name"> - <xsl:value-of select="local-name(.)"/> - </xsl:element> - <xsl:element name="value"> - <xsl:value-of select="."/> - </xsl:element> - <xsl:element name="transient"> - <xsl:text>false</xsl:text> - </xsl:element> - </xsl:element> - </xsl:for-each> - - <!-- Generate category references --> - <xsl:for-each select=""> - </xsl:for-each> - - </xsl:element> - <xsl:element name="eventTime">2000-01-20T12:00:00</xsl:element> - <xsl:element name="inputEvent">CREATE_UPDATE</xsl:element> - </xsl:element> -<!-- - </xsl:for-each> ---> - </xsl:template> - -</xsl:stylesheet> Deleted: trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output2.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output2.xml 2009-07-03 12:31:01 UTC (rev 304) +++ trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output2.xml 2009-07-03 12:41:31 UTC (rev 305) @@ -1,501 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--##### Creating course (Tutorium-Test) #####--> -<course xmlns="http://cse.campussource.de/schema/DataTypes"> - <busId/> - <eventTime/> -<!--- - - - - Attribute: lsfId - - - - - --> - <attribute> - <name>lsfId</name> - <value>32350</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: logicalNumber - - - - - --> - <attribute> - <name>logicalNumber</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: type - - - - - --> - <attribute> - <name>type</name> - <value>Tutorium</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: title - - - - - --> - <attribute> - <name>title</name> - <value>Tutorium-Test</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> - <attribute> - <name>shortDescription</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> - <attribute> - <name>abbreviation</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: necessaryAssignment - - - - - --> - <attribute> - <name>necessaryAssignment</name> - <value>J</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: note - - - - - --> - <attribute> - <name>note</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: comment - - - - - --> - <attribute> - <name>comment</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterAsInt - - - - - --> - <attribute> - <name>semesterAsInt</name> - <value>20081</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> - <attribute> - <name>semesterPeriodsPerWeek</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: expectedRegistrations - - - - - --> - <attribute> - <name>expectedRegistrations</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: maximumRegistrations - - - - - --> - <attribute> - <name>maximumRegistrations</name> - <value>20</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: activityConfirmation - - - - - --> - <attribute> - <name>activityConfirmation</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: lectureTypeId - - - - - --> - <attribute> - <name>lectureTypeId</name> - <value>40</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: active - - - - - --> - <attribute> - <name>active</name> - <value>A</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterAbbr - - - - - --> - <attribute> - <name>semesterAbbr</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterFull - - - - - --> - <attribute> - <name>semesterFull</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: dates - - - - - --> - <attribute> - <name>dates</name> - <value> - - - - 14:00 - 16:00 - - - Montag - wöchentlich - - - - - 14:00 - 15:00 - - - Mittwoch - wöchentlich - - </value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: clientId - - - - - --> - <attribute> - <name>clientId</name> - <value>lecture:32350</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterId - - - - - --> - <attribute> - <name>semesterId</name> - <value>20081</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: startDate - - - - - --> - <attribute> - <name>startDate</name> - <value>14.04.2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: endDate - - - - - --> - <attribute> - <name>endDate</name> - <value>18.07.2008</value> - <transient>false</transient> - </attribute> -</course> - - -<!--##### Creating course (Phonetische Aspekte des Sorbischen) #####--> -<course xmlns="http://cse.campussource.de/schema/DataTypes"> - <busId/> - <eventTime/> -<!--- - - - - Attribute: lsfId - - - - - --> - <attribute> - <name>lsfId</name> - <value>28232</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: logicalNumber - - - - - --> - <attribute> - <name>logicalNumber</name> - <value>28232</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: type - - - - - --> - <attribute> - <name>type</name> - <value>Hauptseminar</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: title - - - - - --> - <attribute> - <name>title</name> - <value>Phonetische Aspekte des Sorbischen</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> - <attribute> - <name>shortDescription</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> - <attribute> - <name>abbreviation</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: necessaryAssignment - - - - - --> - <attribute> - <name>necessaryAssignment</name> - <value>N</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: note - - - - - --> - <attribute> - <name>note</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: comment - - - - - --> - <attribute> - <name>comment</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterAsInt - - - - - --> - <attribute> - <name>semesterAsInt</name> - <value>20081</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> - <attribute> - <name>semesterPeriodsPerWeek</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: expectedRegistrations - - - - - --> - <attribute> - <name>expectedRegistrations</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: maximumRegistrations - - - - - --> - <attribute> - <name>maximumRegistrations</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: activityConfirmation - - - - - --> - <attribute> - <name>activityConfirmation</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: lectureTypeId - - - - - --> - <attribute> - <name>lectureTypeId</name> - <value>98</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: active - - - - - --> - <attribute> - <name>active</name> - <value>A</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: languageISO - - - - - --> - <attribute> - <name>languageISO</name> - <value>de</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: languageFull - - - - - --> - <attribute> - <name>languageFull</name> - <value>deutsch</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterAbbr - - - - - --> - <attribute> - <name>semesterAbbr</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterFull - - - - - --> - <attribute> - <name>semesterFull</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: dates - - - - - --> - <attribute> - <name>dates</name> - <value> - - - - 10:00 - 12:00 - - - Freitag - wöchentlich - - </value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: clientId - - - - - --> - <attribute> - <name>clientId</name> - <value>lecture:28232</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterId - - - - - --> - <attribute> - <name>semesterId</name> - <value>20081</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: startDate - - - - - --> - <attribute> - <name>startDate</name> - <value>14.04.2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: endDate - - - - - --> - <attribute> - <name>endDate</name> - <value>18.07.2008</value> - <transient>false</transient> - </attribute> -</course> - - -<!--##### Creating course (Numerical Algorithms for Visual Computing I) #####--> -<course xmlns="http://cse.campussource.de/schema/DataTypes"> - <busId/> - <eventTime/> -<!--- - - - - Attribute: lsfId - - - - - --> - <attribute> - <name>lsfId</name> - <value>28481</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: logicalNumber - - - - - --> - <attribute> - <name>logicalNumber</name> - <value>28481</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: type - - - - - --> - <attribute> - <name>type</name> - <value>Weiterführende Vorlesung</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: title - - - - - --> - <attribute> - <name>title</name> - <value>Numerical Algorithms for Visual Computing I</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> - <attribute> - <name>shortDescription</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> - <attribute> - <name>abbreviation</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: necessaryAssignment - - - - - --> - <attribute> - <name>necessaryAssignment</name> - <value>N</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: note - - - - - --> - <attribute> - <name>note</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: comment - - - - - --> - <attribute> - <name>comment</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterAsInt - - - - - --> - <attribute> - <name>semesterAsInt</name> - <value>20081</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> - <attribute> - <name>semesterPeriodsPerWeek</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: expectedRegistrations - - - - - --> - <attribute> - <name>expectedRegistrations</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: maximumRegistrations - - - - - --> - <attribute> - <name>maximumRegistrations</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: activityConfirmation - - - - - --> - <attribute> - <name>activityConfirmation</name> - <value/> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: lectureTypeId - - - - - --> - <attribute> - <name>lectureTypeId</name> - <value>147</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: active - - - - - --> - <attribute> - <name>active</name> - <value>A</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: languageISO - - - - - --> - <attribute> - <name>languageISO</name> - <value>en</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: languageFull - - - - - --> - <attribute> - <name>languageFull</name> - <value>englisch</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterAbbr - - - - - --> - <attribute> - <name>semesterAbbr</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterFull - - - - - --> - <attribute> - <name>semesterFull</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: dates - - - - - --> - <attribute> - <name>dates</name> - <value> - - - - 16:00 - 18:00 - - - Montag - wöchentlich - - </value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: clientId - - - - - --> - <attribute> - <name>clientId</name> - <value>lecture:28481</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: semesterId - - - - - --> - <attribute> - <name>semesterId</name> - <value>20081</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: startDate - - - - - --> - <attribute> - <name>startDate</name> - <value>14.04.2008</value> - <transient>false</transient> - </attribute> -<!--- - - - - Attribute: endDate - - - - - --> - <attribute> - <name>endDate</name> - <value>18.07.2008</value> - <transient>false</transient> - </attribute> -</course> Deleted: trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output_output.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output_output.xml 2009-07-03 12:31:01 UTC (rev 304) +++ trunk/sandbox/lsf-adapter-demo/LSFClientAdapter/src/sync-test_output_output.xml 2009-07-03 12:41:31 UTC (rev 305) @@ -1,680 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<messages xmlns="http://cse.campussource.de/schema/DataTypes"> -<courseMessages> -<!--##### Creating course (Tutorium-Test) #####--> -<courseMessage> -<course> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>32350</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: logicalNumber - - - - - --> -<attribute> -<name>logicalNumber</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: type - - - - - --> -<attribute> -<name>type</name> -<value>Tutorium</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: title - - - - - --> -<attribute> -<name>title</name> -<value>Tutorium-Test</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> -<attribute> -<name>shortDescription</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> -<attribute> -<name>abbreviation</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: necessaryAssignment - - - - - --> -<attribute> -<name>necessaryAssignment</name> -<value>J</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: note - - - - - --> -<attribute> -<name>note</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: comment - - - - - --> -<attribute> -<name>comment</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterAsInt - - - - - --> -<attribute> -<name>semesterAsInt</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> -<attribute> -<name>semesterPeriodsPerWeek</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: expectedRegistrations - - - - - --> -<attribute> -<name>expectedRegistrations</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: maximumRegistrations - - - - - --> -<attribute> -<name>maximumRegistrations</name> -<value>20</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: activityConfirmation - - - - - --> -<attribute> -<name>activityConfirmation</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lectureTypeId - - - - - --> -<attribute> -<name>lectureTypeId</name> -<value>40</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: active - - - - - --> -<attribute> -<name>active</name> -<value>A</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterAbbr - - - - - --> -<attribute> -<name>semesterAbbr</name> -<value>SS 2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterFull - - - - - --> -<attribute> -<name>semesterFull</name> -<value>SS 2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: dates - - - - - --> -<attribute> -<name>dates</name> -<value> - - - - 14:00 - 16:00 - - - Montag - wöchentlich - - - - - 14:00 - 15:00 - - - Mittwoch - wöchentlich - - </value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>lecture:32350</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: startDate - - - - - --> -<attribute> -<name>startDate</name> -<value>14.04.2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: endDate - - - - - --> -<attribute> -<name>endDate</name> -<value>18.07.2008</value> -<transient>false</transient> -</attribute> -<categories> -<category>category:10482</category> -</categories> -</course> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</courseMessage> -<!--##### Creating course (Phonetische Aspekte des Sorbischen) #####--> -<courseMessage> -<course> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>28232</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: logicalNumber - - - - - --> -<attribute> -<name>logicalNumber</name> -<value>28232</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: type - - - - - --> -<attribute> -<name>type</name> -<value>Hauptseminar</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: title - - - - - --> -<attribute> -<name>title</name> -<value>Phonetische Aspekte des Sorbischen</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> -<attribute> -<name>shortDescription</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> -<attribute> -<name>abbreviation</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: necessaryAssignment - - - - - --> -<attribute> -<name>necessaryAssignment</name> -<value>N</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: note - - - - - --> -<attribute> -<name>note</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: comment - - - - - --> -<attribute> -<name>comment</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterAsInt - - - - - --> -<attribute> -<name>semesterAsInt</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> -<attribute> -<name>semesterPeriodsPerWeek</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: expectedRegistrations - - - - - --> -<attribute> -<name>expectedRegistrations</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: maximumRegistrations - - - - - --> -<attribute> -<name>maximumRegistrations</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: activityConfirmation - - - - - --> -<attribute> -<name>activityConfirmation</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lectureTypeId - - - - - --> -<attribute> -<name>lectureTypeId</name> -<value>98</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: active - - - - - --> -<attribute> -<name>active</name> -<value>A</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: languageISO - - - - - --> -<attribute> -<name>languageISO</name> -<value>de</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: languageFull - - - - - --> -<attribute> -<name>languageFull</name> -<value>deutsch</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterAbbr - - - - - --> -<attribute> -<name>semesterAbbr</name> -<value>SS 2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterFull - - - - - --> -<attribute> -<name>semesterFull</name> -<value>SS 2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: dates - - - - - --> -<attribute> -<name>dates</name> -<value> - - - - 10:00 - 12:00 - - - Freitag - wöchentlich - - </value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>lecture:28232</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: startDate - - - - - --> -<attribute> -<name>startDate</name> -<value>14.04.2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: endDate - - - - - --> -<attribute> -<name>endDate</name> -<value>18.07.2008</value> -<transient>false</transient> -</attribute> -<categories> -<category>category:10512</category> -</categories> -</course> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</courseMessage> -<!--##### Creating course (Numerical Algorithms for Visual Computing I) #####--> -<courseMessage> -<course> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>28481</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: logicalNumber - - - - - --> -<attribute> -<name>logicalNumber</name> -<value>28481</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: type - - - - - --> -<attribute> -<name>type</name> -<value>Weiterführende Vorlesung</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: title - - - - - --> -<attribute> -<name>title</name> -<value>Numerical Algorithms for Visual Computing I</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> -<attribute> -<name>shortDescription</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> -<attribute> -<name>abbreviation</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: necessaryAssignment - - - - - --> -<attribute> -<name>necessaryAssignment</name> -<value>N</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: note - - - - - --> -<attribute> -<name>note</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: comment - - - - - --> -<attribute> -<name>comment</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterAsInt - - - - - --> -<attribute> -<name>semesterAsInt</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> -<attribute> -<name>semesterPeriodsPerWeek</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: expectedRegistrations - - - - - --> -<attribute> -<name>expectedRegistrations</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: maximumRegistrations - - - - - --> -<attribute> -<name>maximumRegistrations</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: activityConfirmation - - - - - --> -<attribute> -<name>activityConfirmation</name> -<value/> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lectureTypeId - - - - - --> -<attribute> -<name>lectureTypeId</name> -<value>147</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: active - - - - - --> -<attribute> -<name>active</name> -<value>A</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: languageISO - - - - - --> -<attribute> -<name>languageISO</name> -<value>en</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: languageFull - - - - - --> -<attribute> -<name>languageFull</name> -<value>englisch</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterAbbr - - - - - --> -<attribute> -<name>semesterAbbr</name> -<value>SS 2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterFull - - - - - --> -<attribute> -<name>semesterFull</name> -<value>SS 2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: dates - - - - - --> -<attribute> -<name>dates</name> -<value> - - - - 16:00 - 18:00 - - - Montag - wöchentlich - - </value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>lecture:28481</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: startDate - - - - - --> -<attribute> -<name>startDate</name> -<value>14.04.2008</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: endDate - - - - - --> -<attribute> -<name>endDate</name> -<value>18.07.2008</value> -<transient>false</transient> -</attribute> -<categories> -<category>category:10512</category> -</categories> -</course> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</courseMessage> -</courseMessages> -<categoryMessages> -<!--##### Creating category (Vorlesungsverzeichnis) #####--> -<categoryMessage> -<category> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>category:11517</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>11517</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: name - - - - - --> -<attribute> -<name>name</name> -<value>Vorlesungsverzeichnis</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: sort - - - - - --> -<attribute> -<name>sort</name> -<value>0</value> -<transient>false</transient> -</attribute> -</category> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</categoryMessage> -<!--##### Creating category (Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)) #####--> -<categoryMessage> -<category> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>category:10477</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>10477</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: name - - - - - --> -<attribute> -<name>name</name> -<value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: sort - - - - - --> -<attribute> -<name>sort</name> -<value>1040</value> -<transient>false</transient> -</attribute> -</category> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</categoryMessage> -<!--##### Creating category (Fakultät 1 (Rechts- u. Wirtschaftswissenschaft)) #####--> -<categoryMessage> -<category> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>category:10482</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>10482</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: name - - - - - --> -<attribute> -<name>name</name> -<value>Fakultät 1 (Rechts- u. Wirtschaftswissenschaft)</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: sort - - - - - --> -<attribute> -<name>sort</name> -<value>1010</value> -<transient>false</transient> -</attribute> -</category> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</categoryMessage> -<!--##### Creating category (Neue Bachelorstudiengänge der phil. Fakultäten (Fakultäten 3 - 5)) #####--> -<categoryMessage> -<category> -<busId>0</busId> -<eventTime>2000-01-20T12:00:00</eventTime> -<!--- - - - - Attribute: clientId - - - - - --> -<attribute> -<name>clientId</name> -<value>category:10512</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: semesterId - - - - - --> -<attribute> -<name>semesterId</name> -<value>20081</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: lsfId - - - - - --> -<attribute> -<name>lsfId</name> -<value>10512</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: name - - - - - --> -<attribute> -<name>name</name> -<value>Neue Bachelorstudiengänge der phil. Fakultäten (Fakultäten 3 - 5)</value> -<transient>false</transient> -</attribute> -<!--- - - - - Attribute: sort - - - - - --> -<attribute> -<name>sort</name> -<value>1300</value> -<transient>false</transient> -</attribute> -</category> -<eventTime>2000-01-20T12:00:00</eventTime> -<inputEvent>CREATE_UPDATE</inputEvent> -</categoryMessage> -</categoryMessages> -</messages> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |