<< Click to Display Table of Contents >> RayQC > 7.3 u2 > User Guide > Appendices Checklist Example |
The following XML structure is created as default for new checklists and is applied when users hit the Create new checklist button from the Dashboard:
<?xml version="1.0" encoding="utf-8"?> <checklist lastChange="2015-04-14T11:13:39.6809931+02:00" allowBypass="false"> <checklistHeader> <title>Checklist Title</title> <description /> <reportFilename>RayQC Report - #title#</reportFilename> <bypassMessage>Bypassing will invert the result. A bypass reason should be provided.</bypassMessage> </checklistHeader> <checklistContent> <group id="Group_663731202081"> <groupHeader> <title>Group Title</title> <description /> </groupHeader> <groupContent> <information id="Information_663731202081">Description</information> </groupContent> </group> </checklistContent> </checklist> |
Please take a look the checklist sample directory from within your application installation directory (e. g., C:\Program Files (x86)\RayQC\Samples\). This directory contains a set of checklists, ready to review and use as samples to start from.
Tip: Another approach to deeper understanding for the XML structures is to simply create a checklist template in RayQC and open the checklist.xml file from within the template container *.rqct with an external XML editor such as Foxe. Observing the effect of minimal changes in the Checklist Editor interface is as well possible by comparing two checklist source versions, e. g. by using a tool like WinMerge. |