We're doing a small amount of maintenance work on the proof-of-concept site that was developed as part of the EPICS-2 project's work package 5 (see http://www.epics.ac.uk/?pid=182 for details of the project).
One of our XCRI feed providers has modified their training booking database so that they can now correctly handle training courses that consist of multiple sessions, and so they would like to put this extra data into their XCRI feed.
In effect, this means that the <presentation> element would need to have multiple start and end date/times, and multiple venues.
My current thinking is to add a custom element "session" thus:
<description xsi:type="epics:session"> (optional, multiple)
which would then be used to contain the following
<venue> (optional)
<start> (optional)
<end> (optional)
<duration> (optional)
The custom <description xsi:type="epics:session"> element would be repeated within <presentation> as many times as needed.
Please can you let me know what you think of this plan, and whether there's a better way to handle this requirement using XCRI-CAP.
Thanks,
Martin Edney
Durham University