output
Specifies a response to an entry operation.
An <output> element is sent in response to an input command. A status command must always be returned in response to an <input> element.
An <output> element can contain one or more of the commands in the list. The association commands (add, modify, and remove) are only sent to eDirectory. The DirXML driver sends the init-params command to the DirXML engine when it needs to store state information.
<!ELEMENT output (status|
add-association|
modify-association|
remove-association|
instance|
schema-def|
init-params)* >