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
| |
BUILDING
| |
WORK
| |
USERDEFINED
| |
NOTDEFINED
|
6.5.2.4.3 Formal representation
TYPE IfcPermitTypeEnum = ENUMERATION OF
(ACCESS
,BUILDING
,WORK
,USERDEFINED
,NOTDEFINED);
END_TYPE;