Views
R1.0 XML Liverpool LearningMatrix
Release 1.0 sample XML for Liverpool LearningMatrix
Size
2.8 kB
-
File type
text/xml
File contents
<?xml version="1.0" encoding="UTF-8"?> <curriculum xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns="http://elframework.org/curriculum/elements" > <organization> <identifier>some_institution</identifier> <dc:title>Institution Name</dc:title> <childOrganizations> <organizationRef>some_college_or_faculty</organizationRef> </childOrganizations> </organization> <organization> <identifier>some_college_or_faculty</identifier> <dc:title>College or Faculty Name</dc:title> <childOrganizations> <organizationRef>some_department</organizationRef> </childOrganizations> </organization> <organization> <identifier>some_department</identifier> <dc:title>Department Name</dc:title> </organization> <spec type="course"> <identifier>Matrix 101</identifier> <dc:title>Course Title</dc:title> <dc:subject>Keyword</dc:subject> <dc:subject>Keyword 2</dc:subject> <owningBodies> <organizationRef type="Institution">some_institution</organizationRef> <organizationRef type="College_Faculty">some_college_or_faculty</organizationRef> <organizationRef type="Department">some_department</organizationRef> </owningBodies> <aims> <aim><description>Aim of Course</description></aim> </aims> <learningOutcomes> <learningOutcome type="Skill"><description>Intended skill and abilities outcome</description></learningOutcome> <learningOutcome type="Knowledge"><description>Intended knowledge and understanding outcome</description></learningOutcome> </learningOutcomes> <strategy type="Teaching and Learning"><description>Teaching approach</description></strategy> <strategy type="Assessment"><description>Assessment approach</description></strategy> <syllabus><description>Indicative topics covered</description></syllabus> <resource type="Required"><description>Resources a student will need</description></resource> <resource type="Provided"><description>Resources that will be provided</description></resource> <admission><description>Statement of prerequisites for enrolment</description></admission> <adjustment><description>Disability policy on reasonable adjustments</description></adjustment> <offeringPattern> <offerings> <offering> <identifier>Matrix 101 Offering</identifier> <studyMode>Part-time</studyMode> <start>2005-09-01</start> <end>2005-12-15</end> <registrationDeadline>2005-08-15</registrationDeadline> <viableMin>Minimum enrolment</viableMin> <viableMax>Maximum enrolment</viableMax> <studyHours>Statement about contact hours</studyHours> <contacts> <contact><description>Contact for futher information</description></contact> </contacts> </offering> </offerings> </offeringPattern> </spec> </curriculum>


