XSD schemas for Report files

Reports require definitions for data about the report itself, such as the name of the report, the language, the schemas files to be used for the report, and input parameters expected for the report.

This is the XSD schema for the report.

The XSD schema is associated with a report XML file. The report XML file contains the actual XML data for the report, including all relevant schemas for object XML data, the object XML data itself, and report properties. The report XML file is used at run time to generate the report; therefore, it is also known as the job file.

The XSD schema must be created for the report XML file (the job file). To help you get started, two pre-configured sample files are provided to aid in your setup.

  • A pre-configured report XSD schema file. Use this file to describe the tags in the report XML report file that will contain the report data. See FsWebReportTemplate.xsd.

  • A boilerplate XML report template. Use this file as a starting point for specifying all schemas, XML data, input parameters, and report properties for the report. This job file is used at run-time to run the report.