This section describes the clock program that determines the functionality that is available on the Dayforce Touch Clock. Each sub-section corresponds to a section of the clock's config file, and defines the tags and attributes that can be included within each section.
The XML files are formatted as follows:
- Each XML file contains the following as the first line:
<?xml version="1.0" encoding="utf-8" ?>
- Important: This line is required and the file might not contain anything, not even spaces, before it.
- The parameters defined in the XML file are preceded by
<config>
and concluded with</config>
. - Each individual section in the XML file is preceded with a
<label>
and concluded with a</label>
. For example, the<system>
section starts with<system>
and ends with</system>
.