5.4.2.21 IfcSpaceTypeEnum
5.4.2.21.1 Semantic definition
This enumeration defines the available generic types for IfcSpace and IfcSpaceType.
5.4.2.21.2 Type values
| Type | Description | 
|---|---|
BERTH
 | 
 A space dedicated to the berthing of vessels within a port or managed area  | 
EXTERNAL
 | 
 A space outside of a facility.  | 
GFA
 | 
 Gross Floor Area - a specific kind of space for each building story that includes all net area and construction area (also the external envelop). Provision of such a specific space is often required by regulations.  | 
INTERNAL
 | 
 A space inside a facility.  | 
PARKING
 | 
 A space dedication for use as a parking spot for vehicles, including access, such as a parking aisle.  | 
SPACE
 | 
 Any space not falling into another category.  | 
USERDEFINED
 | 
 No description available.  | 
NOTDEFINED
 | 
 No description available.  | 
5.4.2.21.3 Formal representation
TYPE IfcSpaceTypeEnum = ENUMERATION OF
	(BERTH
	,EXTERNAL
	,GFA
	,INTERNAL
	,PARKING
	,SPACE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;