Defining xml template for data export

We are trying to export data using the reporting module into specified xml schema. Can anyone give a pointer?

This would be straightforward by implementing a custom Report Renderer. Here is a generic version of an xml renderer that is bundled with the reporting module:

Simply create your own renderer that outputs your report data to your specified xml schema.