Skip to content
Snippets Groups Projects
Commit 0e8c1449 authored by Tim Steiner's avatar Tim Steiner
Browse files

Updated comments in the courses.xsd file.

parent f7f0107a
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,13 @@
</xs:complexType>
<xs:simpleType name="courseCodeType">
<xs:annotation>
<xs:documentation>
home listing - This is the "master" listing of the course. Every course has one and all curriculum action is handled by this listing's department
crosslisting - Crosslisting of the course, usually by other departments with a different subject code.
grad tie-in - Similar to a crosslisting. When a course is offered as both an undergraduate and gratuate course, it will usually have a course code in the same subject area with an 8xx course number
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="home listing" />
<xs:enumeration value="crosslisting" />
......@@ -192,6 +199,18 @@
</xs:complexType>
<xs:simpleType name="activityType">
<xs:annotation>
<xs:documentation>
lec - Lecture - Always has credit hours. Accounts for 90 percent of offered courses.
lab - Lab - Must have credit hours if the letter "L" is in the last position of the course number. If the Lab has a different course number than the Lec, the Lab will always have credit hours. If the Lab has the exact same course number as the Lec and is taught as a Lec with a Lab (or any combination of Lec and Lab, and/or Quz and/or Rct), the Lab will never have credit hours.
quz - Quiz - Always taught in conjunction with a Lec. Never has credit hours. May be taught in conjunction with a Lec and Lab, or Lec and Rct.
rct - Recitation - Always taught in conjunction with a Lec. Never has credit hours. May be taught in conjunction with a Lec, or Lec and Lab, or Lec and Quz.
stu - Studio - Always has credit hours. Mostly used by Music, Art, and Architecture. Stands alone.
fld - Field - A course the student does "in field" and is generally off campus. An Fld course always has credit hours.
ind - Independent Study - Not to be confused with a "regular" course offered by special study arrangement. Generally is a topic not covered in any other course at the University. Always has credit hours.
psi - Personalized System of Instruction - Sometimes called "self-paced or Keller Plan." Always has credit hours.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="lec" />
<xs:enumeration value="lab" />
......@@ -237,4 +256,4 @@
</xs:complexType>
</xs:schema>
\ No newline at end of file
</xs:schema>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment