6.4.2.3 IfcOccupantTypeEnum
6.4.2.3.1 Semantic definition
IfcOccupantTypeEnum defines the types of occupant from which the type required can be selected.
6.4.2.3.2 Type values
| Type | Description | 
|---|---|
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
 | 
 User-defined type.  | 
NOTDEFINED
 | 
 Undefined type.  | 
6.4.2.3.3 Formal representation
TYPE IfcOccupantTypeEnum = ENUMERATION OF
	(ASSIGNEE
	,ASSIGNOR
	,LESSEE
	,LESSOR
	,LETTINGAGENT
	,OWNER
	,TENANT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;