Table of Contents

Acuit Pinpoint Line Configuration XML Reference

Acuit Pinpoint lines are configured via a structured XML "document" stored in the line database.

The configuration is in standard XML format and should contain the following as the first line and root element:

<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://schemas.acuit.com/pinpoint/5.0/LineConfig.xsd">
    Rest of configuration goes here...
</configuration>

The top-level element in the document is always the <configuration> element.

See Configuration XML Types for descriptions of the various types.