IfcExternalSpatialElementTypeEnum

Natural language names
External Spatial Element Type Enum
Enumération des types d'élément spatial extérieur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcExternalSpatialElementTypeEnumADDED
IFC4 Addendum 2
    IfcExternalSpatialElementTypeEnum
      NOTDEFINEDADDED
      NOTDEFIENDXXDELETED
Semantic definitions at the type
Type definition

This enumeration defines the different types of external spatial elements.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
EXTERNALExternal air space around the building.
EXTERNAL_EARTHExternal volume covered by earth around the building.
EXTERNAL_WATERExternal volume covered with water around the building.
EXTERNAL_FIRESpace occupied by a neightboring building.
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcExternalSpatialElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="external"/>
   <xs:enumeration value="external_earth"/>
   <xs:enumeration value="external_water"/>
   <xs:enumeration value="external_fire"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcExternalSpatialElementTypeEnum = ENUMERATION OF (
 EXTERNAL,
 EXTERNAL_EARTH,
 EXTERNAL_WATER,
 EXTERNAL_FIRE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcExternalSpatialElement

Link to this page  Link to this page