Acuit Pinpoint Database Configuration XML Reference
Acuit Pinpoint database settings are configured via a structured XML "document" stored in the 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"?>
<database xmlns="http://schemas.acuit.com/pinpoint/6.0/DatabaseConfig.xsd">
Rest of configuration goes here...
</database>
The top-level element in the document is always the <database> element.
See Configuration XML Types for descriptions of the various types.