This enumeration defines the different types of space boundaries in terms of either being inside the building or outside the building.
HISTORY New enumeration in IFC2.0
IFC4 CHANGE Enumeration no longer applicable to IfcSpace. The following enumerators are added: EXTERNAL_EARTH, EXTERNAL_WATER, EXTERNAL_FIRE.
TYPE IfcInternalOrExternalEnum = ENUMERATION OF (INTERNAL ,EXTERNAL ,EXTERNAL_EARTH ,EXTERNAL_WATER ,EXTERNAL_FIRE ,NOTDEFINED); END_TYPE;