Views
Offering XML
Prototype XML that demonstrates what an extended dublin core variant could offer for describing Offerings (instances running in a particular places, at a particular time) of curriculm Specifications.
Size
3.8 kB
-
File type
text/xml
File contents
<?xml version="1.0" encoding="UTF-8"?> <xcri:Offering xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xcri="http://elframework.org/projects/xcri/elements/" xmlns:xcriterms="http://elframework.org/projects/xcri/terms/" xmlns:ucas="http://www.ucas.ac.uk" xmlns:hesa="http://www.hesa.ac.uk" xmlns:mmuc="http://www.mmu.ac.uk/curriculum"> <!-- identifers against all relevant coding schemes --> <dc:identifier xsi:type="mmuc:id">5504.2.0506.1</dc:identifier> <dc:identifier xsi:type="ucas:courseCode">G563</dc:identifier> <dc:type xsi:type="mmuc:modeOfAttendance">Sandwich</dc:type> <dc:type xsi:type="hesa:mode">23</dc:type> <dc:type xsi:type="mmuc:feeType">Standard</dc:type> <dc:type xsi:type="mmuc:overseasFT">Band 1</dc:type> <dc:type xsi:type="mmuc:restrictedToOrg">No</dc:type> <dc:type xsi:type="mmuc:otherFeesReceived">No</dc:type> <!-- expected duration, pattern of study & key events--> <dcterms:temporal xsi:type="xcriterms:duration"> <dcterms:period>start=2005-10-01;end=2009-06-01</dcterms:period> <dc:type xsi:type="hesa:unitlgth">1</dc:type> <dc:identifier xsi:type="hesa:splength">4</dc:identifier> </dcterms:temporal> <dcterms:temporal xsi:type="xcriterms:contact"> <dc:type xsi:type="xcriterms:contactUnits">hours</dc:type> <dc:type xsi:type="xcriterms:contactPeriod">total</dc:type> <dc:identifier xsi:type="xcriterms:contactValue">48</dc:identifier> </dcterms:temporal> <dcterms:temporal xsi:type="xcriterms:events"> <link rel="related" type="application/x-vcalendar" title="Key events" href="5504.2.0506.1.ics" /> </dcterms:temporal> <!-- descriptions <<specialize>> specification --> <dc:description xsi:type="xcriterms:finance">Additional fees of 150GBP are required for the residential element of this course</dc:description> <!-- set max and min enrolment targets and deadline for viability decision --> <dc:date xsi:type="xcriterms:viabilityDecision">2005-10-01</dc:date> <xcri:min xsi:type="xcriterms:enrol">15</xcri:min> <xcri:max xsi:type="xcriterms:enrol">100</xcri:max> <!-- specification <<realized>> by this offering --> <xcriterms:isOfferingOf xsi:type="mmuc:id">5504.2</xcriterms:isOfferingOf> <!-- offerings directly preceded or followed by --> <xcriterms:isPrecededBy xsi:type="mmuc:id"></xcriterms:isPrecededBy> <xcriterms:isFollowedBy xsi:type="mmuc:id"></xcriterms:isFollowedBy> <!-- related entities <<specialize>> specification --> <xcri:relation xsi:type="xcriterms:hasTeachingBody" proportion="100%"> <dc:identifier xsi:type="mmuc:institution">MMU</dc:identifier> <dc:title>Manchester Metropolitan University</dc:title> </xcri:relation> <xcri:relation xsi:type="xcriterms:hasCostCentre" proportion="50%"> <dc:identifier xsi:type="mmuc:costCentre">50</dc:identifier> </xcri:relation> <xcri:relation xsi:type="xcriterms:hasCostCentre" proportion="50%"> <dc:identifier xsi:type="mmuc:costCentre">90</dc:identifier> </xcri:relation> <!-- location information --> <xcri:relation xsi:type="xcriterms:hasLocation" proportion="80%"> <dc:identifier xsi:type="hesa:instid">0066</dc:identifier> <dc:identifier xsi:type="hesa:campid">A</dc:identifier> <dc:identifier xsi:type="hesa:instcamp">A</dc:identifier> <dc:identifier xsi:type="mmuc:campusIdentifer">AY</dc:identifier> <dc:description>Manchester</dc:description> </xcri:relation> <xcri:relation xsi:type="xcriterms:hasLocation" proportion="20%"> <dc:identifier xsi:type="hesa:instid">0066</dc:identifier> <dc:identifier xsi:type="hesa:campid">A</dc:identifier> <dc:identifier xsi:type="hesa:instcamp">C</dc:identifier> <dc:identifier xsi:type="mmuc:campusIdentifer">CW</dc:identifier> <dc:description>Crewe</dc:description> </xcri:relation> </xcri:Offering>


