parent

Specifies the entry's parent container.

Description

The <parent> element specifies

  • The container of an entry in an instance command or event
  • The destination container for a move event or move command

Definition

  <!ELEMENT parent (association?)>
  <!ATTLIST parent
             src-dn          CDATA            #IMPLIED
             src-entry-id    CDATA            #IMPLIED
             dest-dn         CDATA            #IMPLIED
             dest-entry-id   CDATA            #IMPLIED>
  
  

Attributes

src-dn
Specifies the distinguished name of the parent entry.
src-entry-id
Reserved, used internally by the DirXML engine.
dest-dn
Reserved, used internally by the DirXML engine.
dest-entry-id
Reserved, used internally by the DirXML engine.

Elements

association
Specifies the parent's unique key in the external application.

Parent

Remarks

When the DirXML engines sends the <parent> element to the DirXML driver in a <move> or <instance> element, the <association> element is included if an association has been established for the parent.

When the DirXML driver sends the <parent> element to the DirXML engine in a <move> or <instance> element, the <parent> element must contain an <association> element.