Table of Contents

Configuration XML Types

This following types and patterns can be used by either the database configuration or the line configuration XML documents.

Type Description
boolean One of the following values: true or false.
float A floating-point number.
integer Any signed 32-bit number.
sequence range A single float (e.g., 3.5), or a float range (e.g., 3.5-6). If a single float is specified, it is assumed to represent a range including everything up to that number. For example, 3.5 means "from negative infinity to 3.5".
string Free-form text.
time of day Any time of the day, either specified as 24-hour or as am/pm format. Hours and minutes must be specified, but seconds are optional. For example, all of the following refer to 3:00pm: 15:00, 15:00:00, 3:00pm, 3:00:00pm