Schemas are referenced in the Report XML file

The XSD schemas are used by Web Reports if the XSD is listed in the job file.

The section of the job file that references the schemas is shown here. FsWebReportTemplate.xsd defines the fields in the report job file. Formula-47.xsd defines the fields of the formula XML.

- <SchemaLIst>
<Schema>FsWebReportTemplate.xsd</Schema>
<Schema>Formula-47.xsd</Schema>
</SchemaLIst>

If these schemas are not included in the job file, then every field is a String field. This can cause the report to fail when you try to print a date or number field.