as far as I can tell, each entry in a table is like a node contained within the root element in an XML structure. I have figured out how to map my schema on to the table so that each entry and its attributes can be converted into XML. no problem there.

What I'm ghaving trouble wrapping my head around, is how you might describe repeating elements within each of the primary nodes - just as they, the primary nodes themselves are repeating elements. Each of my entries correspond to a project but they could just as easily be imagined as employees in a company. In a case where one might want multiple images for each employee or prject, how would you lay out such a table???

It has also been suggested to me that it makes more sense to do this:
Please Login or Register  to view this content.
RATHER than this:

Please Login or Register  to view this content.