Overview

An attribute holds a property value, which is compatible with the type and constraints imposed by the attribute definition. The sensitivity level is a security feature. As part of the access control model, the sensitivity level for each attribute of an entity effectively partitions the attributes of the entity into equivalence sets. The user can manage the access privileges for each partition of attributes from the ACL for the entity.

Members

Name Type Description

attributeDefinition

attributeDefinition

Returns the AttributeDefinition object for the given AttributeApplication

value

anyType

Returns the value of the attribute for the given AttributeApplication.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:attributeApplication xsi:type="obh:attributeApplication" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <attributeDefinition>your_attributeDefinition_0</attributeDefinition>
        <value>your_anyType_0</value>
</obh:attributeApplication>

Referenced By Representaions