IfcExternalSpatialElementTypeEnum

Natural language names
enExternal Spatial Element Type Enum
frEnumération des types d'élément spatial extérieur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcExternalSpatialElementTypeEnumADDED
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
NOTDEFIEND
Formal representations
XSD 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="notdefiend"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcExternalSpatialElementTypeEnum = ENUMERATION OF (
 EXTERNAL,
 EXTERNAL_EARTH,
 EXTERNAL_WATER,
 EXTERNAL_FIRE,
 USERDEFINED,
 NOTDEFIEND);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page