[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML
> --------------------start of sample EDUML v0.5 data-----------
I have questions:
You open several <course> tags, but only close once. Did you intend to have an
implied close before each new opening?
There's only one learner defined, is that right?
Style - is that supposed to be treated like a list of words, where people
might look for something like "If any of the matches in <learner>s style
are in the <style> of the <course>"? Because if so, we could do this:
<styles>
<style>Visual</style>
<style>Auditory</style>
</styles>
as a way of getting a list of them in an easily parseable format.
A course has a style, yes? I read that right?
Refresh my memory why a course has a name (given/family) associated with
it? Does that represent a teacher?
Duane
> <edu:ml>
> <school id="vc">
> <learner id="123456">
> <name>
> <given> Bruno </given>
> <family> Vernier </family>
> </name>
> <contact>
> <email> vernier@vc.bc.ca </email>
> <phone> 123-1234 </phone>
> </contact>
> <style> Visual Kinesthetic </style>
> <course id="math12-1998-t1">
> <start> 1998/09/02 </start>
> <act id="attendance">
> <date> 1998/09/02 </date>
> <date> 1998/09/03 </date>
> <date> 1998/09/05 </date>
> <date> 1998/09/07 </date>
> </act>
> <name>
> <given> Pierre </given>
> <family> Vernier </family>
> </name>
> <contact>
> <email> pvernier@vc.bc.ca </email>
> <phone> 143-1234 </phone>
> </contact>
> <style> Visual Auditory </style>
> <course id="math12-1998-t1">
> <start> 1998/09/02 </start>
> <act id="attendance">
> <date> 1998/09/02 </date>
> <date> 1998/09/05 </date>
> <date> 1998/09/07 </date>
> </act>
> <name>
> <given> Nabu </given>
> <family> Vernier </family>
> </name>
> <contact>
> <email> nabu@vc.bc.ca </email>
> <phone> 123-1234 </phone>
> </contact>
> <style> Visual </style>
> <course id="math12-1998-t1">
> <start> 1998/09/02 </start>
> <act id="attendance">
> <date> 1998/09/02 </date>
> <date> 1998/09/03 </date>
> <date> 1998/09/05 </date>
> <date> 1998/09/07 </date>
> <date> 1998/09/09 </date>
> </act>
> <name>
> <given> Maria </given>
> <family> Vernier </family>
> </name>
> <contact>
> <email> maria@vc.bc.ca </email>
> <phone> 123-1234 </phone>
> </contact>
> <style> Kinesthetic </style>
> <course id="math12-1998-t1">
> <start> 1998/09/02 </start>
> <act id="attendance">
> <date> 1998/09/02 </date>
> <date> 1998/09/03 </date>
> <date> 1998/09/05 </date>
> <date> 1998/09/09 </date>
> </act>
> </course>
> </learner>
> </school>
> </edu:ml>
> ---------------------------end of sample EDUML v0.5 data----------
- References:
- Re: XML
- From: Bruno Vernier <vernier@vc.bc.ca>