entitlement-impl

Represents a granted or revoked entitlement within DirXML Script.

Example

<entitlement-impl id="xxx"    src="AF"    state="1"    name="Group"    src-dn="\MYTREE\Novell\Users\Fred"    src-entry-id="65535" >cn=Managers,o=People</entitlement-impl>

Allowed Content

#PCDATA

Attributes

Attribute

Possible Values

Default Value

id

CDATA

The ID provided by the granting agent.

#IMPLIED

name

CDATA

Name of the entitlement.

#REQUIRED

src

CDATA

The granting agent.

#REQUIRED

src-dn

CDATA

The eDirectory™ DN of the entitlement recipient in slash format.

#REQUIRED

src-entry-id

CDATA

The eDirectory entry ID of the entitlement recipient in slash format

#IMPLIED

state

0 | 1

The grant/revocation state

1 - granted0 - revoked

#REQUIRED

Content Rule

( #PCDATA )

Parent Elements

None