output

Specifies a response to an entry operation.

Description

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.

Definition

  <!ELEMENT output (status|
                    add-association|
                    modify-association|
                    remove-association|
                    instance|
                    schema-def|
                    init-params)* >
  
  

Elements

status
Specifies an output that is the response to an input.
add-association
Specifies an output that adds an association value to the specified entry in the eDirectory database.
modify-association
Specifies an output that modifies the association of the specified entry in the eDirectory database.
remove-association
Specifies an output that removes an association from the specified entry in the eDirectory database.
instance
Specifies an output that contains the requested information about an entry.
schema-def
Specifies an output that contains the class and attribute definitions in the eDirectory schema or the external application's schema.
init-params
Specifies an output that contains the DirXML driver's state information.

Parent