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
    IfcSystemFurnitureElementTypeEnumADDED
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
PANELVertical panel used to divide work spaces.
WORKSURFACEWorkstation countertop.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined 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="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF (
 PANEL,
 WORKSURFACE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcSystemFurnitureElement IfcSystemFurnitureElementType

Link to this page  Link to this page