Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcOccupantTypeEnum

Definition from IAI: IfcOccupantTypeEnum defines the types of occupant from which the type required can be selected.

HISTORY: New Enumeration in IFC Release 2.0 Modified in IFC 2x2

Enumeration:

Value Definition
ASSIGNEE Actor receiving the assignment of a property agreement from an assignor
ASSIGNOR Actor assigning a property agreement to an assignor
LESSEE Actor receiving the lease of a property from a lessor
LESSOR Actor leasing a property to a lessee
LETTINGAGENT Actor participating in a property agreement on behalf of an owner, lessor or assignor
OWNER Actor that owns a property
TENANT Actor renting the use of a property fro a period of time
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcOccupantTypeEnum = ENUMERATION OF
( ASSIGNEE,
ASSIGNOR,
LESSEE,
LESSOR,
LETTINGAGENT,
OWNER,
TENANT,
USERDEFINED,
NOTDEFINED);
END_TYPE;