6.5.2.4 IfcPermitTypeEnum
6.5.2.4.1 Semantic definition
IfcPermitTypeEnum defines the types of permits that can be granted.
6.5.2.4.2 Type values
| Type | Description | 
|---|---|
ACCESS
 | 
 Enables access to an identified area.  | 
BUILDING
 | 
 Enables work to proceed by getting regulatory permissions.  | 
WORK
 | 
 Enables work to be carried out in an identified area.  | 
USERDEFINED
 | 
 User-defined type.  | 
NOTDEFINED
 | 
 Undefined type.  | 
6.5.2.4.3 Formal representation
TYPE IfcPermitTypeEnum = ENUMERATION OF
	(ACCESS
	,BUILDING
	,WORK
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;