2.7.15 Entity.IsLookup

The Entity.IsLookup element specifies that client applications are to treat the entity as a lookup table rather than as a full-fledged entity. For example, roles that join to lookup entities are displayed as attributes instead of roles. Selecting the attribute shows the DefaultDetailAttributes for the lookup entity.

The Entity.IsLookup element is optional. If this element is present, its value MUST be a Boolean. A value of true specifies that client applications can treat the entity as a lookup table. If the Entity.IsLookup element is not present, its value is interpreted as false.

The following is the parent element of the Entity.IsLookup element.

Parent elements

Entity

The following is the XML Schema definition of the Entity.IsLookup element.

 <xsd:element name="IsLookup" type="xsd:boolean" minOccurs="0" />