required-attr

Specifies an attribute that is required to create an entry.

Description

The <required-attr> element may contain one or more <value> elements.

  • When the <required-attr> element contains one or more <value> elements and the <add> element does not specify that attribute, the values are used as default values.
  • When the <required-attr> element contains no values, the <add> element must contain one or more value for the specified attribute.

Definition

  <!ELEMENT required-attr (value)*>
  <!ATTLIST required-attr 
            attr-name     CDATA   #REQUIRED>
  
  

Attributes

attr-name
Specifies the name of the required attribute. The name is specified in the eDirectory name space.

Elements

value
Specifies a default value for the attribute.

Parent