Table of Contents

<configuration> Element

The top-level element in the document is the <configuration> element. All elements are in the "http://schemas.acuit.com/pinpoint/5.0/LineConfig.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/5.0/LineConfig.xsd"

For example, the XML document should look like this:

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

Parent Elements

None.

Attributes

None.

Child Elements

Name Description Required
line Contains all configuration data for the line. Yes