IfcSystemFurnitureElementTypeEnum

Natural language names
System Furniture Element Type Enum
Enumération des types d'élément de l'ameublement
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcSystemFurnitureElementTypeEnumADDED
IFC4x2 to IFC4x3_RC1
    IfcSystemFurnitureElementTypeEnum
      SUBRACKADDED
Semantic definitions at the type
Type definition

IfcSystemFurnitureTypeEnum defines the types of system furniture from which the type required can be selected.

HISTORY  New enumeration in IFC4.

Enumeration definition
ConstantDescription
PANEL

Vertical panel used to divide work spaces.

WORKSURFACE

Workstation countertop.

SUBRACK

A subrack is a part of technical cabinet which is used to store and mount pluggable electric subunits.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcSystemFurnitureElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="panel"/>
   <xs:enumeration value="worksurface"/>
   <xs:enumeration value="subrack"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF (
 PANEL,
 WORKSURFACE,
 SUBRACK,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSystemFurnitureElement IfcSystemFurnitureElementType

Link to this page  Link to this page