root Element

This is the container for all the operational elements in the adapter XML file.

Example

<root>
    <ManageSoft ... />
    <Imports>
        ...
    </Imports>
</root>

Contains

Child Comments
ManageSoft Mandatory. Exactly one may exist in the adapter XML file. Must be the first child of <root>.
Imports Mandatory. Exactly one may exist in the adapter XML file.

Contained by

Nothing. This is the root element defining the body of the XML document.

Supported attributes

None.

2022 R1