6.1.2.3 IfcBuildingElementProxyTypeEnum
6.1.2.3.1 Semantic definition
This enumeration defines the available generic types for IfcBuildingElementProxy or IfcBuildingElementProxyType.
DEPRECATION The enumerator COMPLEX, ELEMENT, PARTIAL shall no longer be used.
6.1.2.3.2 Type values
Type | Description |
---|---|
COMPLEX
|
Not used - kept for upward compatibility. |
ELEMENT
|
Not used - kept for upward compatibility. |
PARTIAL
|
Not used - kept for upward compatibility. |
PROVISIONFORSPACE
|
The proxy denotes a provision for space (e.g. the space allocated as a provision for mechanical equipment or furniture). |
PROVISIONFORVOID
|
The proxy denotes a provision for voids (a proposed opening not applied as void yet). |
USERDEFINED
|
User-defined building element proxy. |
NOTDEFINED
|
Undefined building element proxy. |
6.1.2.3.3 Formal representation
TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF
(COMPLEX
,ELEMENT
,PARTIAL
,PROVISIONFORSPACE
,PROVISIONFORVOID
,USERDEFINED
,NOTDEFINED);
END_TYPE;