<database> Element
The top-level element in the document is the <database> element. All elements are in the "http://schemas.acuit.com/pinpoint/6.0/DatabaseConfig.xsd" namespace, so the following attribute should be included with this element to make it the default namespace for all elements in the document:
xmlns="http://schemas.acuit.com/pinpoint/6.0/DatabaseConfig.xsd"
For example, the XML document should look like this:
<?xml version="1.0" encoding="utf-8"?>
<database xmlns="http://schemas.acuit.com/pinpoint/6.0/DatabaseConfig.xsd">
Rest of configuration goes here...
</database>
Parent Elements
None.
Attributes
None.
Child Elements
Name | Description | Required |
---|---|---|
settings | Defines key/value configuration settings for the database. | No |
tables | Configuration for tables. | No |