Views
Sample XML for LearningMatrix course data
Sample XML for LearningMatrix course data from v0d schema
Size
2.8 kB
-
File type
text/xml
File contents
<?xml version="1.0" encoding="UTF-8"?> <efc:curriculum xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:efc="http://elframework.org/curriculum/elements" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#" > <efc:organization> <efc:identifier>some_institution</efc:identifier> <dc:title>Institution Name</dc:title> </efc:organization> <efc:organization> <efc:identifier>some_college_or_faculty</efc:identifier> <dc:title>College or Faculty Name</dc:title> <efc:parent> <efc:reference>some_institution</efc:reference> </efc:parent> </efc:organization> <efc:organization> <efc:identifier>some_department</efc:identifier> <dc:title>Department Name</dc:title> <efc:parent> <efc:reference>some_college_or_faculty</efc:reference> </efc:parent> </efc:organization> <efc:component type="course"> <efc:identifier>Matrix 101</efc:identifier> <dc:title>Course Title</dc:title> <dc:subject>Keyword</dc:subject> <dc:subject>Keyword 2</dc:subject> <efc:owningBody type="institution"><efc:reference>some_institution</efc:reference></efc:owningBody> <efc:owningBody type="college_faculty"><efc:reference>some_college_or_faculty</efc:reference></efc:owningBody> <efc:owningBody type="department"><efc:reference>some_department</efc:reference></efc:owningBody> <efc:offeringPattern> <efc:hasOffering><efc:reference>Matrix 101 Offering</efc:reference></efc:hasOffering> </efc:offeringPattern> <efc:aim>Aim of Course</efc:aim> <efc:outcome type="skill">Intended skill and abilities outcome</efc:outcome> <efc:outcome type="learning">Intended knowledge and understanding outcome</efc:outcome> <efc:syllabus>Indicative topics covered</efc:syllabus> <efc:teachingAndLearning>Teaching approach</efc:teachingAndLearning> <efc:assessment>Assessment approach</efc:assessment> <efc:resource type="required">Resources a student will need</efc:resource> <efc:resource type="provided">Resources that will be provided</efc:resource> <efc:prerequisite>Statement of prerequisites for enrolment</efc:prerequisite> <efc:adjustment>Disability policy on reasonable adjustments</efc:adjustment> </efc:component> <efc:offering> <efc:identifier>Matrix 101 Offering</efc:identifier> <efc:modeOfAttendance>Part-time</efc:modeOfAttendance> <efc:start>2005-09-01</efc:start> <efc:end>2005-12-15</efc:end> <efc:registrationDeadline>2005-08-15</efc:registrationDeadline> <efc:viableMin>Minimum enrolment</efc:viableMin> <efc:viableMax>Maximum enrolment</efc:viableMax> <efc:effort>Statement about contact hours</efc:effort> <efc:contact>Contact for futher information</efc:contact> <efc:isOfferingOf> <efc:reference>Matrix 101</efc:reference> </efc:isOfferingOf> </efc:offering> </efc:curriculum>


