do-set-default-attr-value

Adds the values specified by <arg-value> to the current operation for named attribute if no values for that attribute already exist. It is only valid when the current operation is <add>. If write-back=true default values are also written back to the source object.

Example

<do-set-default-attr-value name="L">  <arg-value>  <token-text>Unknown</token-text>  </arg-value> </do-set-default-attr-value>

Allowed Content

Element

Description

arg-value

Value argument.

Attributes

Attribute

Possible Values

Default Value

disabled

true | false

True if this element is disabled.

false

name

CDATA

Name of the attribute. Supports variable expansion.

#REQUIRED

notrace

true | false

True if this element should not be traced during execution of the policy.

false

write-back

true | false

True if the default value should also be written back to the source object.

false

Content Rule

( arg-value + )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.