<?xml version="1.0" encoding="UTF-8"?>
<!-- NOTE: MAKE SURE DOC NAMES ARE UNIQUE -->
<Docs>
	<!-- Add a Doc element for each custom template with 3 required subelements: -->
	<!-- Name is the name of the .xsl file located in the \Views folder -->
	<!-- Description is just helpful text that appears in the status bar when pointing to the Name -->
	<!-- AppliesTo must either be AllReports or SelectedReport depending on the template scope -->
	<!-- Following is an example: -->
	<!-- Keep Report Spec first to be the default selection -->
	<Doc>
		<Name>Report Specification</Name>
		<Description>Enhanced version of R&amp;R Report Spec - Applies to report selected below</Description>
		<AppliesTo>SelectedReport</AppliesTo>
	</Doc>
	<Doc>
		<Name>Pseudo SQL</Name>
		<Description>Pseudo SQL to Facilitate Conversion to SQL - Applies to report selected below</Description>
		<AppliesTo>SelectedReport</AppliesTo>
	</Doc>
	<Doc>
		<Name>List Needed Database Tables</Name>
		<Description>List all tables accessed - Applies to all reports in task</Description>
		<AppliesTo>AllReports</AppliesTo>
	</Doc>
	<Doc>
		<Name>List Needed Database Fields by Field Name</Name>
		<Description>List all needed database fields - Applies to all reports in task</Description>
		<AppliesTo>AllReports</AppliesTo>
	</Doc>
	<Doc>
		<Name>List Needed Database Fields by Table</Name>
		<Description>List all needed database fields - Applies to all reports in task</Description>
		<AppliesTo>AllReports</AppliesTo>
	</Doc>
	<Doc>
		<Name>Cross-reference Calculated Fields</Name>
		<Description>Cross-reference all calculated fields - Applies to all reports in task</Description>
		<AppliesTo>AllReports</AppliesTo>
	</Doc>
	<Doc>
		<Name>Cross-reference Database Fields</Name>
		<Description>Cross-reference all database fields - Applies to all reports in task</Description>
		<AppliesTo>AllReports</AppliesTo>
	</Doc>
	<Doc>
		<Name>Cross-reference Database Links</Name>
		<Description>Cross-reference all joins/relations between database tables - Applies to all reports in task</Description>
		<AppliesTo>AllReports</AppliesTo>
	</Doc>
</Docs>
